摘要: PCM文件生成1. 在线语音合成 https://ttsmaker.cn/2. 音频转码 小端模式 ffmpeg.exe -i test.mp3 -f s16le -ar 8000 -ac 1 -vn output.pcm 大端模式 ffmpeg.exe -i test.mp3 -f s16be - 阅读全文
posted @ 2025-08-22 15:33 CHHC 阅读(27) 评论(0) 推荐(0)