WaveGL
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages }} '''WaveGL''' is a programming language designed for sounds, based on OpenGL Shading Language (a program...") |
Dan Tobias (Talk | contribs) |
||
Line 4: | Line 4: | ||
}} | }} | ||
'''WaveGL''' is a programming language designed for sounds, based on [[OpenGL Shading Language]] (a programming language for graphics), which in turn has a syntax based on [[C]]. It lets you set up mathematical functions which are rendered as audio. | '''WaveGL''' is a programming language designed for sounds, based on [[OpenGL Shading Language]] (a programming language for graphics), which in turn has a syntax based on [[C]]. It lets you set up mathematical functions which are rendered as audio. | ||
+ | |||
+ | There appears to be a different "Wave-GL" programming language described in Dr. Dobbs Journal in 1996, which is a similar concept (using mathematical functions to generate computer audio) but with a different syntax. | ||
== Sample files == | == Sample files == | ||
Line 10: | Line 12: | ||
== Other links == | == Other links == | ||
* [https://github.com/gre/wavegl WaveGL Github] | * [https://github.com/gre/wavegl WaveGL Github] | ||
+ | * [http://www.drdobbs.com/database/speech-research-with-wave-gl/184409996 1996 Dr. Dobbs article on Wave-GL] |
Revision as of 20:42, 26 July 2014
WaveGL is a programming language designed for sounds, based on OpenGL Shading Language (a programming language for graphics), which in turn has a syntax based on C. It lets you set up mathematical functions which are rendered as audio.
There appears to be a different "Wave-GL" programming language described in Dr. Dobbs Journal in 1996, which is a similar concept (using mathematical functions to generate computer audio) but with a different syntax.
Sample files
- Example files "in action" (warning: starts playing sound immediately when you load pages!)