Top "Wav" questions

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

Processing Audio Data using Fourier Transforms in Java

I'm trying to process audio data. I'm working with Java. I've extracted the audio data to an array. Now I …

java audio wav fft
Creating a .wav File in C#

As an excuse to learn C#, I have been trying to code a simple project: creating audio files. To start, …

c# wav
Noise Reduction in an Audio file using Python

We can perform noise reduction using Open-source Software like Audacity, which is commonly used for the purpose. Please click the …

python wav
javax.sound.sampled.UnsupportedAudioFileException: could not get audio input stream from input file when loading wav file

i am using java 6 , and i am trying to load wav file, to get its duration as follows: public static …

java audio wav javasound
How can I convert a WAV from stereo to mono in Python?

I don't want to use any other apps (like sox) - I want to do this in pure Python. Installing …

python audio wav
Converting mp3 data to wav data C#

In my project I am receiving mp3 data in a byte array. I want to convert that data to wav …

c# mp3 wav
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
Converting WAV to any compressed audio format in client-side JavaScript

I am recording audio from getUserMedia({audio:true}); in the browser using Recorder.js and then exporting it as a …

javascript wav audio-recording getusermedia
How to extract frequency out of WAV sample data?

I'm developing an application in c to read simple PCM WAV files. My question is, how should I interpret the …

c wav pcm riff
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