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
how to play a "undf" file in vlc media player?
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?
3
votes
0
answers
2k
views
Need help converting a .wav RIFF WAVEfmt to MP3
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 ...
3
votes
0
answers
293
views
Remove sections of audio in SoX
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 ...
3
votes
0
answers
431
views
How to join 2 WAV files that overlap?
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 ...
3
votes
0
answers
766
views
Make VLC play all of a sound clip?
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 ...
2
votes
0
answers
1k
views
ffmpeg - How to prevent innacurate duration when converting from pcm to wav?
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 ...
2
votes
1
answer
1k
views
FFmpeg concat demuxer is changing bitrate
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\...
2
votes
0
answers
711
views
Automatically convert WAV files into MP3 files on Mac
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 ...
1
vote
0
answers
123
views
Concatenating multitrack .wav files using ffmpeg
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 ...
1
vote
0
answers
462
views
FFMPEG - Converting from WAV to AAC changes the length of the audio file and causes video to be out of sync
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 ...
1
vote
0
answers
236
views
Trying to convert WAV to HE-AACv2
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 ...
1
vote
0
answers
454
views
Copy all metadata (Chapters and...) from one wav file to another
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....
1
vote
0
answers
621
views
How do I mass-modify the bit rate of WAV files?
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 ...
1
vote
0
answers
551
views
Recover Corrupt Audio Data (files visible but not accessible)
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 ...
1
vote
0
answers
707
views
MSIE11 Developer Tools not showing requests made by EMBED element
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 ...