awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesMultitap Delay Effects

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.

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

Awesome Multitap Delay Effects GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • lmms/lmmsLMMS 的头像

    LMMS/lmms

    10,005在 GitHub 上查看↗

    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

    Generates multiple delayed repetitions of an audio signal for atmospheric echo effects.

    C++dawhacktoberfestmidi
    在 GitHub 上查看↗10,005
  • bespokesynth/bespokesynthBespokeSynth 的头像

    BespokeSynth/BespokeSynth

    4,526在 GitHub 上查看↗

    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

    Ships a configurable echo delay effect with feedback and signal inversion options.

    C++
    在 GitHub 上查看↗4,526
  • torvalds/audionoisetorvalds 的头像

    torvalds/AudioNoise

    4,383在 GitHub 上查看↗

    AudioNoise 是一个数字音频效果库和信号处理器,旨在通过数字滤波和回声模拟来处理音频波形。它作为一个模拟电路仿真器,模拟硬件吉他踏板和移相器的行为。 该项目提供用于实验性声音处理的工具,包括生成随机数字噪声和纹理。它还包含一个音频波形可视化器,将数字音频数据渲染为视觉图形,以分析信号处理的结果。 该库实现了数字音频处理和模拟电路仿真的功能,利用基于延迟的效果和数字滤波器来修改声音样本的音色和空间特性。

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

    C
    在 GitHub 上查看↗4,383
  • zio/ziozio 的头像

    zio/zio

    4,347在 GitHub 上查看↗

    ZIO is a functional effect system for the JVM that models asynchronous and concurrent programs as pure, composable values with typed error handling and dependency injection. Its core identity is built on fiber-based concurrency, where lightweight, non-blocking fibers execute millions of concurrent tasks with structured lifecycle management, and a dual-channel error model that separates expected business failures from unexpected system defects at compile time. The system provides effect-typed dependency injection through a layer-based dependency graph, pull-based reactive stream processing with

    ZIO repeats an effect with delays that grow according to the Fibonacci sequence.

    Scalaasynchronicityasynchronousasynchronous-programming
    在 GitHub 上查看↗4,347
  1. Home
  2. Graphics & Multimedia
  3. Audio & Music
  4. Audio Processing
  5. Effects Processing
  6. Multitap Delay Effects

探索子标签

  • Echo DelaysSimple delay effects that produce a single delayed repetition of a signal with feedback and optional inversion. **Distinct from Multitap Delay Effects:** Distinct from Multitap Delay Effects: produces a single echo with feedback rather than multiple independent taps.
  • Musical Delay EffectsDelay processors that support both millisecond and musical-duration timing for echoes and comb-filtering. **Distinct from Multitap Delay Effects:** Adds musical-duration timing support, whereas multitap candidates focus on atmospheric repetitions.
  • Pitch-Controlled Delay EffectsDelay processors where the delay time is modulated by an incoming note pitch for frequency-dependent echoes. **Distinct from Multitap Delay Effects:** Distinct from Multitap Delay Effects: delay time is controlled by note pitch rather than producing multiple taps.
  • Simple Delay Effects1 个子标签Echo effects that play back an audio signal after a configurable delay time with optional feedback and inversion. **Distinct from Multitap Delay Effects:** Distinct from Multitap Delay Effects: produces a single delayed repetition rather than multiple taps.