Finity-Alpha / OpenVoiceChat

Have a natural voice conversation with an LLM
http://www.finityalpha.com/OpenVoiceChat/
Apache License 2.0
224 stars 34 forks source link

Different sample rates from client #27

Closed fakhirali closed 4 months ago

fakhirali commented 5 months ago

Each web client may have their own sample rate, we need to find a way to communicate the sample rate to the server so that the sample rate can be managed accordingly.

fakhirali commented 5 months ago

Send the sample rate on connection. Then the server would know.

fakhirali commented 4 months ago

This is a web problem, out of scope of this lib at the moment.