After looking at the Python docs for the wave module, I'm a bit puzzled as to how to use it.

Does anyone have an example I can browse?

If I write to a wave file, is the data I write actually audible, if I use Winamp or some other wave player, or is it more complicated than that?
Is the data I write actually part of the content of the wave file, or do I have to manually handle the file structure of the wave file too (the part that is unique to wave files, that is)?


thanks

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to