Reputation: 1
Is it possible to change the sample rate of the audio output in flite tts? The default output is 16 kHz PCM and I'd like to change it to output 8 kHz.
Upvotes: 0
Views: 274
Reputation: 1
There is a function that will do this:
void cst_wave_resample(cst_wave *w, int sample_rate);
Upvotes: 0