SaaSHub helps you find the best software and product alternatives Learn more →
Faust Alternatives
Similar projects and alternatives to faust
-
supercollider
An audio server, programming language, and IDE for sound synthesis and algorithmic composition.
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
-
yummyDSP
An Arduino audio DSP library for the Espressif ESP32 and probably other 32 bit machines
-
-
-
Sonar
Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
elementary
A JavaScript runtime for writing native audio applications, as well as a library and framework for composing audio signal processes. (by nick-thompson)
-
-
-
JUCE
JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, RTAS and AAX audio plug-ins.
-
-
vst-rs
VST 2.4 API implementation in rust. Create plugins or hosts. Previously rust-vst on the RustDSP group.
-
-
-
webaudio-examples
Code examples that accompany the MDN Web Docs pages relating to Web Audio.
-
-
DawDreamer
Digital Audio Workstation with Python; VST instruments/effects, parameter automation, FAUST, JAX, Warp Markers, and JUCE processors
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
faust reviews and mentions
-
Ask HN: Is there a great DAG framework for Python?
Does Faust do what you want? It's a language specifically for digital signal processing, and has a wide variety of compile targets.
> Faust (Functional Audio Stream) is a functional programming language for sound synthesis and audio processing with a strong focus on the design of synthesizers, musical instruments, audio effects, etc. created at the GRAME-CNCM Research Department. Faust targets high-performance signal processing applications and audio plug-ins for a variety of platforms and standards.
> The core component of Faust is its compiler. It allows to "translate" any Faust digital signal processing (DSP) specification to a wide range of non-domain specific languages such as C++, C, LLVM bit code, WebAssembly, Rust, etc. In this regard, Faust can be seen as an alternative to C++ but is much simpler and intuitive to learn.
-
I've made a Theremin-like instrument with tons of expressivity, here is a mystic improv
Regarding the technical details, it's written "from scratch" by using the Leap SDK (LeapC) in the Rust programming language. For the audio generation, I've used Faust. It's free and open-source, so you can see how it's done here.
-
Analog circuit diagrams into DSP code; is it possible to convert them using simulators?
For audio DSP, should I start with FAUST that's focused on audio processing, or get a general book like DSP Guide?
- First year at college, getting a degree in software engineering so I am currently taking my first programming class. Although I want to build my very own digital synth from scratch. Where do I start?
- Program Synthesis is Possible (2018)
-
Valhalla DSP Pedal
-I'd write the software in FAUST. This would process the signal from the guitar and interact with the valhalla .dll to produce the effects. Side note: if all I want to do with the audio is use the .dll, do I need to use FAUST, or can I use a normal language like C++ ?
-
I want to learn how to make VST/Plugins, no programming experience:(
https://faust.grame.fr — powerful language having plenty of tutorials and examples, you can create your first basic VST in a couple of minutes without need to install anything. It’s functional, which means far-from-mainstream syntax, but as you’re not used to any particular language yet, it should be ok
- Hacking Perl in Nighclubs (2004)
-
How do you go about making VSTs?
If you like raw dsp code, check out Faust. There is "faust2vst" too, creating ugly but functional VSTs. https://faust.grame.fr/
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f160f194390>
www.saashub.com | 20 Mar 2023
Stats
grame-cncm/faust is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.