How to import Wave files into python?

diesch111 at gmail.com diesch111 at gmail.com
Fri Dec 20 17:26:06 EST 2013


On Wednesday, December 18, 2013 8:45:08 AM UTC-8, twilk... at gmail.com wrote:
> How exactly do I import a .wav file and run it?
> 
> also is it possible to run it inside a while loop if so or it just start playing when its run? - Tom 14

Using Pyside/PyQt you can play wave files this way ...
QSound.play(wave_filename)



More information about the Python-list mailing list