SlackBuildsOrg/audio/darkice
Andrew Clemons f09c236b92
audio/darkice: Use the C++14 standard.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-07 23:04:36 +07:00
..
darkice.info
darkice.SlackBuild audio/darkice: Use the C++14 standard. 2022-02-07 23:04:36 +07:00
doinst.sh
README audio/darkice: Fixed dep info in README 2021-04-18 14:45:41 -05:00
setcap.sh
slack-desc

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

Note:
This package optionally uses POSIX filesystem capabilities to execute with
elevated privileges (required for realtime audio processing). This
may be considered a security/stability risk. Please read
http://www.slackbuilds.org/caps/ for more information. To enable
capabilities, pass SETCAP=yes to the script.

Optional dependencies: faac, twolame, jack