Top "Wave" questions

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

C++ - Play back a tone generated from a sinusoidal wave

Hey everyone, I'm currently trying to figure out how to play back a tone I have generated using a sinusoidal …

c++ audio generator wave trigonometry
Any good C/C++ DSP library?

Which DSP library in C/C++ would you recommend? I will need it for real-time embedded systems. It'd be great …

c++ audio signal-processing wave
Detect a specific frequency/tone from raw wave-data

I am reading a raw wave stream coming from the microphone. (This part works as I can send it to …

c# algorithm audio wave
How to write stereo wav files in Python?

The following code writes a simple sine at frequency 400Hz to a mono WAV file. How should this code be …

python wav wave
MATLAB - Plot time-frequency graph of .wav file

I'm working on a project that involves looking at the changes in pitch/frequency over time with a wave file (…

matlab graph signal-processing frequency wave
Change the volume of a wav file in python

I have a 2 seconds 16bit single channel 8khz wav file and I need to change its volume. It should be …

python audio wav volume wave
Software to convert audio to MIDI

Does any one know if there is good software to perform conversion from (wave or mp3 or other known format) …

mp3 midi wave pitch-tracking
Read the data of a single channel from a stereo wave file in Python

I have to read the data from just one channel in a stereo wave file in Python. For this I …

python scipy wave
remove silence at the beginning and at the end of wave files with PyDub

How can I remove the silence from the beginning and the end of wave files with PyDub? I guess I …

python wave pydub
Python Wave byte data

I'm trying to read the data from a .wav file. import wave wr = wave.open("~/01 Road.wav", 'r') # sample width …

python audio wave