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

Livestream audio #171

Open
ianshady opened this issue Jun 7, 2022 · 1 comment
Open

Livestream audio #171

ianshady opened this issue Jun 7, 2022 · 1 comment

Comments

@ianshady
Copy link

ianshady commented Jun 7, 2022

Is there any way of pushing a livestream radio URL through instead of actual WAV files, so it's broadcast on FM?

@macunan
Copy link

macunan commented Jul 2, 2022

Hi this is in the documentation you have to convert the radio stream to wav using sox application:

Example below transmits 91.5 fm my favorite radio

sox -t mp3 https://api.spreaker.com/v2/episodes/47104414/stream -r 22500 -b 16 -e signed -t wav - |fm_transmitter -f 91.5 -d 3 -

Sorry my bad just checked and is not in the documentation

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

2 participants