Skip to content
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

无法将克隆好的音频文件文件保存下载到本地 #392

Open
Liu670 opened this issue Sep 13, 2024 · 10 comments
Open

无法将克隆好的音频文件文件保存下载到本地 #392

Liu670 opened this issue Sep 13, 2024 · 10 comments

Comments

@Liu670
Copy link

Liu670 commented Sep 13, 2024

问题描述
清晰简明地描述问题。

克隆生成的音频在合成后无法保存或下载到本地。应用程序能够正确生成音频,但播放后没有提供保存或下载的功能选项。

进入音频生成页面。
输入文本并选择所需的合成选项。
点击“生成音频”按钮生成并播放克隆的音频。
在播放后,尝试查找用于下载音频文件的按钮或链接,但没有此类选项。
预期行为
清晰简明地描述预期行为。

在生成克隆音频后,应该有选项可以将音频文件下载到本地系统。

Describe the bug
A clear and concise description of what the bug is.

The generated cloned audio cannot be saved or downloaded locally after synthesis. The application correctly generates the audio, but there is no option or functionality to download it after playback.

Go to the audio generation page.
Input text and select the desired synthesis options.
Click on the 'Generate Audio' button to generate and play the cloned audio.
Try to find a button or link to download the audio file after playback, but no such option is available.
Expected behavior
A clear and concise description of what you expected to happen.

After generating the cloned audio, there should be an option to download the audio file to the local system.

@woshi66
Copy link

woshi66 commented Sep 13, 2024

我也是不知道咋下载,用webui生成的 下载的都是0k的 wav

@aluminumbox
Copy link
Collaborator

right click audio, save and rename file. this is gradio related

@ansonhorse
Copy link

right click audio, save and rename file. this is gradio related

just tried, not work. There's nothing happen after click the Save Audio As.. menu

@ansonhorse
Copy link

Actually, something happened, after one min or two, a file named 21.txt was downloaded, and it's an empty file.

Maybe the filename 21 is from the stream url http://192.168.0.100:7866/stream/2yhitg3ap2i/1247734777580/21 .

My Env:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36

@ansonhorse
Copy link

ansonhorse commented Sep 20, 2024

Related gradio PR: gradio-app/gradio#8906

@killy001
Copy link

how to download final audio file

@johnKing112
Copy link

I got the same problem,how to save the final audio file?

@johnKing112
Copy link

https://www.youtube.com/watch?v=ReitI31JCcw here is the answer

@wanghkkk
Copy link

right click audio, save and rename file with xxx.wav,it's work for me .
右键生成的语音,另存语音,重命名为xxx.wav,是可以播放的。

@banhongjun
Copy link

#audio_output = gr.Audio(label="Audio Output", autoplay=True, streaming=True) # wav
audio_output = gr.Audio(label="Audio Output")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants