Drawing sound

fee fee at fee.com
Fri Sep 24 15:57:38 EDT 2004


Chris wrote:
> I want a program that can "draw" sound.
> 
> Imagine drawing a graph of frequency against time -
> and then being able to play it over the computer speakers.
> 

> 
> Can that be done in Python?
> Or in any other language?

Using programs to create sound through a soundcard is
a quite popular activity.  What you describe may be
best done with the program csound (http://www.csounds.com/).

If you want to do it with python, you might try looking here
first:

http://docs.python.org/lib/mmedia.html

Tobiah



More information about the Python-list mailing list