awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
torvalds avatar

torvalds/AudioNoise

0
View on GitHub↗
4,383 stars·207 forks·C·GPL-2.0·16 views

AudioNoise

AudioNoise is a digital audio effects library and signal processor designed to manipulate audio waveforms through digital filtering and echo simulations. It functions as an analog circuit emulator, simulating the behavior of hardware guitar pedals and phasers.

The project provides tools for experimental sound processing, including the generation of random digital noises and textures. It also includes an audio waveform visualizer that renders digital audio data as visual graphs to analyze the results of signal processing.

The library implements capabilities for digital audio processing and analog circuit emulation, utilizing delay-based effects and digital filters to modify the tone and spatial characteristics of sound samples.

Features

  • Audio Digital Signal Processing - Provides a library for digital audio processing to change tone and spatial characteristics through filtering.
  • Analog Circuit Emulation - Simulates hardware guitar pedals and phasers using digital filters and signal processing.
  • Analog Circuit Emulators - Emulates analog guitar pedal circuits using digital filters to produce phaser and sweeping tones.
  • Analog Circuit Emulation - Uses digital filters to approximate the behavior of analog hardware circuits like phasers.
  • Echo Delays - Implements echo delays that create spatial sound effects using delay loops.
  • Waveform Renderers - Renders audio sample data as visual waveform graphs for analysis.
  • Experimental Texture Generation - Generates random digital noises and textures for creative audio production and sonic exploration.
  • Audio Visualizers - Provides visual representations of audio waveforms to analyze the output of sound processing.
  • Noise Generators - Includes noise generators that produce random digital textures for experimental sound design.
  • Waveform Visualizers - Transforms processed sound data into visual waveform graphs for signal analysis.
  • Circular Memory Buffers - Implements circular memory buffers to store and retrieve audio samples for echo effects.

Star history

Star history chart for torvalds/audionoiseStar history chart for torvalds/audionoise

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with AudioNoise

These projects share indexed features with AudioNoise. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • naudio/naudionaudio avatar

    naudio/NAudio

    6,094View on GitHub↗

    NAudio is a .NET audio library that provides playback, recording, format conversion, and signal processing capabilities for Windows applications. It serves as an audio format converter between common formats like WAV, MP3, AAC, and AIFF using ACM or Media Foundation codecs, and functions as an audio playback and recording API through Windows audio APIs including WaveOut, DirectSound, ASIO, and WASAPI. The library includes an audio stream processor that can mix, trim, loop, fade, resample, and adjust pitch or channel count of audio streams with a floating-point engine. It also provides an audi

    C#
    View on GitHub↗6,094
  • ggerganov/kbd-audioggerganov avatar

    ggerganov/kbd-audio

    9,007View on GitHub↗

    This project is an acoustic keystroke recognition system and audio side-channel analysis tool. It identifies typed text by analyzing audio recordings of keyboard sounds through waveform correlation and linguistic frequency analysis. The system distinguishes itself by combining digital signal processing with a substitution cipher decryptor. It uses simulated annealing and n-gram probability maps to recover plaintext from encoded strings and identifies specific keys by comparing captured waveforms against trained sound profiles. The toolkit covers a broad range of capabilities, including real-

    C++
    View on GitHub↗9,007
  • aubio/aubioaubio avatar

    aubio/aubio

    3,714View on GitHub↗

    Aubio is an audio analysis and digital signal processing library designed for music information retrieval. It provides a suite of tools for extracting musical features, estimating fundamental frequencies, and tracking rhythmic pulses in audio streams. The library specializes in the detection of pitch and beat, enabling the extraction of musical notes and the estimation of overall tempo. It also includes capabilities for automatic onset detection to identify the start of sonic events and the separation of audio signals into percussive transients and steady-state tonal components. The system c

    Canalysisannotationaudio
    View on GitHub↗3,714
  • bitgapp/eqmacbitgapp avatar

    bitgapp/eqMac

    6,670View on GitHub↗

    eqMac is a system-wide audio equalizer and volume mixer for macOS. It utilizes a virtual audio driver to intercept system output, allowing users to adjust frequency response, boost system volume, and control independent volume levels for different running software applications. The project functions as an audio unit plugin host, integrating third-party plugins into the system audio stream for professional effects. It also includes a local web server that enables remote audio control via HTTP, allowing users to modify audio parameters from a mobile device or other external hardware on the same

    Swift
    View on GitHub↗6,670
Compare all 30 related projects→

Frequently asked questions

What does torvalds/audionoise do?

AudioNoise is a digital audio effects library and signal processor designed to manipulate audio waveforms through digital filtering and echo simulations. It functions as an analog circuit emulator, simulating the behavior of hardware guitar pedals and phasers.

What are the main features of torvalds/audionoise?

The main features of torvalds/audionoise are: Audio Digital Signal Processing, Analog Circuit Emulation, Analog Circuit Emulators, Echo Delays, Waveform Renderers, Experimental Texture Generation, Audio Visualizers, Noise Generators.

Which projects share features with torvalds/audionoise?

Projects with overlapping indexed features include: naudio/naudio — NAudio is a .NET audio library that provides playback, recording, format conversion, and signal processing… music-assistant/server — This project is a multi-room music server and library aggregator that centralizes local audio files and various… bitgapp/eqmac — eqMac is a system-wide audio equalizer and volume mixer for macOS. It utilizes a virtual audio driver to intercept… aubio/aubio — Aubio is an audio analysis and digital signal processing library designed for music information retrieval. It provides… google/oboe — Oboe is a native C++ library designed for building high-performance, low-latency audio applications on Android. It… ggerganov/kbd-audio — This project is an acoustic keystroke recognition system and audio side-channel analysis tool. It identifies typed…