AllYourBot / hostedgpt

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

More debugging of voice but specific to Chrome on Pixel devices #446

Closed krschacht closed 3 months ago

krschacht commented 3 months ago

The voice code currently enables a Transcriber and a Microphone at the same time. The mic was for specific volume details (and the visual effect) whereas the transcriber is the core.

Chrome on my Pixel does not allow using both at once. This code addresses that issue and some other rough edges at the same time. Key changes: