Console app to play internet radio streams.
- Introduction
- Building conrad
- Running conrad
- Release Notes
Conrad is a console app to play shoutcast internet radio streams.
Goals
- Minimalistic console-UI.
- Glitch-free playback.
- Low memory footprint.
- OS/Distro agnostic.
Dependencies
-
libfmodex (bundled)
FmodEx libraries are part of FMOD Sound System.
Copyright Firelight Technologies.
www.fmod.org -
libcurl
Fetching and installing libcurl:
On Ubuntu 11.10, the following command does the job
sudo apt-get install libcurl4-gnutls-dev
To build conrad, execute make
in the root of the repository. Ensure that the aforementioned dependencies are satisfied. Checkout Makefile
for more details.
./conrad -s <station-url>
conrad saves the encoded audio stream of the current session in a local file "wave.dat" in the current directory.
-
v0.1 (Initial Commit)
Currently does NOT support AAC streams.