awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

29 रिपॉजिटरी

Awesome GitHub RepositoriesEffects Processing

Implementation of audio filters, compressors, and reverb to alter sound characteristics.

Distinct from Audio Processing: Focuses on signal processing effects rather than general audio playback or recording

Explore 29 awesome GitHub repositories matching graphics & multimedia · Effects Processing. Refine with filters or upvote what's useful.

Awesome Effects Processing GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • audacity/audacityaudacity का अवतार

    audacity/audacity

    17,181GitHub पर देखें↗

    Audacity is a cross-platform digital audio workstation and multi-track audio editor. It serves as a comprehensive suite for capturing live audio input, refining sound files through splicing and effects, and mixing multi-track audio files using a non-destructive waveform interface. The project functions as a VST3 plugin host, providing a software environment to load and execute audio effects and virtual instruments for real-time signal processing. It also includes an audio spectrum analyzer for visualizing frequencies and waveforms to identify specific sonic characteristics. The software cove

    Implements audio filters, noise reduction, and studio fades to alter sound characteristics.

    C++audiocross-platformeditor
    GitHub पर देखें↗17,181
  • tonejs/tone.jsTonejs का अवतार

    Tonejs/Tone.js

    14,657GitHub पर देखें↗

    Tone.js is a web-based audio synthesizer and framework for the Web Audio API. It provides a digital signal processing toolkit, a musical timing engine, and a library for MIDI processing to create interactive music and synthesizers directly in the browser. The project features a musical timing engine that coordinates audio events and loops using BPM-relative timing and a global transport. It includes a MIDI processing library capable of converting binary MIDI files into JSON format to trigger sounds and control audio parameters in real time. Its capabilities cover polyphonic sound synthesis,

    Modifies sound signals using processors like reverb, chorus, and delay to alter the acoustic character.

    TypeScript
    GitHub पर देखें↗14,657
  • easychen/lean-side-bussinesseasychen का अवतार

    easychen/lean-side-bussiness

    11,984GitHub पर देखें↗

    This project is a comprehensive software entrepreneurship curriculum and solopreneurship business playbook designed for developers. It provides a strategic framework for building, validating, and monetizing side businesses using lean startup methodology and a systematic product development approach. The project distinguishes itself by offering specific guides for digital monetization and career anti-fragility, helping software engineers transition from employment to self-employment. It focuses on turning technical skills into scalable digital assets, paid communities, and independent software

    Simulates acoustic space by adding delayed reflections to a dry audio signal.

    GitHub पर देखें↗11,984
  • sonic-pi-net/sonic-pisonic-pi-net का अवतार

    sonic-pi-net/sonic-pi

    11,866GitHub पर देखें↗

    Sonic Pi is a live coding music environment and algorithmic composition tool. It functions as a Ruby-based audio engine that allows users to compose and perform music in real time by writing and executing code during playback. The platform serves as an educational coding platform, using sound creation as a play-based environment to teach software logic and programming principles. It also acts as a MIDI and OSC controller for synchronizing external hardware and software. The system covers a broad range of audio capabilities, including software-based sound synthesis, audio sample manipulation,

    Processes audio through a chain of effects including reverb, distortion, and parametric EQ to shape the output sound.

    C++artaudioeducation
    GitHub पर देखें↗11,866
  • katspaugh/wavesurfer.jskatspaugh का अवतार

    katspaugh/wavesurfer.js

    10,114GitHub पर देखें↗

    wavesurfer.js is a WebAudio playback library and interactive waveform visualizer that renders audio data onto an HTML5 canvas. It enables users to see and navigate sound files through a visual representation of audio peaks, allowing for direct seeking and playback control within a web browser. The project is distinguished by its flexible rendering model, which can use precomputed peak data to display waveforms without downloading or decoding the full audio file. It utilizes a plugin-based extension model to integrate advanced tools such as spectrograms, interactive audio timelines, and real-t

    Implements audio effects including equalizers, compressors, and reverb chains via an audio graph.

    TypeScriptaudiojavascriptmusic
    GitHub पर देखें↗10,114
  • lmms/lmmsLMMS का अवतार

    LMMS/lmms

    10,005GitHub पर देखें↗

    LMMS is a digital audio workstation and MIDI sequencer designed for composing, arranging, and mixing music. It functions as a comprehensive production environment that integrates a MIDI sequencer, a sample-based synthesizer, and an audio mixing console. The project distinguishes itself through a versatile synthesis engine that includes additive synthesis, wavetable generation, and emulations of vintage hardware such as NES audio and FM chips. It also serves as a VST plugin host, allowing for the integration of third-party virtual instruments and audio effects via a standardized interface. Be

    Processes audio through a multi-channel mixer with effect plugins to shape final sonic characteristics.

    C++dawhacktoberfestmidi
    GitHub पर देखें↗10,005
  • mamedev/mamemamedev का अवतार

    mamedev/mame

    9,929GitHub पर देखें↗

    MAME is a vintage hardware emulation platform designed to recreate the circuitry of arcade games, computers, and consoles to run original software on modern devices. It functions as a retro gaming preservation framework for managing, verifying, and archiving ROM sets and disk images to ensure long-term software accessibility. The project features a system debugging tool for inspecting emulated memory, CPU registers, and execution flow via breakpoints and disassembly. It also includes a Lua-based automation layer that exposes core system state and hardware controls for custom behavior and anal

    Modifies final audio output using an implementation of filters, compressors, reverb, and equalizers.

    C++
    GitHub पर देखें↗9,929
  • wwmm/easyeffectswwmm का अवतार

    wwmm/easyeffects

    9,690GitHub पर देखें↗

    EasyEffects is a real-time audio processor and system-wide effects manager designed for PipeWire audio streams. It functions as a comprehensive suite for applying filters, equalizers, and limiters to both input and output audio across the entire system. The project distinguishes itself through its use of deep learning for neural network noise suppression and voice isolation, as well as its ability to simulate physical acoustic environments using impulse-response convolution. It includes a sophisticated preset management system that allows users to associate specific audio configurations with

    Sequences audio filters in a serial linear chain where each plugin feeds into the next.

    HTMLauto-volumecompressorequalizer
    GitHub पर देखें↗9,690
  • microsoft/windows-universal-samplesmicrosoft का अवतार

    microsoft/Windows-universal-samples

    9,696GitHub पर देखें↗

    This repository is a comprehensive collection of reference implementations and sample libraries for the Universal Windows Platform. It provides practical examples of how to use Windows Runtime APIs to build cross-device applications, including detailed guidance on XAML-based declarative user interfaces and DirectX-integrated rendering. The project distinguishes itself by providing a wide array of hardware integration suites, covering low-level communication with USB, Serial, I2C, SPI, and GPIO peripherals. It includes specialized implementations for mixed reality holographic rendering, advanc

    Adds built-in or custom processing effects like echo, reverb, and equalization to audio nodes.

    JavaScript
    GitHub पर देखें↗9,696
  • godotengine/godot-demo-projectsgodotengine का अवतार

    godotengine/godot-demo-projects

    8,250GitHub पर देखें↗

    This repository is a comprehensive collection of functional 2D and 3D demo projects and implementation samples for the Godot Game Engine. It serves as an interactive tutorial and reference library, providing a working codebase to demonstrate how to apply engine features in real-world scenarios. The collection focuses on practical implementation guides, covering a wide array of technical capabilities from basic engine fundamentals to advanced rendering and scripting techniques. It allows users to study the application of node-based composition, asset pipelines, and game logic through direct ex

    Includes a suite of audio effects like reverb, delay, and chorus to simulate environmental acoustics.

    GDScript
    GitHub पर देखें↗8,250
  • bitgapp/eqmacbitgapp का अवतार

    bitgapp/eqMac

    6,670GitHub पर देखें↗

    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

    Integrates third-party audio plugins into the processing pipeline to add professional effects.

    Swift
    GitHub पर देखें↗6,670
  • tenacityteam/tenacity-legacytenacityteam का अवतार

    tenacityteam/tenacity-legacy

    6,631GitHub पर देखें↗

    THIS REPO IS NOT MAINTAINED ANYMORE. Please see https://codeberg.org/tenacityteam/tenacity for Tenacity, which is maintained.

    Applies built-in and user-installed audio effects to alter selected audio regions.

    C++audacityaudioaudio-applications
    GitHub पर देखें↗6,631
  • unisonweb/unisonunisonweb का अवतार

    unisonweb/unison

    6,487GitHub पर देखें↗

    Allows combining multiple effect requirements in a single type signature.

    Haskellhacktoberfesthaskellprogramming-language
    GitHub पर देखें↗6,487
  • mixxxdj/mixxxmixxxdj का अवतार

    mixxxdj/mixxx

    6,397GitHub पर देखें↗

    Mixxx is a free, open-source DJ application that runs on Windows, macOS, and Linux, providing a complete platform for mixing audio tracks with beat detection, key analysis, and real-time effects during live performances. It functions as a digital mixer that supports MIDI controller mapping, timecode vinyl control, and custom skin layouts, while also serving as a live performance recording tool that can capture mixes to audio files and broadcast them to internet radio servers in real time. The application distinguishes itself through a comprehensive architecture that coordinates automated play

    Mixxx adds real-time effects to individual decks or the master output to shape and transform the sound during a performance.

    C++audiodjhid
    GitHub पर देखें↗6,397
  • spotify/pedalboardspotify का अवतार

    spotify/pedalboard

    5,972GitHub पर देखें↗

    Chains multiple audio effects and plugins into sequential or parallel processing pipelines.

    C++audioaudio-processingaudio-production
    GitHub पर देखें↗5,972
  • outertune/outertuneOuterTune का अवतार

    OuterTune/OuterTune

    5,212GitHub पर देखें↗

    OuterTune, एक Android म्यूज़िक प्लेयर और थर्ड-पार्टी YouTube Music क्लाइंट है जिसे लोकल ऑडियो फ़ाइलों को चलाने और रिमोट कंटेंट को स्ट्रीम करने के लिए डिज़ाइन किया गया है। यह Material 3 के साथ बनाया गया एक यूज़र इंटरफ़ेस प्रदान करता है और इसमें वाहन हेड यूनिट्स पर सुरक्षित मीडिया मैनेजमेंट के लिए Android Auto के लिए एक समर्पित मीडिया एप्लिकेशन शामिल है। यह प्रोजेक्ट रिमोट सेवाओं से संगीत और वीडियो की विज्ञापन-मुक्त स्ट्रीमिंग की पेशकश करके अलग है। यह एक डाउनलोडर के माध्यम से ऑफ़लाइन मीडिया आर्काइविंग को सपोर्ट करता है जो इंटरनेट कनेक्शन के बिना प्लेबैक के लिए रिमोट गानों को लोकल स्टोरेज में सेव करता है। एप्लिकेशन कराओके और वर्ड-बाय-वर्ड फॉर्मेट में सिंक्रोनाइज़्ड लिरिक्स रेंडरिंग, प्लेबैक क्यू मैनेजमेंट और नॉर्मलाइजेशन, टेम्पो शिफ्ट्स व पिच एडजस्टमेंट के लिए ऑडियो सिग्नल प्रोसेसिंग सहित ऑडियो क्षमताओं की एक विस्तृत श्रृंखला को कवर करती है।

    Provides audio signal processing for normalization, tempo shifts, and pitch adjustments.

    Kotlinandroidjetpack-composematerial-ui
    GitHub पर देखें↗5,212
  • ardour/ardourArdour का अवतार

    Ardour/ardour

    5,057GitHub पर देखें↗

    Ardour एक डिजिटल ऑडियो वर्कस्टेशन, मल्टीट्रैक ऑडियो मिक्सर और MIDI सीक्वेंसर है। यह एक नॉन-लीनियर ऑडियो एडिटर और थर्ड-पार्टी इफेक्ट्स व इंस्ट्रूमेंट्स चलाने के लिए एक प्लगइन होस्ट के रूप में कार्य करता है। यह सिस्टम वीडियो फ्रेम सिंक्रोनाइज़ेशन के माध्यम से पोस्ट-प्रोडक्शन ऑडियो स्कोरिंग के लिए विशेष क्षमताएं प्रदान करता है, साथ ही रीयल-टाइम में क्लिप और पैटर्न को ट्रिगर करने के लिए लाइव परफॉरमेंस सीक्वेंसिंग भी प्रदान करता है। यह कंट्रोल सरफेस मैपिंग और हार्डवेयर कंट्रोलर कॉन्फ़िगरेशन के माध्यम से टैक्टाइल मिक्सिंग का भी समर्थन करता है। सॉफ्टवेयर मल्टीट्रैक रिकॉर्डिंग, MIDI सीक्वेंसिंग और कंपोजिशन, प्रोफेशनल मिक्सिंग और मल्टीचैनल ऑडियो एक्सपोर्ट सहित ऑडियो प्रोडक्शन की जरूरतों की एक विस्तृत श्रृंखला को कवर करता है।

    Distributes the processing load of third-party audio effects across multiple CPU cores to ensure real-time playback.

    C++audioc-plus-plusdaw
    GitHub पर देखें↗5,057
  • syedhali/ezaudiosyedhali का अवतार

    syedhali/EZAudio

    4,991GitHub पर देखें↗

    EZAudio, Apple प्लेटफॉर्म के लिए एक ऑडियो लाइब्रेरी है जो माइक्रोफ़ोन कैप्चर, फाइल प्लेबैक और हार्डवेयर आउटपुट के लिए मानकीकृत इंटरफ़ेस प्रदान करती है। यह एक लो-लेटेंसी ऑडियो प्रोसेसर और विज़ुअलाइज़ेशन फ्रेमवर्क के रूप में कार्य करता है जिसे ऑडियो बफ़र्स में हेरफेर करने और न्यूनतम देरी के साथ सिग्नल रूट करने के लिए डिज़ाइन किया गया है। इस प्रोजेक्ट में वास्तविक समय में ऑडियो एम्प्लीट्यूड और रोलिंग प्लॉट्स को ड्रा करने के लिए एक हार्डवेयर-एक्सेलेरेटेड वेवफॉर्म रेंडरर है। इसमें एक फास्ट फूरियर ट्रांसफॉर्म एनालाइज़र भी शामिल है जो स्पेक्ट्रल विश्लेषण के लिए टाइम-डोमेन ऑडियो सैंपल्स को फ्रीक्वेंसी-डोमेन डेटा में बदलता है। यह लाइब्रेरी डिस्क पर डिजिटल ऑडियो रिकॉर्डिंग और सीकिंग और वॉल्यूम कंट्रोल के साथ ऑडियो फाइल प्लेबैक के प्रबंधन सहित व्यापक क्षमताओं को कवर करती है। यह ऑडियो इफेक्ट्स की चेनिंग और माइक्रोफ़ोन इनपुट को सीधे हार्डवेयर आउटपुट पर रूट करने के माध्यम से वास्तविक समय में ऑडियो प्रोसेसिंग का समर्थन करती है।

    Connects audio units in sequential stacks to apply modifications like equalization and delay.

    Objective-C
    GitHub पर देखें↗4,991
  • bespokesynth/bespokesynthBespokeSynth का अवतार

    BespokeSynth/BespokeSynth

    4,526GitHub पर देखें↗

    BespokeSynth is a modular synthesizer environment that combines a node-based audio graph routing system with a live scripting bridge, enabling real-time patching and control without recompilation. Its architecture integrates a granular synthesis engine, FFT-based spectral processing, a MIDI Polyphonic Expression pipeline, and a Euclidean rhythm generator, all within a freeform workspace designed for live experimentation. The project distinguishes itself through its live coding capabilities, allowing Python scripts to create, modify, and control synthesis parameters at runtime, and its plugin

    Wraps VST, VST3, and LV2 plugin interfaces into native modules for the patching system.

    C++
    GitHub पर देखें↗4,526
  • torvalds/audionoisetorvalds का अवतार

    torvalds/AudioNoise

    4,383GitHub पर देखें↗

    AudioNoise एक डिजिटल ऑडियो इफेक्ट्स लाइब्रेरी और सिग्नल प्रोसेसर है जिसे डिजिटल फ़िल्टरिंग और इको सिमुलेशन के माध्यम से ऑडियो वेवफ़ॉर्म में हेरफेर करने के लिए डिज़ाइन किया गया है। यह एक एनालॉग सर्किट एमुलेटर के रूप में कार्य करता है, जो हार्डवेयर गिटार पैडल और फेज़र्स के व्यवहार का अनुकरण करता है। यह प्रोजेक्ट प्रयोगात्मक ध्वनि प्रसंस्करण के लिए उपकरण प्रदान करता है, जिसमें यादृच्छिक डिजिटल शोर और बनावट का निर्माण शामिल है। इसमें एक ऑडियो वेवफ़ॉर्म विज़ुअलाइज़र भी शामिल है जो सिग्नल प्रोसेसिंग के परिणामों का विश्लेषण करने के लिए डिजिटल ऑडियो डेटा को दृश्य ग्राफ़ के रूप में रेंडर करता है। यह लाइब्रेरी डिजिटल ऑडियो प्रोसेसिंग और एनालॉग सर्किट एमुलेशन के लिए क्षमताओं को लागू करती है, ध्वनि नमूनों के टोन और स्थानिक विशेषताओं को संशोधित करने के लिए देरी-आधारित प्रभावों और डिजिटल फ़िल्टर का उपयोग करती है।

    Implements echo delays that create spatial sound effects using delay loops.

    C
    GitHub पर देखें↗4,383
पिछला12अगला
  1. Home
  2. Graphics & Multimedia
  3. Audio & Music
  4. Audio Processing
  5. Effects Processing

सब-टैग एक्सप्लोर करें

  • Effect Chains5 सब-टैग्सSequential stacking of multiple audio processing plugins to create complex signal paths. **Distinct from Effects Processing:** Focuses on the sequential order and stacking of plugins rather than individual audio effects.
  • Global Bypass TogglesSwitches that allow the simultaneous enablement or disablement of all active signal processing effects. **Distinct from Effects Processing:** Specifically covers the global on/off switch for the entire effect pipeline.
  • Guitar-Style and Dynamic EffectsApplies guitar-style, dynamic, spatial, pitch, and lossy compression effects to audio. **Distinct from Effects Processing:** Distinct from Effects Processing: focuses on a specific set of built-in effects (guitar-style, dynamic, spatial, pitch, lossy) rather than general effects processing.
  • Mixing ConsolesInterfaces for routing multiple audio channels through a sequence of effects and gain stages. **Distinct from Effects Processing:** Focuses on the mixing process using an effect-capable console rather than just a single effect processor.
  • Modulation Effects1 सब-टैगAudio effects that use LFOs to modulate filters or delay lines, such as flanging and phasing. **Distinct from Effects Processing:** Specific to time-varying audio modulation effects, not general visual oscillation or compressors.
  • Multitap Delay Effects4 सब-टैग्सEcho effects that produce multiple delayed repetitions of a signal for atmospheric textures. **Distinct from Effects Processing:** Specifies multitap delay architecture over general audio effects.
  • Parallel Signal Processing3 सब-टैग्सRouting a signal through multiple filters or effects simultaneously and blending the outputs. **Distinct from Effects Processing:** Focuses on parallel audio filtering rather than sequential effects processing or database filtering.
  • Time-Based EffectsAudio processors that use time delays to create spatial depth, echoes, and repetitions. **Distinct from Multitap Delay Effects:** Broader than multitap delays; covers all time-domain effects including reverb and tape-style glitch delays.
  • VST Effect Hosting3 सब-टैग्सLoading and integrating third-party VST audio processing plugins into a signal chain. **Distinct from Effects Processing:** Distinct from Effects Processing as it specifically covers the hosting and loading of external VST plugin files.