martin-opensky / whisper-assistant-vscode

MIT License
13 stars 1 forks source link

Apple Silicon SoX Not Recognized #1

Closed gmaijoe closed 7 months ago

gmaijoe commented 7 months ago

I was testing this extension and found a weird error where I have installed SoX via ARM-based homebrew, but the whisper assistant isn't picking up on it.

Any tips on debugging? I've restarted cursor/vscode a couple times but to no avail.

Attached is a screenshot of SoX not being detected, despite the path and version being present on my system.

Screenshot 2023-11-15 at 7 04 46 PM
gmaijoe commented 7 months ago

never mind, got it working via arch -x86_64 brew install sox instead. previously I was using echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> ~/.zshrc as a workaround for apple silicon...

martin-opensky commented 7 months ago

Hey @gmaijoe, glad you managed to resolve this 👍