AllYourBot / hostedgpt

An open version of ChatGPT you can host anywhere or run locally.
MIT License
269 stars 111 forks source link

Improve voice on mobile browser #445

Closed krschacht closed 1 week ago

krschacht commented 1 week ago

On mobile, the start of all audio clips was being cut off and the volume was not consistently loud. This SO article explained how to fix it by no longer using a new Audio() and changing the src: https://stackoverflow.com/questions/67629761/how-to-stop-safari-clipping-fractions-of-time-off-audio-on-second-play

The main fix in this PR is:

But it also includes: