Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 flite tts 中更改音频输出的采样率?默认输出为 16 kHz PCM,我想将其更改为输出 8 kHz。
有一个函数可以做到这一点:
无效 cst_wave_resample(cst_wave *w, int sample_rate);