-----Original Message-----
From: Alan Gauld <alan.ga...@btinternet.com>
To: tutor <tutor@python.org>
Sent: Wed, Sep 15, 2010 5:26 am
Subject: Re: [Tutor] Writing to Sound


"Corey Richardson" <kb1...@aim.com> wrote

First off, here is what I'm doing. I'm taking pi (3.141592 etc. etc.
etc.), taking two values at a time, and then mapping the two values
to pitch and length. I'm then using winsound.Beep to beep for x ms,
at y frequency.

So far I understand.

What I want to do, is write that to file.

Write what?
The sound generated by Beep or the data used to drive Beep?

[snip]

--
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/


-----------------------------


I want to write the sound generated by Beep to file, or sound at the same pitch and length. Sorry that that wasn't clear
~Corey RIchardson
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to