Generating audio with python: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 October 2013

  • curprev 16:3616:36, 8 October 2013Michael Murtaugh talk contribs 1,066 bytes +1,066 Created page with "<source lang="python"> import wave, struct filename = "output.wav" nframes=0 nchannels=1 sampwidth=2 # in bytes so 2=16bit, 1=8bit framerate=44100 bufsize=2048 w = wave.open..."