Vult - a DSP Transcompiler (suitable for Teensy etc.)

Status
Not open for further replies.

syso

Member
Hi,

I just stumbled upon Vult - http://modlfo.github.io/vult :
Vult is a simple and powerful language to program high-performance algorithms that may run in small microprocessors or microcontrollers. Vult is specially useful when programming Digital Signal Processing (DSP) algorithms like audio effects or synthesizers.

The Vult compiler is actually a transcompiler which takes Vult code and produces plain C/C++ code that can be compiled in any platform with a C/C++ compiler, for example: Arduino or Teensy boards. Vult also generates Javascript that can be run directly in the browser. Code written in Vult has freedom.


Check out the tutorial at:
http://modlfo.github.io/vult/tutorial.html

First tests already have shown that this is a nice thing to play with and perhaps this could be somehow
integrated into the Teensy Audio Library or adjusted to produce Teensy Audio Library optimized output.
 
Very interesting. I do don't have time to look at this right now... so I'm hoping you'll let us all know what you find?
 
Status
Not open for further replies.
Back
Top