diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-11-18 04:23:24 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-11-18 04:23:24 +0100 |
commit | 0d9b67dd5ba2a9a8274ba16241f82a9e7159c51c (patch) | |
tree | fc64fd4eee15ce02601b8e968e1624541c159f4a /README.md | |
parent | 9c8e72ce7d0bb7324784ff9d3235675827cbe2d2 (diff) | |
download | ODR-AudioEnc-0d9b67dd5ba2a9a8274ba16241f82a9e7159c51c.tar.gz ODR-AudioEnc-0d9b67dd5ba2a9a8274ba16241f82a9e7159c51c.tar.bz2 ODR-AudioEnc-0d9b67dd5ba2a9a8274ba16241f82a9e7159c51c.zip |
Prepare v2.2.0v2.2.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -6,7 +6,8 @@ ODR-mmbTools. The DAB encoder is based on toolame. The DAB+ encoder uses a modified library of the Fraunhofer FDK AAC code from Android, patched for 960-transform to do -DAB+ broadcast encoding. FDK-AAC has to be supplied separately. +DAB+ broadcast encoding. FDK-AAC has to be supplied separately, and is available +in the [repository](https://github.com/Opendigitalradio/fdk-aac.git). The main tool is the *odr-audioenc* encoder, which can read audio from a file (raw or wav), from an ALSA source, from JACK or using libVLC, @@ -36,7 +37,7 @@ How to build Requirements: * A C++11 compiler -* FDK-AAC with the DAB+ patches +* [FDK-AAC](https://github.com/Opendigitalradio/fdk-aac.git) with the DAB+ patches * ZeroMQ 4.0.4 or more recent * JACK audio connection kit (optional) * The alsa libraries (libasound2, optional) |