From 36d70772c7ba15bf1d769f7ec54ba129377f4617 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 31 Mar 2017 21:20:54 +0200 Subject: Add faadalyse --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 943e23a..98bf18e 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3