diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-03-31 21:20:54 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-03-31 21:20:54 +0200 |
commit | 36d70772c7ba15bf1d769f7ec54ba129377f4617 (patch) | |
tree | bce00b35aaaa0c68ae879230b98519075abd2358 /README.md | |
parent | b977fd4673c92fc264450d66f2f23fbd5ee04aef (diff) | |
download | etisnoop-36d70772c7ba15bf1d769f7ec54ba129377f4617.tar.gz etisnoop-36d70772c7ba15bf1d769f7ec54ba129377f4617.tar.bz2 etisnoop-36d70772c7ba15bf1d769f7ec54ba129377f4617.zip |
Add faadalyse
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -1,7 +1,7 @@ ETISnoop analyser ================= -The ETSnoop analyser decodes and prints out a RAW ETI file in a +The ETISnoop analyser decodes and prints out a RAW ETI file in a form that makes analysis easier. It can show information about the signalling, details about the FIGs, @@ -28,3 +28,21 @@ This is a contribution by CSP.it, is now developed by opendigitalradio, and is published under the terms of the GNU GPL v3 or later. See LICENCE for more information. + +Faadalyse +========= + +faadalyse can extract the audio from .dabp files created with ODR-AudioEnc, +and is designed to do more in-depth analysis of the AAC encoding using a modified +libfaad. + +To install: + +download and extract faad2-2.7 to a folder of the same name, and configure and compile it. +You can patch that faad library to display additional information you need. +Do not run make install. + +Then run + + make -f Makefile.faadalyse + ./faadalyse |