Re: [FFmpeg-devel] [RFC PATCH 3/3] aacdec: allow to skip sbr start-up delay

2023-09-11 Thread Lynne
Sep 12, 2023, 08:14 by d...@lynne.ee: > As it happens, there's no standard between startup delay for SBR between > decoders either. libfdkaac uses 5056 samples, but Apple's encoder (via > afconvert) > uses 3136. > > Currently, this only fixes libfdk-aac. Would like to have more samples from > mo

[FFmpeg-devel] [RFC PATCH 3/3] aacdec: allow to skip sbr start-up delay

2023-09-11 Thread Lynne
As it happens, there's no standard between startup delay for SBR between decoders either. libfdkaac uses 5056 samples, but Apple's encoder (via afconvert) uses 3136. Currently, this only fixes libfdk-aac. Would like to have more samples from more encoders so I can fix all known cases. >From 0792