-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
导出的wav格式音频无法被正确播放 #12
Comments
将函数moegoe.py下生成语音的语句 |
更新:已解决 |
PS:尝试使用基于pydub的方法,会出现毛刺噪声的情况,音质下降很明显,切勿使用该方法! |
我用Ren'Py尝试做一个小demo,采用当前生成的语音文件“11.wav”读取并播放
label start:
play music "audio/11.wav"
play sound "audio/11.wav"
return
均无法正确识别并读取,但是采用potplayer可以正常播放。
在Ren'Py官方文档中写的是支持未压缩的有符号16bit型PCM编码格式的wav文件,这个编码bit可以修改吗,我看导出的是32bit型
The text was updated successfully, but these errors were encountered: