Database
wavgl.asc
Associated article: Speech Research with WAVE-GL
Tags: Database
Published source code accompanying the article by Petra Lutter, Michael Muller-Wernhart, Jurgen Ramharter, Frank Rattay, and Peter Slowik, in which they present WAVE-GL, short for "Wave Generation Language." WAVE-GL is a system designed to generating new sounds from mathematical descriptions. Also see WAVGL.ZIP.
_Speech Research with WAVE-GL_
by Petra Lutter, Michael Muller-Wernhart, Jurgen Ramharter, Frank Rattay, Peter Slowik
Example 1:
VERBOSE ON;
NEW FILE "show.wav" STEREO, 44100 HZ, 16 BIT, 0.022 SEC;
DEFFUNC "main
DECLARE pi2 = 6.28318530718;
DECLARE sam = 44100.0;
{ /* The generated function consists of ...


