Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm looking for an incredibly simple python package for playing sounds. I want to be able to give it a list of "signal heights" ([0,0.1,0.2...]) and hear what it sounds like. I'm not looking for something like mingus with all that theory built in, but instead want to make music from scratch. Any suggestions?

share|improve this question

closed as not constructive by Will Jan 28 at 13:59

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

I ended up going with the wave package, as it was already included in my python setup. I found this helpful: http://codingmess.blogspot.com/2008/07/how-to-make-simple-wav-file-with-python.html

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.