-
-
Notifications
You must be signed in to change notification settings - Fork 164
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
Integrated WebUI does not support Firefox #103
Comments
I think Firefox just doesn't support the mpeg/mp3 format for mediasource as far as I'm aware Do you get the same issue if selecting WAV? |
Yes. The error appears with either of the three options: MP3, WAV and PCM. |
Will check it out |
Hello! : ) I can't generate in Firefox using mp3 , wav or PCM. In Chrome and Edge I can generate but the play button is blocked and I can only download the audio file. "Error generating speech: MediaSource.addSourceBuffer: Type not supported in MediaSource" |
I have tried to change the address from 0.0.0.0:8080 to localhost:8080 which allowed me to use my headset in Firefox. |
Describe the bug
The MIME Type used for audio generation is not supported by Firefox (v134.0.2).
Works fine with Chromium based Browsers.
Screenshots or console output
Error generating speech: MediaSource.addSourceBuffer: Type not supported in MediaSource
Branch / Deployment used
Tested with the
kokoro-fastapi-gpu
v0.1.4 docker imageThe text was updated successfully, but these errors were encountered: