We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
界面上增加一个生成音频格式选择功能
希望在界面上增加一个格式设置下拉控件,mp3、wav
The text was updated successfully, but these errors were encountered:
除此之外,希望生成的音频比特率和采样率也能界面上设置, 例如: 比特率:64Kbps、128Kbps、256Kbps 采样率:8kHz、22.05kHz、32kHz、44.1kHz、48kHz和96kHz
Sorry, something went wrong.
受限于 gradio 这个库,切换下载音频格式不太好实现
一个方法是把 audio 组件换成 file 组件,但是要是这样改就更难用了... 所以如果有文件封装格式的需求,建议还是用 api 调用来生成,api方便点
比特率倒是确实可以加一下
采样率感觉没必要,这个是每个模型自己的设定,改了也只是重新编码一遍
是否可以退而求其次,把格式设置做为配置项,写在配置文件中?
No branches or pull requests
确认清单
功能描述
界面上增加一个生成音频格式选择功能
可能的解决方案
希望在界面上增加一个格式设置下拉控件,mp3、wav
The text was updated successfully, but these errors were encountered: