Commit Graph

9 Commits

Author SHA1 Message Date
nu774 b54538f79e apply limiter when input is float 2014-08-13 09:26:26 +09:00
nu774 a7e00a4219 refactor pcm reader framework 2014-08-12 23:43:19 +09:00
nu774 556a3db11b add some copyright notice 2013-10-30 02:09:23 +09:00
nu774 4d48b091d4 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).
2013-10-30 02:09:08 +09:00
nu774 3aa2787e34 fix pcm_seek() to inline 2013-10-29 19:24:29 +09:00
nu774 1af8624b00 caf input support 2013-10-24 23:47:03 +09:00
nu774 29a8f73faf refactor pcm io routines 2013-10-24 10:38:27 +09:00
nu774 e8e9f79eec reimplement int16 conversion as pcm_reader 2013-10-21 00:17:14 +09:00
nu774 2d744bd56c add abstraction layer for pcm reading 2013-10-20 22:50:10 +09:00