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.
98 stars
2 watching
13 forks
Language: C++
last commit: 7 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 | 65 |
danielrudrich/oomphsc | An audio plug-in that calculates signal energy and sends it to interested parties via OSC. | 6 |
p-hlp/ctagdrc | A digital audio compressor plugin with minimalistic GUI and advanced features like lookahead mode | 168 |
kmatheussen/radium_compressor | An audio compressor with accurate compression metering and a graphical user interface. | 15 |
mennanov/limiters | Distributed rate limiting solution with various algorithms and backends | 460 |
opsengine/cpulimit | A tool to limit CPU usage of processes by sending POSIX signals. | 1,706 |
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 tool to manage and control network bandwidth usage on Unix-like systems. | 568 |
sindresorhus/p-throttle | A utility for rate-limiting function calls to prevent excessive usage and ensure efficient resource utilization | 443 |
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,269 |
reugn/equalizer | A set of performant rate limiters for Go applications | 88 |