adds note on building and aacp codec limitations
This commit is contained in:
parent
59e788f9ed
commit
1e9094c0b4
3
README
3
README
|
@ -1,3 +1,6 @@
|
|||
- (./autogen.sh --with-lame --with-faac --with-alsa --with-vorbis --with-pulseaudio --with-opus --with-aacplus)
|
||||
- (only works for aacp <= 64Kbps streams)
|
||||
|
||||
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.
|
||||
|
||||
Please visit DarkIce website: www.darkice.org
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
./autogen.sh --with-lame --with-faac --with-alsa --with-vorbis --with-pulseaudio --with-opus --with-aacplus
|
Loading…
Reference in New Issue