| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
use AU format in case of "-" (stdout) output (something like
"./atracdenc --decode -i /tmp/test.aea -o - | cvlc - " works)
why AU? http://www.mega-nerd.com/libsndfile/FAQ.html#Q017
|
|
|
|
|
| |
some changes to get possibility to create alternative
compression algorithms and use different containers.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
decrease number of used BFU if last BFUs are empty
allowed to change behaviour via cmd options
|
| |
|
|
|
|
|
|
| |
- write length in header (qhimdtransfer writes it, and we will)
- make first frame empty (it is a hack, but without it ffmpeg based
players detects aea file as mpeg. I need aea specification ;-))
|
|
current limitations:
- only long window
- naive MDCT (O(n^2))
- bad table of fixed bit allocation
- bad usage of CBR
- time accuracy is not guaranteed
- dirty, not optimized code
|