Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use 960-transformation in libfaad2 | Stefan Pöschel | 2015-05-07 | 1 | -92/+44 |
| | | | | | | | | 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öschel | 2015-05-07 | 1 | -8/+0 |
| | |||||
* | Remove warnings | Matthias P. Braendli | 2014-11-21 | 1 | -1/+1 |
| | |||||
* | fix segfault, dump dabp | Matthias P. Braendli | 2014-11-21 | 1 | -2/+5 |
| | |||||
* | ETISnoop correctly decode audio and write aac and wav files | Matthias P. Braendli | 2014-11-17 | 1 | -69/+54 |
| | |||||
* | Etisnoop add faad_decoder | Matthias P. Braendli | 2014-11-17 | 1 | -0/+243 |