Top "Wav" questions

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

Play multiple sounds using SoundPlayer

I'm making a sampler program where each key from 1 to 9 will make a different sound. Everything works fine, but when …

c# .net audio wav
Playing a .WAV file in .NET

I'm trying to write a SAMPLER program, where each key has a different sound (a WAV file). Can someone explain …

c# .net file wav
Failed to open file file.wav as a WAV due to: file does not start with RIFF id

I am getting this error when trying to open a RIFF file (which as I understand it is a type …

python mime-types wav riff
How can I detect whether a WAV file has a 44 or 46-byte header?

I've discovered it is dangerous to assume that all PCM wav audio files have 44 bytes of header data before the …

audio wav
change wav file ( to 16KHz and 8bit ) with using NAudio

I want to change a WAV file to 8KHz and 8bit using NAudio. WaveFormat format1 = new WaveFormat(8000, 8, 1); byte[] waveByte = HelperClass.…

c# .net audio wav naudio
How to join 2 or more .WAV files together programmatically?

I need the ability to join 2 or more .wav files together in to one .wav file. I must do this …

c# audio wav
Playing .mp3 files with PyAudio

Can pyaudio play .mp3 files? If yes, may I ask to write an example please. If no, what is the …

python-3.x mp3 wav pyglet pyaudio
How to write wav file with 32-bit float data?

I would like to be able to write PCM wav files with 32-bit floating point samples. This seems to be …

audio wav
Trouble playing wav in Java

I'm trying to play a PCM_UNSIGNED 11025.0 Hz, 8 bit, mono, 1 bytes/frame file as described here (1) and here(2). The first …

java wav playback javasound
Python change pitch of wav file

I need any python library to change pitch of my wav file without any raw audio data processing. I spent …

python audio wav pitch