Showing 13 open source projects for "dsp plugin"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    fooyin

    fooyin

    A customisable music player

    ...It provides a modular interface that can be built from scratch or adapted from preset layouts, allowing users to tailor the experience to their workflow. The player supports a wide range of audio formats and includes advanced playback features such as gapless playback, ReplayGain, and DSP processing. It integrates a powerful plugin system that enables extensions for widgets, decoders, metadata handling, and external services. fooyin also includes a scripting language called FooScript, which allows users to customize interface behavior, automate playlists, and control display logic. Its library management tools offer advanced filtering, tagging, and playlist organization for large music collections. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 2
    GuitarPedal

    GuitarPedal

    Linus learns analog circuits

    ...The project demonstrates how to read audio input, process it through simple transformations, and write the result out in real time with minimal latency. It emphasizes straightforward, inspectable DSP so developers can follow the math and tweak parameters without a giant framework in the way. The codebase favors portability and simplicity, focusing on a handful of canonical effects rather than a sprawling plugin architecture. It doubles as a teaching aid for musicians who code, showing how buffers, sampling rates, and numerical stability affect tone. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ScorchCrafter Guitar FX DAW Plug-ins

    ScorchCrafter Guitar FX DAW Plug-ins

    Audio DSP FX and plug-ins, mostly for guitar (amp sim) and other FX

    A group of audio DAW plug-ins targeting Windows (VST), Mac (VST/AU), and Linux, mostly for Guitar Amplifier simulation, with the C-120 being the flagship product (which started off long ago as a closed-source VST). Open source, mostly under GPL.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4

    Faust : signal processing language

    Faust is a programming language for realtime audio signal processing

    ...FAUST (Functional Audio Stream) is a functional programming language specifically designed for real-time signal processing and synthesis. FAUST targets high-performance signal processing applications and audio plug-ins for a variety of platforms and standards. The Faust compiler translates DSP specifications into very efficient C++ code. Thanks to the notion of architecture, FAUST programs can be easily deployed on a large variety of audio platforms and plugin formats (jack, alsa, ladspa, maxmsp, puredata, csound, supercollider, pure, vst, coreaudio) without any change to the FAUST code.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 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
  • 5
    The plugin is a combination of two libraries - SSRC and SOX, the first one is fixed, and the other is floating point. The main purpose is to "override" the LPF(s) inside of the DAC by upsampling (relatively) low sampling rate frequencies (44.1k, 48k), assuming the software can do it much more accurate. It should be noted that the component, allows to compare two main resampling techniques with the same parameters. The user interface is built to be intuitive and to allow to maximize the...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    EQ10Q

    EQ10Q

    Audio plugin bundle over the LV2 standard for Linux

    EQ10Q is an audio plugin bundle over the LV2 standard implementing a powerful and flexible parametric equalizer and more, take a look in “Included Plugins” in our website (http://eq10q.sourceforge.net/?page_id=96) to get a complete idea of what is EQ10Q about. All audio processing developed in this project is written in C language and highly optimized focusing on DSP load reduction yet keeping a superb audio quality, the audio engine is always working in 64 bits floating point maths but interfacing with LV2 ports using the standard 32 bits numbers. ...
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 7

    foobar2000 OpenAL Output

    OpenAL output for foobar2000 v1.1+

    This plugin supports 16 bit or 32 bit fixed point OpenAL output, so it converts foobar2000's 32 bit float wav data to 16 or 32 bit integer wav. Supports 1.0, 2.0, 4.0, 5.0, 5.1, 6.1, 7.1 channels output. Sample rate depends on your sound card. Tested on Creative Sound Blaster X-Fi XtremeMusic under Win8x64. For using: 1. Install OpenAL: http://www.openal.org/creative-installers/oalinst.zip 2.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    The Millennium Plugin Suite

    The Millennium Plugin Suite

    The best DSP available, and even open source.

    The Millennium Plugin Suite, is an opensource suite of plugins, currently for windows. This project is moved to my own website. Peace Be With You.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    gbsplay emulates the sound hardware of the Nintendo Gameboy. It is able to play the sounds from a Gameboy module dump (.GBS format) over /dev/dsp and NAS. Included is an XMMS input plugin, a tool to display information about a .GBS file, and a demo song.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 10
    Open303 is a free, open source emulation of the Roland TB-303 synthesizer. It currently consists of a generic and platform-independent C++ implementation of the DSP algorithms as well as a GUI-less plugin for the VST v2.4 interface.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    WebDJ is a DJ system with the ability to stream audio over the internet. The system is based on plugin system for input, dsp and output, with the capability of preview audio processing before broadcast it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A Digital Signal Processing Program for educational purposes, written in Java, tested on Windows, should work on Linux too. Plugin architecture for inputs, outputs, filters, analisys.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Octalmachines.sourceforge.net is a code repository for GNU Octal plugin machines, as well as the Gearlib dsp library. For more information about GNU Octal, visit the homepage at www.gnu.org/software/octal
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next