Top "Wav" questions

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

Remove noise from wav file, MATLAB

I've only used MATLAB as a calculator, so I'm not as well versed in the program. I hope a kind …

matlab audio signal-processing wav noise-reduction
How to convert any mp3 file to .wav 16khz mono 16bit

Please, help to choose solution for converting any mp3 file to special .wav - I'm a newbie with Linux command …

mp3 wav sample-rate
Reading wav file in Java

I want to read wav files in Java and I am going to classify them with K-means. How can I …

java audio wav k-means
How to manipulate wav file data in Python?

I'm trying to read a wav file, then manipulate its contents, sample by sample Here's what I have so far: …

python scipy wav
Using AudioTrack in Android to play a WAV file

I'm working with Android, trying to make my AudioTrack application play a Windows .wav file (Tada.wav). Frankly, it shouldn't …

android wav audio-streaming
Downsampling wav audio file

I have to downsample a wav file from 44100Hz to 16000Hz without using any external Python libraries, so preferably wave …

python audio wav wave downsampling
Get length of .wav from sox output

I need to get the length of a .wav file. Using: sox output.wav -n stat Gives: Samples read: 449718 Length (…

audio grep pipe wav sox
How to join two wav files using python?

I am using python programming language,I want to join to wav file one at the end of other wav …

python audio wav
processing an audio wav file with C

I'm working on processing the amplitude of a wav file and scaling it by some decimal factor. I'm trying to …

c wav audio-processing
What do the bytes in a .wav file represent?

When I store the data in a .wav file into a byte array, what do these values mean? I've read …

audio wav