Skip to content

Commit

Permalink
More details on how to setup the Microphone on the FAQs
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Jan 14, 2024
1 parent d7c7345 commit 8d2c71c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ Trying using a smaller model or a shorter file and watch out your available memo

# Live transcription does not work

Make sure that your terminal has permissions to access the microphone. In some operating systems like mac OS access can be restricted because of privacy reasons.
Make sure that your terminal has permissions to access the microphone. In macOS, go to Security & Privacy -> Privacy -> Microphone and make sure that the Terminal application has permissions.

Additionally, you can try with a lower volume threshold using *--live_volume_threshold* argument.

# OSError: PortAudio library not found

Expand Down

2 comments on commit 8d2c71c

@joshoreefe
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm having hard time with --live_transcribe with error message:
sounddevice.PortAudioError: Error opening InputStream: Invalid sample rate [PaErrorCode -9997]
My mic is capable of recording at 16000 rate and I am able to record from command line with arecord. Any hints are welcome :-)

@joshoreefe
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, as simple as setting the rate in .asound.conf sorts the rate issue.

Please sign in to comment.