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

Transcribe_stream vs transcribe #22

Closed fakhirali closed 5 months ago

fakhirali commented 6 months ago

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

fakhirali commented 5 months ago

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

fakhirali commented 5 months ago

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