This is pure free hyper-quality resampler, re-quantizer, and having high-freq predictor effect.
This project aims to replace Saracon-level audio quality resampler with a free alternative.
This resampler and re-quantizer consists of the following algorithms:
- Resampler Section: The audio is divided into overlapped chunks, and linear phase and minimum phase filters are selectively used for fine frequency bands, primarily 128 bands on the mel scale.
All possible choices are tested to minimize the difference after resampling based on overall noise tonality, gain, and band information. The method judged to be optimal is used for each respective band. - Re-quantizer Section: The audio is divided into overlapped chunks, frequency distribution is analyzed, and shaping coefficients are designed to place noise in areas where it cannot be heard, then noise shaping is performed based on these coefficients. HFE (High Frequency Enhancement) function is still under development.
※This project utilizes LLM technology.
Git: https://github.com/Super-YH/sradcon#readme
Latest (linux) release: https://github.com/Super-YH/sradcon/releases/latest
Developer: Super-YH