Hi there,
since I've some experiences in this field (audio delossify/upscale) I'd like to share what I have learned:
- During a lossy audio treating, the best approach is to carefully decode and preserve it as much as possible: that's why a floating point internal computing and output grants better fidelity;
- Operations like normalization (that alters the level of the original signal) should be optional and not part of the process;
- Since your software relies on FFMPEG, I strongly suggest you to always use the
-drc_scale 0 parameter when decoding lossy sources (even if it's AC3-specific feature);
- Always seek for new scientific papers/code - such as @zawi01's Audio Dequantization Using (Co)Sparse (Non)Convex Methods - that may help to achieve better results;
- While you've probably already done this, I recommend you to check how Izotope' Spectral Recovery and Stereotool's Delossifier functions works, for possible inspirations.
Last but not least, I've added your project to HyMPS project one (under AUDIO section \ Treatments page \ Enhancing subsection) so check out other interesting open projects to collaborate with.
Hope that helps/inspires !
EDIT
I've also opened a 3ad @ hydrogenaudio about Fat Llama, enjoy.
Hi there,
since I've some experiences in this field (audio delossify/upscale) I'd like to share what I have learned:
-drc_scale 0parameter when decoding lossy sources (even if it's AC3-specific feature);Last but not least, I've added your project to HyMPS project one (under AUDIO section \ Treatments page \ Enhancing subsection) so check out other interesting open projects to collaborate with.
Hope that helps/inspires !
EDIT
I've also opened a 3ad @ hydrogenaudio about Fat Llama, enjoy.