Top "Wave" questions

WAVE - this tag refers to the python module for the WAV sound format.

Wave Simulation with Python

I want to simulate a propagating wave with absorption and reflection on some bodies in three dimensional space. I want …

python numpy simulation physics wave
Opening a wave file in Python: unknown format: 49. What's going wrong?

I try to open a wave file with the wave module, but I keep getting the same error whatever I …

python format wave
why am i getting error when importing AudioSegment?

i'm trying to use pydub, but when i import it to python with AudioSegment it will give me an error …

python audio wave pydub
how to convert wav file to float amplitude

so I asked everything in the title: I have a wav file (written by PyAudio from an input audio) and …

python audio wave pyaudio
What is returned by wave.readframes?

I assign a value to a variable x in the following way: import wave w = wave.open('/usr/share/…

python wave
How to remove '\x' from a hex string in Python?

I'm reading a wav audio file in Python using wave module. The readframe() function in this library returns frames as …

python string python-2.7 python-3.x wave
How to create a numpy array from a pydub AudioSegment?

I'm aware of the following question: How to create a pydub AudioSegment using an numpy array? My question is the …

python arrays numpy wave pydub
Audio Frequencies in Python

I'm writing a code to analyse a single audio frequency sung by a voice. I need a way to analyse …

python numpy audio pyaudio wave
Convert .wav file to binary and then back to .wav?

I'm doing a project in java which requires me to encrypt a wave file. So, is there a straight forward …

java audio binary wave
get frequency and amplitude from wave file

I want to get frequency and amplitude from wave file using c#. I tried naudio and FFT, but result is …

c# fft frequency wave amplitude