I want to implement a simple synth instrument that plays sounds of certain frequencies. What are the best ways to do that in Python or Java?
Asked
Active
Viewed 663 times
3
-
Take a look at Project 2 on this site: http://beastie.cs.ua.edu/cs250/ – Tyler Crompton Dec 07 '11 at 00:27
-
Here's a summary of the Python packages available for audio generation and processing: http://wiki.python.org/moin/Audio You can also look into the Java Sound API: http://java.sun.com/products/java-media/sound/techReference/javasoundfaq.html – Michael C. O'Connor Dec 07 '11 at 00:28