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

Rewrite in Other Languages to Support More OSs #38

Closed momaee closed 1 year ago

momaee commented 1 year ago

Is anyone here interested in rewriting it in Go or Rust to also support Mac and Linux? Because as I see PyAudioWPatch is just for Windows. Also could be an idea to see if the implementation in Go or Rust is faster or not!

enemaliwilliam commented 1 year ago

I just opened a PR to get it to work on mac. I'm also open to rewriting in Go.

momaee commented 1 year ago

Cool @enemaliwilliam. appreciate it. I created this repo and added you to it. What I'm doing is asking chatgpt to help to convert the code to golang and then try to debug it. we can start some threads in that repo if you agree for more details.

SevaSk commented 1 year ago

Hi the limitations causing issues with supporting other OS's does not have anything to do with the language it is written in and rewriting the code is out of the scope of this project. Feel free to fork!