markondej / fm_transmitter

Raspberry Pi as FM transmitter
1.32k stars 292 forks source link

Is there a way to redirect all audio to the FM transmitter? #18

Closed tarasius closed 1 year ago

tarasius commented 8 years ago

Good day. I want to output all audio played on my system to the FM transmitter. I.e. from mediaplayer, games, etc. Is it possible? If no, maybe there is a special solution for the Kodi mediaserver? Thanks.

markondej commented 8 years ago

Don't know, I'd try redirecting ALSA output to stdin and then it could be transmitted as normal stream.

See: https://carthick.wordpress.com/2007/11/26/linux-recording-soundcard-output-using-arecord/

reukiodo commented 2 years ago

The next step could be to create a service that while running exposes the fm transmitter as a sound sink (speaker) that the user can then configure as an output for all system sounds.

markondej commented 2 years ago

Please see: https://github.com/markondej/fm_transmitter/issues/144