Finity-Alpha / OpenVoiceChat

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

Transcribe_stream vs transcribe #22

Closed fakhirali closed 3 weeks ago

fakhirali commented 2 months ago

and listen_stream vs listen. If one is implemented that one should be used.

fakhirali commented 1 month ago

Have stream=True in the constructor of the ear. Use that to run the relevant function.

fakhirali commented 3 weeks ago

A stream parameter has been added to the stt base class. If stream is set to true, it will use listen_stream().