summaryrefslogtreecommitdiffstats
path: root/faad_decoder.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings, revert small typosMatthias P. Braendli2016-01-151-2/+2
|
* Use 960-transformation in libfaad2Stefan Pöschel2015-05-071-22/+1
| | | | | | | | Previously the (default) 1024-transformation was used for PCM output, although DAB+ uses the 960-transformation. This lead to audio being slower and lower than the original source. In libfaad2 the 960-transformation can be enabled by using a carefully crafted AudioSpecificConfig for initialization, which is carried out by this commit.
* Remove AAC ADTS output (960-transformation can't be signalled)Stefan Pöschel2015-05-071-1/+0
|
* ETISnoop correctly decode audio and write aac and wav filesMatthias P. Braendli2014-11-171-4/+40
|
* Etisnoop add faad_decoderMatthias P. Braendli2014-11-171-0/+86