Go to advanced search

by Karthik N N
Thu Mar 29, 2018 5:04 pm
Forum: Troubleshooting
Topic: Speech to Text
Replies: 6
Views: 3005

Re: Speech to Text

Traceback (most recent call last): File "/home/pi/Nandas/stt.py", line 8, in <module> audio=r.listen(source) File "/usr/local/lib/python3.4/dist-packages/speech_recognition/__init__.py", line 652, in listen buffer = source.stream.read(source.CHUNK) File "/usr/local/lib/python3.4/dist-packages/speech...
by Karthik N N
Thu Mar 29, 2018 4:56 pm
Forum: Beginners
Topic: Set USB microphone as default capture device
Replies: 5
Views: 21978

Re: Set USB microphone as default capture device

Traceback (most recent call last): File "/home/pi/Nandas/stt.py", line 8, in <module> audio=r.listen(source) File "/usr/local/lib/python3.4/dist-packages/speech_recognition/__init__.py", line 652, in listen buffer = source.stream.read(source.CHUNK) File "/usr/local/lib/python3.4/dist-packages/speech...
by Karthik N N
Thu Mar 29, 2018 11:18 am
Forum: Beginners
Topic: Set USB microphone as default capture device
Replies: 5
Views: 21978

Re: Set USB microphone as default capture device

Code: Select all

pcm.!default {
	type hw
	card 0
}

ctl.!default {
	type hw           
	card 0
}
Even this did not work for me :? :( :( :( :(
please help
thanks in advance

Go to advanced search