mp3-lib

Kare Sjolander kare at speech.kth.se
Fri Jan 5 09:48:04 EST 2001


Take a look at Snack, http://www.speech.kth.se/snack/
It supports Windows 95/98/NT/2000, Linux, Macintosh, Sun Solaris, HP-UX,
NetBSD, and SGI IRIX.

To play an MP3 sound file

from tkSnack import *
initializeSnack(Tkinter.Tk())

s = Sound(file='song.mp3')

s.play()

Kare






More information about the Python-list mailing list