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:
@@ -8,5 +8,5 @@ typedef struct scrambler {
|
||||
|
||||
void scrambler_init(void);
|
||||
void scrambler_setup(scrambler_t *scrambler, int samplerate);
|
||||
void scrambler(scrambler_t *scrambler, int16_t *samples, int length);
|
||||
void scrambler(scrambler_t *scrambler, sample_t *samples, int length);
|
||||
|
||||
|
Reference in New Issue
Block a user