Audio Scripting Experiments
I got the first run of my DSP scripting language (which I am calling DNA) up and running. Initial results were pretty encouraging. The same script that took 15% cpu in EEL only took a couple percent in DNA script. The code is very similar to assembly language, so it would be possible to make a higher level version of the language that compiles down to DNA assembly. Assembly code is very efficient and also is easy to parse/compile - it only took me two days to get the parser and the core VM up and running. It should also be possible to take the same code and run it on on a GPU which would be very cool. I'll be working on optimizing the DNA VM and investigating GPU stuff this weekend.


0 Comments:
Post a Comment
<< Home