SevaSk / ecoute

Ecoute is a live transcription tool that provides real-time transcripts for both the user's microphone input (You) and the user's speakers output (Speaker) in a textbox. It also generates a suggested response using OpenAI's GPT-3.5 for the user to say based on the live transcription of the conversation.
https://github.com/SevaSk/ecoute
MIT License
5.85k stars 817 forks source link

Feature Request: Freeze Listening #116

Open 0xN0BADC0FF33 opened 1 year ago

0xN0BADC0FF33 commented 1 year ago

It would be awesome, if you could freeze listening for new input from the audio output.

And also to freeze the mic completely so that only from the audio output it will be transcripted.

Thanks for the amazing work!

mshvarts commented 10 months ago

agreed

abhinavuppal1 commented 10 months ago

One of the forks of this repo is Transcribe - https://github.com/vivekuppal/transcribe It has implemented this feature to selectively enable input from Mic or Speakers and disable them interactively in the UI.