Top "Wav" questions

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

Saving audio input of Android Stock speech recognition engine

I am trying to save in a file the audio data listened by speech recognition service of android. Actually I …

android audio speech-recognition wav voice-recognition
librosa can't open .wav created by librosa?

i'm trying to use librosa to generate some data by cutting 1s pieces from some .wav file with a duration …

python audio wav librosa
Noise reduction and compression in streaming audio

hope you can help. I am recording audio from a microphone and streaming it live across a network. The quality …

c# compression wav audio-streaming noise-reduction
Read samples from wav-file

I'm trying to make a webpage in html5 which stores sample-data from a wav-file in an array. Is there any …

javascript arrays wav
Compare voice wav in android or voice tag ( voice commands ) API

I'm developing an app and I need some way to compare 2 voices if they' match or not, I know that …

android wav speech-recognition voice-recognition wave
Why are an integers bytes stored backwards? Does this apply to headers only?

I'm currently trying to decipher WAV files. From headers to the PCM data. I've found a PDF (http://www.tdt.…

header wav pcm integer
Reduce the volume of a Wav audio file using C

I am writing a C program for editing a Wav audio file. I have loaded all file datas in an …

c audio wav volume noise
Convert WAV to MP3 using LAME from PHP

I have WAV data that I'd like to convert to MP3 on the fly with a PHP script. The WAV …

php mp3 wav lame
Where is a good collection of freely licensed instrument .wav samples?

I require full samples for a variety of instruments. One such site that provides this resource (http://theremin.music.uiowa.…

iphone resources wav
pydub accessing the sampling rate(Hz) and the audio signal from an mp3 file

Just found out this interesting python package pydub which converts any audio file to mp3, wav, etc. As far as …

python audio mp3 wav pydub