• Rostislav Pehlivanov's avatar
    aacenc_tns: implement temporal noise shaping · a1c487e9
    Rostislav Pehlivanov authored
    This commit implements temporal noise shaping support in the
    encoder, along with an -aac_tns option to toggle it on or off
    (off by default for now). TNS will increase audio quality
    and reduce quantization noise by applying a multitap FIR filter
    across allowed coefficients and transmit side information to the
    decoder so it could create an inverse filter.
    
    Users are encouraged to test the new functionality by enabling
    -aac_tns 1 during encoding.
    
    No major bugs are observable at this time so after a while if no
    new problems appear and if the current implementation is deemed
    of high enough quality and stability it will be enabled by default,
    possibly at the same time the encoder has its experimental flag
    removed and becomes the standard aac encoder in ffmpeg.
    Signed-off-by: 's avatarRostislav Pehlivanov <atomnuker@gmail.com>
    a1c487e9
aacenc_tns.h 1.4 KB