Skip to main content

Questions tagged [wav]

WAV (or WAVE), short form for Waveform audio format, is a standard format audio file from Microsoft and IBM for storing audio on PCs.

36 questions with no upvoted or accepted answers
4 votes
0 answers
41k views

I have a wave file. When I open it with VLC player it gives result VLC does not support the audio or video format "undf". Unfortunately there is no way for you to fix this. How can I play this file?
user249964's user avatar
3 votes
0 answers
2k views

I have a couple of .wav files from a Palm Pilot or possibly an old Windows Pocket PC that are in the format of a .wav RIFF WAVEfmt file. I can't play them, and would like to convert them to some ...
Magwich's user avatar
  • 271
3 votes
0 answers
293 views

What's the easiest way to remove the specified sections of a wav file using SoX? Right now I use the trim command to break up the file and then concatenate the parts. However, that seems a little ...
Guest's user avatar
  • 31
3 votes
0 answers
431 views

I have several WAV files that overlap a couple of seconds, concretely the first 6 or 7 seconds of one are the same as last of the previous. I'd like to join all of the chunks in just one file but ...
James Russell's user avatar
3 votes
0 answers
766 views

In VLC 1.0.5, sound files (mp3 and wav) are not playing completely. I think the leading .1 sec and trailing .5 second, more or less, are not playing. I remember this behavior from some years ago, but ...
b w's user avatar
  • 2,804
2 votes
0 answers
1k views

I have the following command: ffmpeg -f f32le -ar 44100 -channels 2 -i input.pcm -y -acodec pcm_s16le -f wav output.wav input.pcm is the pcm data that comes from a 2 seconds wav file. However, when ...
Maxime Dupré's user avatar
2 votes
1 answer
1k views

I am using the concat demuxer to concat some wav files. ffmpeg -safe 0 concat -i files.txt -c copy output.wav files.txt stores files as: file 'C:\Users\folderpath\input1.wav' file 'C:\Users\...
Ashley Guinan's user avatar
2 votes
0 answers
711 views

Someone already had similar question but he wanted to convert FLAC into MP3. In my case I want to convert WAV into MP3 and the solution in the other question doesn't help me. Workflow would be the ...
nqw1's user avatar
  • 235
1 vote
0 answers
123 views

I have 32bit .wav files with around 6 channels, segmented into chunks of 2.15GB. I want to merge the files sequentially, retaining the individual channels. I would assume something like: ffmpeg -f ...
EURSCVA MembroFoto's user avatar
1 vote
0 answers
462 views

Disclaimer: I am a complete novice at computer science, coding, etc. TLDR: Converting from wav to aac with libfdk_aac is giving me a shorter file, and using aac it turns out longer. How can I preserve ...
Barzai's user avatar
  • 11
1 vote
0 answers
236 views

so I've been trying to figure out how to convert WAVs into HE-AACv2, and nothing seems to be working at all. When I get an output file, it's corrupted. When I don't, it's always some vague error that ...
Jaden LeMieux's user avatar
1 vote
0 answers
454 views

How can I copy all the metadata (containing all chapters info) from one wav file to another? I tried so many different methods, but so far none of them worked. for example this wont work ffmpeg -i in0....
sanab3343's user avatar
1 vote
0 answers
621 views

I have about 200-250 WAV files that I need to work with in Unreal Editor for a game mod. The editor wouldn't accept WAV files with a bit rate higher than 768 kbps. Annoyingly, the WAV files are mostly ...
Anindito Wibisono's user avatar
1 vote
0 answers
551 views

I'm was doing PA and recording at a medical conference this weekend but have hit distaster with corrupt data. Was recording a .WAV file using a line into a Tascam DR-40 audio recorder. Recorded about ...
Emmanuel's user avatar
  • 225
1 vote
0 answers
707 views

UPDATE: I assume the cause behind this weird behavor is that some plugins (WMP, VLC, ...) in some DOCTYPEs talk to the remote server directly, therefore browser simply can not detect their requests. I ...
Jaroslav Záruba's user avatar

15 30 50 per page