Michael Bernhard Arp S wrote:
Greetings, programs.
How do I create a sound from python? I'm thinking along the line of
generating a sinus wave where I can control the frequency and duration. I
want to produce a string of sounds based on a character string. Probabl
You can generate the sound data in a buffer either in native python or using
numpy, then play it back by loading the buffer into a sound object with pygame.
It depends how much control you want on the sounds. You might want to use
csound or supercollider or something if you want to programmatica