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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesSimple Delay Effects

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.

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

Awesome Simple Delay Effects GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • bespokesynth/bespokesynthAvatar BespokeSynth

    BespokeSynth/BespokeSynth

    4,526Vezi pe 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++
    Vezi pe GitHub↗4,526
  • zio/zioAvatar zio

    zio/zio

    4,347Vezi pe 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
    Vezi pe GitHub↗4,347
  1. Home
  2. Graphics & Multimedia
  3. Audio & Music
  4. Audio Processing
  5. Effects Processing
  6. Multitap Delay Effects
  7. Simple Delay Effects

Explorează sub-etichetele

  • Fibonacci Delay RepetitionsRepeats an effect with delays that grow according to the Fibonacci sequence, useful for retry backoff. **Distinct from Simple Delay Effects:** Distinct from Simple Delay Effects: uses Fibonacci-sequence delays rather than a fixed delay time.