raspberrypi / linux

Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/
Other
11.01k stars 4.95k forks source link

Raspberry pi 3B external Audio and mic is not working when we use speech_recognition, pyAudio library #4026

Open radadiyamohit81 opened 3 years ago

radadiyamohit81 commented 3 years ago

Is this the right place for my bug report? This repository contains the Linux kernel used on the Raspberry Pi. If you believe that the issue you are seeing is kernel-related, this is the right place. If not, we have other repositories for the GPU firmware at github.com/raspberrypi/firmware and Raspberry Pi userland applications at github.com/raspberrypi/userland. If you have problems with the Raspbian distribution packages, report them in the github.com/RPi-Distro/repo. If you simply have a question, then the Raspberry Pi forums are the best place to ask it.

Describe the bug I wanted to do speech recognition using speech_recognition, pyaudio library but when i do r.Microphone() as source its listening but its create some issues related to list below 1) ALSA lib confmisc.c: unable to find definition 'defaults.bluealsa.device' 2) ALSA lib conf.c: function snd_func_refer returned error: no such file or directory Many more related to this ....

To reproduce List the steps required to reproduce the issue.

Expected behaviour Add a clear and concise description of what you expected to happen.

Actual behaviour Add a clear and concise description of what actually happened.

System Copy and paste the results of the raspinfo command in to this section. Alternatively, copy and paste a pastebin link, or add answers to the following questions:

Logs If applicable, add the relevant output from dmesg or similar.

Additional context Add any other relevant context for the problem.

radadiyamohit81 commented 3 years ago

Help needed please