Skip to content

Instantly share code, notes, and snippets.

@cedced19
Created December 29, 2015 13:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cedced19/b2024a8f2104d7f690e5 to your computer and use it in GitHub Desktop.
Save cedced19/b2024a8f2104d7f690e5 to your computer and use it in GitHub Desktop.
Ecouter http://live.bloguelinux.ca sur sa radio via son Raspberry pi

Tapez ces lignes de commandes:

git clone https://github.com/ChristopheJacquet/PiFmRds.git
cd PiFmRds/src
make clean
make
apt-get install sox
sox -t ogg http://live.bloguelinux.ca -t wav -  | sudo ./pi_fm_rds -freq 108 -rt "Bloguelinux.ca - Radio quebecoise" -audio -
@sandmarq
Copy link

Trop Drôle... Je vais faire la meme chose avec nipsource au Québec. ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment