Showing 19 open source projects for "audio loop"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 1
    Giada

    Giada

    Your Hardcore Loop Machine.

    Giada is an open-source, minimalistic and hardcore music production tool. Designed for DJs, live performers, and electronic musicians. Build your performance in real time by layering audio tracks or MIDI events, driven by the main sequencer. Load samples from your crates and play them with a computer keyboard or a MIDI controller. Write songs from scratch or edit existing live recordings with the powerful Action Editor, for fine-tuned control. Record sounds from the real world and MIDI...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    Snapcast

    Snapcast

    Synchronous multiroom audio player

    Snapcast is a multiroom client-server audio player, where all clients are time synchronized with the server to play perfectly synced audio. It's not a standalone player, but an extension that turns your existing audio player into a Sonos-like multiroom solution. Audio is captured by the server and routed to the connected clients. Several players can feed audio to the server in parallel and clients can be grouped to play the same audio stream. One of the most generic ways to use Snapcast is...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 3
    Qtractor

    Qtractor

    An Audio/MIDI multi-track sequencer

    Qtractor is an Audio/MIDI multi-track sequencer application written in C++ around the Qt framework. The target platform will be Linux, where the Jack Audio Connection Kit (JACK) for audio, and the Advanced Linux Sound Architecture (ALSA) for MIDI,
    Leader badge
    Downloads: 187 This Week
    Last Update:
    See Project
  • 4
    Polymeter

    Polymeter

    Polymeter MIDI sequencer

    Polymeter is a MIDI sequencer for music that's in multiple prime meters (2, 3, 5, 7, 11, etc.) simultaneously. Each track has its own loop length, and when the lengths differ, the tracks "slip" (or shift phase) relative to each other. The resulting interference pattern is sufficiently intricate that variations similar to the embellishments of a live performer can be generated algorithmically. The current project is based on software I developed in the 1990s in order to compose...
    Downloads: 1 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 5
    Apprentice Video

    Apprentice Video

    it's a video player, also works for music and pictures

    This player stands on the giant shoulders of FFmpeg. Audio rendering is accomplished via portaudio v19. Video rendering is via OpenGL, using fragment programs when possible. User interface is implemented with Qt 4/5/6. ASS/SSA subtitle rendering is implemented with libass. This player provides several performance options to enable adequate video playback on slow hardware: * skip loop filter * skip non-reference frames * skip color converter * reduce playback speed to accommodate slow video decoding This player supports playback of HDR video on non-HDR displays: * colorspace transform to BT.709 colorspace via an auto-generated 3D LUT * tone mapping from HDR to SDR (BT. 709) This player supports playback of MPEG-TS files containing multiple programs, timeline anomalies, and codec changes. ...
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    Giada - Your Hardcore Loop Machine

    Giada - Your Hardcore Loop Machine

    Your Hardcore Loop Machine for Windows, Linux and OS X.

    Giada is a free, minimal, hardcore audio tool for DJs and live performers. How does it work? Just pick up your channel, fill it with samples or MIDI events and start the show by using this tiny piece of software as a loop machine, drum machine, sequencer, live sampler or yet as an effect (VST and VSTi) host. Giada aims to be a compact and portable virtual device for Linux, Mac OS X and Windows for production use and live sets. *** WARNING!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Takt

    Takt

    Text-based Music Programming Tools

    Takt is a text-based language for describing note and chord sequences as well as algorithmic compositon rules with C-like syntax. This software package contains a REPL (read-eval-play loop) interpreter for Takt, a MIDI-file-to-Takt translator, and an Emacs interface program which enables note entry from a MIDI keyboard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A sample editor for the ensoniq mirage
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Mp3play VST

    VST instrument playing mp3 files

    This is a VST (Virtual Studio Technology from Steinberg) plugin : play MP3, with loop, BPM, etc.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 10
    MoreAmp

    MoreAmp

    Audio player, transcoder and cd ripper

    Audio player, transcoder and cd ripper for Mac OS X, Windows, Unix, and Linux. Plays and creates ogg, flac, mp3, aac, m4a, mp4, wav, and aif, and plays wma. 31-band equalizer, repeat loop, variable pitch/tempo, ram or ramdisk preload, more.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    fb_chungVST

    fb_chungVST

    an audio multi effects VST plugin loading simple dlls

    fb chung VST is an audio multi effects VST loading host dlls written in high level language (like freebasic) .you can add a simplified dll plugin in the /plugin/ /plugin2/ /plugin3/ folders it will be automaticaly recognized and loaded.Included 4echo_chungVST example (4 combined echos) , baxandall eq and peekenhancer effect . Just define the following dll cdecl export functions : plugininit : your init sub startpluginmain : start your gui window edit closepluginmain : called to close the gui window edit mypluginproc : called as sample=mypluginproc(sample) in main audio loop with zero additional latency myecho.dll / my3band.dll / my4echo.dll / baxandall.dll / peekenhancer.dll with code source are provided as example (freebasic) . ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Genius Player

    Genius Player

    Genius player can listen to almost any audio file formats. reading is

    Genius player can listen to almost any audio file formats. reading is done automatically in a loop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Cyclone
    Cyclone is a powerful music application that handles loops in live context, full MIDI controllable. Goal: to make an app that can compete with Ableton Live in loop handling power. Cyclone works good in realtime Jack environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Cross-platform audio loop slicer designed to create sliced loops from WAV, MP3, FLAC or AIFF files in seconds without a sequencer. Effects include filter sweeps, phasing, flanging, delay, and distortion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    LoopCollector is an audio tool that takes an audio source files and munges them together to form a rhythmic loop. Prototype is being written in Perl, which will interface with sox. The final version will exist as a VST/AudioUnit/etc. plugin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    gnoloops is a GNOME based audio sample loop sequencer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    loopcenter is a music practice/performance tool that lets you record and overdub loops. It is similar in functionality to the Boss Loop Station guitar pedal. It works with the JACK audio server.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Vostoc is a graphical loop based mixing tool suitable for composers and DJ's. It features automatic synchronisation of loops and jackd connectivity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    loopidity

    A multi-track multi-channel looper designed for live hands-free use

    A multi-track multi-channel looping audio recorder designed for live hands-free use
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Auth0 Logo