-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
damc: compressor: adjust silence handling
Silence appears in these cases: 1. When audio is stopped to switch to something else (that might have a different volume) 2. When audio is silence temporarily (eg: radio/broadcast stream without background music) 3. During normal audio, when the audio signal crosses 0 In these cases, we want to: - Long term: tend to unity gain in case of switching to a high volume stream (handles 1.) - Short term: keep the current compression gain (handles 2. and 3.) Use the release time as the constant time for this.
- Loading branch information
Showing
2 changed files
with
23 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters