Mathematica doesn't recognize USB mic (Raspberry Pi / Linux)

  • Thread starter Swamp Thing
  • Start date
  • Tags
    Usb
  • #1
Swamp Thing
Insights Author
919
616
Raspberry Pi / Linux...

My USB mic shows up in the PulseAudio volume control, and also works OK with Audacity and arecord.

However, it doesn't show up in Wolfram Mathematica -- $AudioInputDevices returns a null list.

Anything I can do to get the mic working in Mathematica?
 
Technology news on Phys.org
  • #3
I had some issues with lapel mics on Raspberry PI Linux. The problem was due to the mics having the same USB address with no way to change them. The company didn't think someone might want to do stereo recording with their lapel mics.

In our case, we switched to another mic manufacturer. Our project was to make a headset for hearing impaired speakers who could pick out an audience member asking a question by simply looking in their direction and the two mics acted as directional mics beamforming the audio where you pointed your head.
 
  • Like
Likes Swamp Thing
  • #4
I forgot to add that we beamformed in the PI, and the one noticeable flaw was the time it took to reach your ears. It was enough to make it sound like an echo.

You'd hear the person speaking and then the beamformed audio stream of them speaking slightly behind them. This was due to the speed at which the PI could process the mic input, add them together, and then push the result to the headset.
 
  • #5
Is it hard to get a good beam shape over an acceptable range of audio frequencies?

And re my original question, my use case works ok if I run a shell command from Wolfram, where I run "arecord". Then Mathematica can open the recorded file and get to the audio samples. But I will keep looking for a more elegant way.
 

Related to Mathematica doesn't recognize USB mic (Raspberry Pi / Linux)

Why doesn't Mathematica recognize my USB microphone on Raspberry Pi/Linux?

Mathematica may not recognize your USB microphone due to a lack of proper audio drivers or configurations on your Raspberry Pi/Linux system. Ensure that your microphone is properly detected by the operating system first before troubleshooting Mathematica-specific issues.

How can I check if my USB microphone is detected by the Raspberry Pi/Linux system?

You can check if your USB microphone is detected by running the command arecord -l in the terminal. This command lists all the recording devices. If your microphone appears in the list, it is detected by the system.

What should I do if my USB microphone is not listed in the recording devices?

If your USB microphone is not listed, try unplugging and replugging the device, and then run dmesg | grep usb to see if the system recognizes the device connection. You may also need to install additional drivers or update your system's firmware.

How do I configure Mathematica to use the USB microphone on Raspberry Pi/Linux?

To configure Mathematica to use the USB microphone, you may need to specify the correct input device. This can often be done by setting the appropriate options in Mathematica's audio capture functions, such as AudioCapture[Device -> "Microphone"], ensuring the device name matches the one listed by arecord -l.

Are there any specific packages or libraries required for Mathematica to recognize audio devices on Linux?

Yes, you may need to install additional packages such as ALSA (Advanced Linux Sound Architecture) and PulseAudio. These can be installed using your package manager, for example, sudo apt-get install alsa-utils pulseaudio. Ensure these services are running and properly configured.

Similar threads

  • DIY Projects
Replies
4
Views
3K
  • Programming and Computer Science
Replies
3
Views
1K
  • Programming and Computer Science
Replies
23
Views
4K
  • Computing and Technology
Replies
1
Views
1K
  • Computing and Technology
Replies
2
Views
1K
  • Programming and Computer Science
Replies
6
Views
2K
Replies
4
Views
1K
  • Programming and Computer Science
Replies
8
Views
4K
  • Programming and Computer Science
Replies
4
Views
4K
Back
Top