diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2014-10-03 08:11:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-03 10:17:03 +0700 |
commit | 2234748620f1f808c5830971518f51a888dbc255 (patch) | |
tree | d96f5424ad0c8e39e676ef468efa06cdad73fe4e /audio/darkice/README | |
parent | 5d86f71a5cffcfdfc4eb4bd7ba6b65f1ea441044 (diff) |
audio/darkice: Added (live audio streamer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/darkice/README')
-rw-r--r-- | audio/darkice/README | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/audio/darkice/README b/audio/darkice/README new file mode 100644 index 000000000000..bd69c95f2ef9 --- /dev/null +++ b/audio/darkice/README @@ -0,0 +1,30 @@ +DarkIce is a live audio streamer. It records audio from an audio +interface (e.g. sound card), encodes it and sends it to a streaming +server. + +DarkIce can record from: + + - OSS audio devices + - ALSA audio devices + - Solaris audio interface + - Jack sources + - uLaw audio input through a serial interface + - CoreAudio (branch darkice-macosx) + +DarkIce can encode in the following formats: + + - MP3 - using the lame library + - MP2 - using the twolame library + - Ogg Vorbis + - Opus + - AAC - using the faac library + - AAC HEv2 - using libaacplus library + +DarkIce can send the encoded stream to the following streaming servers: + + - ShoutCast + - IceCast 1.3.x and 2.x + - Darwin Streaming Server + - archive the encoded audio in files + +Optional dependencies: lame, opus, faac, twolame, jack-audio-connection-kit, pulseaudio |