Record sound: Difference between revisions

Content deleted Content added
Wherrera (talk | contribs)
mNo edit summary
Wherrera (talk | contribs)
Line 286:
stream = PortAudioStream("Microphone (USB Microphone)", 1, 0) # 44100 samples/sec
buf = read(stream, 441000)
save("recorded10sec.wav"), buf)
</lang>