I need a program that can represent functions as sound. Something like Mathematica's "play" which can generate a sound with the amplitude given as a function of time.
The program should support "writing/exporting" to a lossless audio format.
@soandos what I meant was a program that gives sound represntation of a mathmatical function "similar to how you plot functions"visualy"" Check Mathmatica for play to see what it does.
Answer
You can do this using the ChucK programming language. It is made specifically for synthesizing audio.
Directly specifying the waveform as a function is not the typical way to work, but I believe it is also possible.
No comments:
Post a Comment