sornas / lingon

1 stars 0 forks source link

Audio mixer #33

Open sornas opened 3 years ago

sornas commented 3 years ago
sornas commented 3 years ago

I asked a friend of mine about limiters and it seems like a good limiter does more than just clipping. My idea about sigmoid squashing would be just barely better than hard clipping and they said that we could for example take the average amplitude over a larger-than-our-current-buffer timespan which sounds kinda statefull and not what we should focus on right now. Also, hard clipping seems to be what SDL (or the audio device) does anyway so we shouldn't need to do anything.