Just getting started issues #221
kimbrussow
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all. I am very new at python but am a long time C# developer. I am attempting to just getting this whisperccp running. without errors and returning results. I have a raspberry 5 8 gig
My steps:
create environment.. source whisper/bin/activate
added all the suggested libraries .
(whisper) kbrussow@PI:~/whispercpp/examples/stream $ python stream.py
get ERROR: Failed to initialized SDL: dsp: No such audio device
ran arecord -l
**** List of CAPTURE Hardware Devices ****
card 2: Device [USB PnP Sound Device], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
--help says -d [device_id]
So I should make the command line python stream.py -d [what the heck goes here]
Any help would be greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions