[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] noob questions about creating and playing sounds



Curiously, I once made a sound synthesizer using Numeric and sndarray, here: http://geometrian.com/Programs/Waves2Source.zip.  It doesn't have any problems.  It looks like it computes the sine wave point by point with a list, then changes it into a Numeric array.  The sample rate is also half the sample rates here, which might have something to do with it.