smart padding for better gapless playback
authornu774 <honeycomb77@gmail.com>
Tue, 29 Oct 2013 08:34:28 +0000 (17:34 +0900)
committernu774 <honeycomb77@gmail.com>
Tue, 29 Oct 2013 17:09:08 +0000 (02:09 +0900)
commit4d48b091d49818772a47559ba7fd7ab58fdd7682
tree9e5418bf675e890da27607d452e20109ba9a8722
parentd11b0441317d05811b30490b778d1051bafb2570
smart padding for better gapless playback

Taken smart padding code using LPC extrapolation from vorbis/opus.
Padding is done on both beginning and ending, but enc_delay and padding
remains the same (we discard extra padding frame introduced on our side
after encoding).
MSVC/fdkaac.vcxproj
MSVC/fdkaac.vcxproj.filters
Makefile.am
src/aacenc.c
src/extrapolater.c [new file with mode: 0644]
src/lpc.c [new file with mode: 0644]
src/lpc.h [new file with mode: 0644]
src/lpcm.c
src/lpcm.h
src/main.c
src/pcm_reader.h
This page took 0.011033 seconds and 4 git commands to generate.