Skip to content

Instantly share code, notes, and snippets.

@cedced19
Created December 29, 2015 13:50
Show Gist options
  • Select an option

  • Save cedced19/b2024a8f2104d7f690e5 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

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