Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error playing from microphone #174

Open
jimi-boy opened this issue Oct 26, 2022 · 3 comments
Open

Error playing from microphone #174

jimi-boy opened this issue Oct 26, 2022 · 3 comments

Comments

@jimi-boy
Copy link

I try to use microphone as input device, I get an error
arecord: main:828: audio open error: No such file or directory

@WhatWouldJoeDo
Copy link

WhatWouldJoeDo commented Nov 3, 2022

Try to use arecord -L and choose the mic you've attached. Example below:

pi@raspberrypi:~/fm_transmitter $ arecord -L
...
hw:CARD=Microphone,DEV=0
    Logitech USB Microphone, USB Audio
    Direct hardware device without any conversions
...

then use the word after CARD and the number after DEV. In this case it is Microphone and 0. That worked for me.

arecord -D hw:Microphone,0 -c 1 -d 5 -r 22050 -f S16_LE | sudo ./fm_transmitter -f 104.4 -

@La-chocolatine-FR
Copy link

I plugged listeners with a microphone to the jack jack but jarive not to find the command his me mark

jack
JACK Audio Connection Kit

@dandre15
Copy link

Hi guys can someone please help me im trying to play the audio from a url instead of a local file but need someone to help thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants