lib_audio_dsp - Peak compressor request
-
- Member
- Posts: 10
- Joined: Mon Oct 13, 2025 1:21 pm
lib_audio_dsp - Peak compressor request
Looking through the reference and the source code, it appears that there are only compressors programmed for RMS envelope analysis. Is it hiding, or is there no Peak-based Compressor at this time?
-
Verified
- Active Member
- Posts: 33
- Joined: Wed May 22, 2024 3:30 pm
Hey unahm,
Yes, we only support the rms compressors at the moment. I think the rms one was more of a priority as it's more common for a lot of use cases.
Cheers,
Yes, we only support the rms compressors at the moment. I think the rms one was more of a priority as it's more common for a lot of use cases.
Cheers,
Pavel
xmos software engineer
xmos software engineer
-
- Member
- Posts: 10
- Joined: Mon Oct 13, 2025 1:21 pm
Thanks Pavel. Hopefully it's something that's relatively easy to implement (e.g. re-using the Normalise Peak effect, but rather than having an infinite ratio, make it adjustable from 1:1, to, say, 20:1), or the reverse function of the Expander module.