Skip to content
Advertisement

Tag: audio

how to play wav file in python?

I tried pygame for playing wav file like this: but It change the voice and I don’t know why! I read this link solutions and can’t solve my problem with playing wave file! for this solution I dont know what should I import? and for this solution /dev/dsp dosen’t exist in new version of linux : and when I tried

Get .wav file length or duration

I’m looking for a way to find out the duration of a audio file (.wav) in python. So far i had a look at python wave library, mutagen, pymedia, pymad i was not able to get the duration of the wav file. Pymad gave me the duration but its not consistent. Answer The duration is equal to the number of

Python Sound (“Bell”)

I’d like to have a python program alert me when it has completed its task by making a beep noise. Currently, I use import os and then use a command line speech program to say “Process complete”. I much rather it be a simple “bell.” I know that there’s a function that can be used in Cocoa apps, NSBeep, but

Advertisement