We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there any way of pushing a livestream radio URL through instead of actual WAV files, so it's broadcast on FM?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Is there any way of pushing a livestream radio URL through instead of actual WAV files, so it's broadcast on FM?
The text was updated successfully, but these errors were encountered: