Rare find

AudioNoise. Digital audio effects you can experiment with and learn from.

github.com/torvalds/AudioNoise

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

May 2026
  • Effect interface update
February 2026
  • Add "chasing tone" effect
January 2026
  • growlingbass: fix abs() confusion, use fabsf()
  • warn about implicit floating point to integer conversions
  • Add 'growlingbass' effect
  • Add random 'tube' model
  • convert: add somewhat realtime control interface
  • convert: start parsing arguments more flexibly
  • Update effect definition interface
  • Refactor visualize.py to use native sample units and improve slider
  • Optimize visualize.py for large datasets
  • tests: clean up naming and update gitignore file
  • Get rid of too random "helper" functions, tweak pot behavior
  • Add verification of fastsincos() results
  • Fix the 'cos' part of fastsincos
  • Fix bad phaser pot ranges
  • Update visualize.py: use raw int32 data, just scale the Y axis
  • Clean up integer type system a bit, and prep for extensions
  • Add first cut at some noise gate logic
  • Abstract out the initial and final integer sample processing