Skip to content Skip to sidebar Skip to footer
Showing posts with the label Audio

Python Convert Wav To Mp3

I've looked at pymedia (discontinued), pyglet(great but no converter in there) and audiotools(c… Read more Python Convert Wav To Mp3

Playing Sound With Pyqt4 And Qsound

To keep it short, after hours of looking for a way to play sound in pyqt4, I still can't figure… Read more Playing Sound With Pyqt4 And Qsound

Find The Timestamp Of A Sound Sample Of An Mp3 With Linux Or Python

I am slowly working on a project which where it would be very useful if the computer could find whe… Read more Find The Timestamp Of A Sound Sample Of An Mp3 With Linux Or Python

Programmatically Changing System-wide Speaker Balance On Windows 7

How can I programmatically change system-wide speaker balance on Windows 7? (I can only program in … Read more Programmatically Changing System-wide Speaker Balance On Windows 7

Audio File Sounds Bad/noisy After Passing Through Low Pass Filter

I am trying to pass my audio through low pass filter, so as to filter out noise from it. However, t… Read more Audio File Sounds Bad/noisy After Passing Through Low Pass Filter

Use (python) Gstreamer To Decode Audio (to Pcm Data)

I'm writing an application that uses the Python Gstreamer bindings to play audio, but I'm n… Read more Use (python) Gstreamer To Decode Audio (to Pcm Data)