All Projects → mzuther → Squeezer

mzuther / Squeezer

Flexible general-purpose compressor with a touch of citrus

Projects that are alternatives of or similar to Squeezer

roadroller
Roadroller: Flattens Your JavaScript Demo
Stars: ✭ 253 (+224.36%)
Mutual labels:  compression, compressor
Deprecated Lame Mirror
[DEPRECATED] Old, Semi-official mirror of the CVS repository of the LAME MP3 encoder.
Stars: ✭ 73 (-6.41%)
Mutual labels:  audio, compression
Compressor
An android image compression library.
Stars: ✭ 6,745 (+8547.44%)
Mutual labels:  compression, compressor
Opus
Modern audio compression for the internet.
Stars: ✭ 1,171 (+1401.28%)
Mutual labels:  audio, compression
Lzbench
lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors
Stars: ✭ 490 (+528.21%)
Mutual labels:  compression, compressor
Turbobench
Compression Benchmark
Stars: ✭ 211 (+170.51%)
Mutual labels:  compression, compressor
EasyCompressor
⚡ A compression library that implements many compression algorithms such as LZ4, Zstd, LZMA, Snappy, Brotli, GZip, and Deflate. It helps you to improve performance by reducing Memory Usage and Network Traffic for caching.
Stars: ✭ 167 (+114.1%)
Mutual labels:  compression, compressor
LZ77-Compressor
A simplified implementation of the LZ77 compression algorithm
Stars: ✭ 70 (-10.26%)
Mutual labels:  compression, compressor
Lizard
Lizard (formerly LZ5) is an efficient compressor with very fast decompression. It achieves compression ratio that is comparable to zip/zlib and zstd/brotli (at low and medium compression levels) at decompression speed of 1000 MB/s and faster.
Stars: ✭ 408 (+423.08%)
Mutual labels:  compression, compressor
Cute headers
Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
Stars: ✭ 3,274 (+4097.44%)
Mutual labels:  audio, compression
Redoflacs
Parallel BASH commandline FLAC compressor, verifier, organizer, analyzer, and retagger
Stars: ✭ 71 (-8.97%)
Mutual labels:  audio, compression
Turbopfor Integer Compression
Fastest Integer Compression
Stars: ✭ 520 (+566.67%)
Mutual labels:  compression, compressor
Minify
CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
Stars: ✭ 1,710 (+2092.31%)
Mutual labels:  compression, compressor
Digital video introduction
A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding).
Stars: ✭ 12,184 (+15520.51%)
Mutual labels:  audio, compression
Speex
Speex voice codec mirror - THIS IS A MIRROR, DEVELOPMENT HAPPENS AT https://gitlab.xiph.org/xiph/speex
Stars: ✭ 254 (+225.64%)
Mutual labels:  audio, compression
Rust Brotli
Brotli compressor and decompressor written in rust that optionally avoids the stdlib
Stars: ✭ 504 (+546.15%)
Mutual labels:  compression, compressor
Stdpack.c
Collection of small public domain de/compressors in plain C.
Stars: ✭ 73 (-6.41%)
Mutual labels:  compression, compressor
Soundswitch
C# application to switch default playing device. Download: https://soundswitch.aaflalo.me/
Stars: ✭ 1,190 (+1425.64%)
Mutual labels:  audio
Dspi
Digital Signal Processing (or Pi). Adventures in making my Raspberry Pi 3 realtime, and running audio DSP.
Stars: ✭ 71 (-8.97%)
Mutual labels:  audio
Viwaveformview
Generate waveform view from audio data.
Stars: ✭ 76 (-2.56%)
Mutual labels:  audio

Squeezer

Flexible general-purpose audio compressor with a touch of citrus

Screenshot

About

I wrote this compressor to learn all I could about audio compression. It took me several months to gather all the specs and papers I needed and convert them into code.

Squeezer is different from all the compressors I know: its knobs are stepped to fine-tuned preset values, but can be changed to continuous values by clicking a small orange light located next to them. This allows you to find nice settings fast while not preventing optimisation of settings.

Squeezer adapts easily to many tastes and use cases:

  • feed-forward & feed-back design
  • linear, logarithmic & smooth release stage
  • optical & FET detectors
  • peak & RMS sensing
  • hard, medium & soft knee
  • flexible side-chain & parallel compression

Squeezer has given me a deep insight into compression. But above that, it has quickly become my go-to generic compressor!

I hope that you have as much fun with this compressor as I had when I coded it!

Documentation

For documentation and further information, please see the manual and the directory doc.

Code of conduct

Please read the code of conduct before asking for help, filing bug reports or contributing to this project. Thanks!

License

Copyright (c) 2013-2020 Martin Zuther

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Thank you for using free software!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].