Move samples of int16_t format to sample_t, that is of type double
This prepares the correction of all levels
This commit is contained in:
6
src/common/sample.h
Normal file
6
src/common/sample.h
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
typedef double sample_t;
|
||||
|
||||
void samples_to_int16(int16_t *spl, sample_t *samples, int length);
|
||||
void int16_to_samples(sample_t *samples, int16_t *spl, int length);
|
||||
|
Reference in New Issue
Block a user