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

Save Audio File Kivy, Python

What I am trying to do is, save each recorded file with a different filename(Myaudio1,2,3). Current… Read more Save Audio File Kivy, Python

Embed Audio, Video In Python Gui

I am working on a project that requires me to display some live video feeds from networked cameras … Read more Embed Audio, Video In Python Gui

Python: Reconstruct Audio File From Stft

As a simple experiment, I want to compute the stft of an audio file: sample_rate, samples = wav.rea… Read more Python: Reconstruct Audio File From Stft

Record Voice With Recorder.js And Upload It To Python-flask Server, But Wav File Is Broken

I would like to realize this. A user speaks to a web browser. A web browser (Google Chrome) record… Read more Record Voice With Recorder.js And Upload It To Python-flask Server, But Wav File Is Broken

How To Edit Raw Pcm Audio Data Without An Audio Library?

I'm interested in precisely extracting portions of a PCM WAV file, down to the sample level. M… Read more How To Edit Raw Pcm Audio Data Without An Audio Library?

How To Trigger From Python Playing Of A Wav Or Mp3 Audio File On A Mac?

I'm looking for an elegant way, without a ton of dependencies as in some of the solutions I goo… Read more How To Trigger From Python Playing Of A Wav Or Mp3 Audio File On A Mac?

Python Pyaudio -- How To Play A File Streamed Via Http

I am trying to figure out how to play an mp3 that exists on my server served through HTTP. I tried… Read more Python Pyaudio -- How To Play A File Streamed Via Http

How Get Low Frequency From Dtmf Tone

Hi have made one source in python for get fundamental frequecys from audio files, i want use this f… Read more How Get Low Frequency From Dtmf Tone

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

How Would I Be Able To Pan A Sound In Pygame?

Basically, what I want to accomplish here, is a way to pan the sound while the game is running. I&#… Read more How Would I Be Able To Pan A Sound In Pygame?

Wav File From Microphone On Python

My project is to do speaker recognition using a microphone. I'm using the speeh_recognition li… Read more Wav File From Microphone On Python

Detecting Audio Inside Audio [audio Recognition]

I need to build a software that does audio recognition from a small audio sample (A) inside other a… Read more Detecting Audio Inside Audio [audio Recognition]

Using Pydub To Chop Up A Long Audio File

I'd like to use pyDub to take a long WAV file of individual words (and silence in between) as i… Read more Using Pydub To Chop Up A Long Audio File

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

How To Stop Music If Enter Key Is Pressed Anytime The Program Is Running?

I want my program do something along the lines of: while this program is running:     if the Enter… Read more How To Stop Music If Enter Key Is Pressed Anytime The Program Is Running?

Combine Audio Files In Python

How can I combined multiple audio files (wav) to one file in Python? I found this: import wave inf… Read more Combine Audio Files In Python

Simple Pygame Audio At A Frequency

How can I create a 440 Hz sound that plays smoothly forever using audio with Pygame? I assume this … Read more Simple Pygame Audio At A Frequency

Pygame Memoryerror

HI i wrote a simple block collecting program that was working just fine and dandy until i added sou… Read more Pygame Memoryerror

Translate Audio From Speaker Output In Python With Azuresdk

I'm looking to make an application, who woul'd let me translate any audio going out of the … Read more Translate Audio From Speaker Output In Python With Azuresdk