SimpleCompressor
Look-ahead limiter
An open-source software project implementing a look-ahead compressor/limiter in C++
Code and theory of a look-ahead compressor / limiter.
99 stars
2 watching
13 forks
Language: C++
last commit: 9 months ago audio-processingcompressor
Related projects:
Repository | Description | Stars |
---|---|---|
magnetophon/lamb-rs | An audio effect plugin that allows users to control the level of their audio signals with a variable amount of lookahead and release time | 69 |
danielrudrich/oomphsc | An audio plug-in that calculates signal energy and sends it to interested parties via OSC. | 7 |
p-hlp/ctagdrc | A digital audio compressor plugin with minimalistic GUI and advanced features like lookahead mode | 168 |
kmatheussen/radium_compressor | A system compressor with accurate compression metering | 15 |
mennanov/limiters | Distributed rate limiting solution with various algorithms and backends | 474 |
opsengine/cpulimit | A tool to limit CPU usage of processes by sending POSIX signals. | 1,717 |
p-hlp/smplcomp | A simplified audio compressor plugin created with JUCE | 17 |
adampflug/express-brute | A middleware solution to rate-limit incoming requests to prevent brute-force attacks on express routes. | 564 |
logicomacorp/pulsejet | A sample compression codec designed to work efficiently in resource-constrained environments. | 40 |
liveforeverx/ratx | Provides an Erlang application to limit task concurrency and protect against overload | 20 |
mariusae/trickle | A userland bandwidth shaper for Unix-like systems | 569 |
sindresorhus/p-throttle | Controls function calls to limit their frequency within a specified time interval | 447 |
jaytaph/ratelimitbundle | A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
mackron/dr_libs | A collection of single-source audio decoding and loading libraries for C/C++. | 1,285 |
reugn/equalizer | A set of performant rate limiters for Go applications | 88 |