I have a Raspberry Pi 3 and trying to use a USB microphone in order to create a translator (i.e. https://daveconroy.com/how-to/turn-raspberry-pi-translator-speech-recognition-playback-60-languages/) as a class project. I've been running into a few problems (so I followed a couple of tutorials for guidance, but still hit road blocks), one of those problems being in trying to find a certain file "sudo nano usr/share/alsa/alsa.conf" and edit it in order to set my USB mic as the default sound card. Problem is, this file does not exist on my Raspberry Pi 3 (I get errors saying it doesn't exist, and if I create the file manually, it doesn't allow me to save it).
How can I get my USB microphone to work without having this file in the first place? Or am I just going a totally wrong way about this?
alsamixer
control, and there is another alternative called PulseAudio: https://raspberrypi.stackexchange.com/questions/639/how-to-get-pulseaudio-running Meanwhile, welcome to Raspberry Pi SE. Be sure to take the http://raspberryPi.stackexchange.com/Tour to get the most out of this site. – SDsolar Apr 07 '18 at 07:23I'd rather just have a concise tutorial here for my Pi 3 on how to get it to recognize my USB mic so that I can record audio on it and get it one step closer to using the Pi 3 as a speech-to-text Google Translator device.
– Apr 08 '18 at 01:53