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

Filenotfounderror #24

Closed nithinkrishnac closed 1 year ago

nithinkrishnac commented 1 year ago

IMG-20230527-WA0034.jpg

SevaSk commented 1 year ago

I don't think you have FFMPEG installed run these two commanded listed in the prerequisites of the README

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
choco install ffmpeg-full
nithinkrishnac commented 1 year ago

I don't think you have FFMPEG installed run these two commanded listed in the prerequisites of the README

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
choco install ffmpeg-full

But I already installed chocolatey and executed these codes successfully

SevaSk commented 1 year ago

Hmm not sure for the logs it looks like an issue with using whisper. Could you see if you can get a demo whisper script running on your computer?