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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • bespokesynth/bespokesynthAvatar de BespokeSynth

    BespokeSynth/BespokeSynth

    4,526Voir sur 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++
    Voir sur GitHub↗4,526
  • zio/zioAvatar de zio

    zio/zio

    4,347Voir sur 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
    Voir sur 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

Explorer les sous-tags

  • 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.