Top "Wav" questions

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

Playing .mp3 and .wav in Java?

How can I play an .mp3 and a .wav file in my Java application? I am using Swing. I tried …

java audio mp3 wav
Reading *.wav files in Python

I need to analyze sound written in a .wav file. For that I need to transform this file into set …

python audio wav wave
How to play .wav files with java

I am trying to play a *.wav file with Java. I want it to do the following: When a button …

java audio wav
Detect & Record Audio in Python

I need to capture audio clips as WAV files that I can then pass to another bit of python for …

python wav audio-recording
How to handle Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause()

Below is my code in aspx page to allow playing audio's of wav format in the browser but with my …

javascript asp.net wav
Java - reading, manipulating and writing WAV files

In a Java program, what is the best way to read an audio file (WAV file) to an array of …

java audio wav
C++ Reading the Data part of a WAV file

I plan to create a program that will visualize the audio waveform of a .wav file. So far, I have …

c++ wav
Can ffmpeg convert audio from raw PCM to WAV?

I can convert wav file to pcm ffmpeg -i file.wav -f s16le -acodec pcm_s16le file.pcm …

audio ffmpeg wav pcm
How do I convert a wav file to mp3 format using sox?

When I run sox directly from the command line as ; sox -r 8000 -c 1 <wavfilename> <mp3filename> …

mp3 centos wav sox
How to encode a WAV to a mp3 on a Android device

I have simplified my question and offered a bounty: What options are there for compressing raw PCM audio data to …

java android encoding mp3 wav