-
Notifications
You must be signed in to change notification settings - Fork 291
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
[NOT AN ISSUE, QUESTION] How to transmit the audio of the raspberry (not a file, not a microphone) #144
Comments
Here's what I do. First I load the alsa loopback module.
This creates a loopback audio device. Then I use the arecord program. (part of alsa-utils package if you use ArchLinux) I pipe the output of arecord to fm_transmitter like this:
Now just play your audio through the loopback device. Be sure to use subchannel 0
Or you use arecord your microphone and pipe it into aplay to loopback device. You can also do some more interesting things like mix your mic into the playing audio file. Kind of like a live DJ... |
I've added these informations in readme file |
not working for me, but working for me is this command |
So if I wanted to play a movie file(for projection mapping to my house) how might I re-direct the audio out from vlc media player to fm_transmitter? Any help would be greatly appreciated. thanks in advance. |
It's pretty simple. Scroll up to my comment about using an alsa loopback device. Then just point VLC's audio output to the loopback device and thats it.
I haven't tested the above command, but that should give you enough info to get it going. |
Hi so I'm using a music bot that plays songs from youtube into the raspberry, so if I plug headphones to it I can listen songs. Is there any way I can transmit the audio played in the raspberry to fm? I could't find any parameters to do that.
The text was updated successfully, but these errors were encountered: