Top "Wav" questions

This tag is for questions related to the "Waveform Audio File Format", WAVE, or wav for short.

How to use PlaySound in C

I am using code::blocks IDE which runs on GNU GCC compiler. In my project I want to play a .…

c audio codeblocks wav winmm
Extracting an amplitude list from *.wav file for use in Python

I'm having a little bit of programing and conversion trouble. I'm designing an AI to recognize notes played by instruments …

python wav fft frequency amplitude
How can I get into a wav file to change the sample rate?

I have a wav file pulled up in MATLAB, and I can see it's sample rate. All I need to …

matlab signal-processing wav audio-processing sample-rate
Trimming audio in python

ok so im using pyaudio as well but from what I been looking at the wave module could maybe help …

python audio wav pyaudio
How do you separate each channel of a two channel wav file into two different files using wavio? or another library?

The following script plays the original file ok. I try to separate each channel in the obvious way, but it …

python wav pyglet
Convert mp3 to wav on Android

There seem to be a lot of questions regarding the inverse wav to mp3 conversion, but none to go the …

android mp3 wav audio-converter
AS3 microphone recording/saving works, in-flash PCM playback double speed

I have a working mic recording script in AS3 which I have been able to successfully use to save .wav …

flash actionscript-3 wav audio-recording audio-player
Finding number of samples in .wav file and Hex Editor

Need help with Hex Editor and audio files.I am having trouble figuring out the formula to get the number …

audio hex hex-editors wav
java pcm to wav

I have a pcm file, and I want to convert it to a wav file. Is there any suitable api …

java wav pcm
scipy.io.wavfile.read cannot read 24-bits .wav files

It seems that scipy.io.wavfile.read cannot read 24-bits .wav files. Do you have an idea on how to …

python audio scipy wav