summaryrefslogtreecommitdiffstats
path: root/src/engine/enginesidechaincompressor.cpp
AgeCommit message (Collapse)Author
2020-09-25engine/enginesidechaincompressor: Add missing float literal suffixesJan Holthuis
2020-06-10Get rid of char group stringsDaniel Schürmann
For accessing control objects we need QStrings and converting them on the fly takes some unnecassary time.
2020-06-01Silence unneccessary debug message during testDaniel Schürmann
2020-05-07make mic ducking use strength the same way in Auto & Man moderonso0
Previously, engine/enginetalkoverducking returned opposite values for 'strength' in Auto and Manual mode. This commit removes the inversion from Auto mode, thus the Strength knob always affects the music volume in the same way with both modes, much like a Muisc Volume knob: * fully left: music muted completely * fully right: music volume unchanged
2020-05-07Fix manual duckingDaniel Schürmann
now the ducking gain is only applied when talkover is enabled
2015-01-07Delete obsolete include directivesUwe Klotz
2014-03-22Fix various warnings.RJ Ryan
2014-02-14Fix incorrect double initsOwen Williams
2014-02-14Support multiple talkover channels at once.RJ Ryan
2014-02-09Have the sidechain compressor just return a gain, not do the actual compression.Owen Williams
Other notes.
2014-02-09Microphone sidechain compression basically works.Owen Williams
Need to enable/disable, and maybe need to reverse strength value.
2014-02-09First pass at implementing a sidechain compressor, for mostly for lowering ↵Owen Williams
music volume when mic is active.