diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-06-26 20:16:37 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-06-26 20:16:37 +0200 |
commit | 45613a2ac14272c3e4779dd9aa971b5160bb060e (patch) | |
tree | ffec3e9f2e213415a3755849f0feaa53ea5101ad /README.md | |
parent | c0ec1e01c7dd84ce694bc5268916cc43870f00cf (diff) | |
download | ODR-AudioEnc-45613a2ac14272c3e4779dd9aa971b5160bb060e.tar.gz ODR-AudioEnc-45613a2ac14272c3e4779dd9aa971b5160bb060e.tar.bz2 ODR-AudioEnc-45613a2ac14272c3e4779dd9aa971b5160bb060e.zip |
Add JACK input support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -5,13 +5,17 @@ This package contains several tools that use the standalone library of the Fraunhofer FDK AAC code from Android, patched for 960-transform to do DAB+ broadcast encoding. -The main tool is the *dabplus-enc* encoder, which can encode from -a file (raw or wav) or from an ALSA source to a file or a pipe, and -to a ZeroMQ output compatible with ODR-DabMux. +The main tool is the *dabplus-enc* encoder, which can read audio from +a file (raw or wav), from an ALSA source or from JACK, and encode +to a file, a pipe, or to a ZeroMQ output compatible with ODR-DabMux. The ALSA input supports experimental sound card clock drift compensation, that can compensate for imprecise sound card clocks. +The JACK input does not automatically connect to anything. The encoder runs +at the rate defined by the system clock, and therefore sound +card clock drift compensation is also used. + *dabplus-enc* includes support for DAB MOT Slideshow and DLS, written by [CSP](http://rd.csp.it). @@ -34,6 +38,7 @@ Requirements: * The alsa libraries (libasound2) * Download and install libfec from https://github.com/Opendigitalradio/ka9q-fec * Download and install ZeroMQ from http://download.zeromq.org/zeromq-4.0.3.tar.gz +* JACK audio connection kit (optional) This package: |