PDA

View Full Version : Python music programming



hoboy
October 12th, 2009, 07:46 PM
I want to make a python program that will play music, like mp3
and more and I need guiding about this.
an example or link to good tutorials is welcomed.

Siph0n
October 12th, 2009, 07:49 PM
Pygame does this easily I think


pygame.mixer.music.load(music_file)
pygame.mixer.music.play()

It is something like that I believe.

hoboy
October 12th, 2009, 07:52 PM
Pygame does this easily I think


pygame.mixer.music.load(music_file)
pygame.mixer.music.play()

It is something like that I believe.

tks
http://www.pygame.org/news.html

steeleyuk
October 12th, 2009, 08:53 PM
You might also want to look at the Python bindings for Gstreamer.
http://pygstdocs.berlios.de/pygst-tutorial/index.html

kayosiii
October 13th, 2009, 08:26 PM
for even more fun...
proceedural soundscape programming in python.
http://boodler.org/