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.

100 votes
9 answers
124k views

I want to concatenate multiple WAV files into a single WAV file using FFMPEG. I have used the following command and it generates the required file. Command: ffmpeg -f concat -i mylist.txt -c copy ...
7 votes
1 answer
11k views

On Ubuntu Linux, I want to be able to inspect a wav file such that I can read the wav header to determine the format. I have the tool Audacity which, as an audio tool seems pretty good, but I can't ...
7 votes
1 answer
4k views

I have a bunch mono .wav files which I need to convert to stereo in order to run thru lame. Lame can't encode stereo mp3s from mono input so that's what I need to do. I don't need any modifications ...
46 votes
15 answers
103k views

How can i play a sound (CPU Beep or wav, don't matter what) using the Windows cmd?
9 votes
3 answers
27k views

I need to convert a flac file to a wav file without changing sample rate and bit depth. As far as I know changing these properties may distort the audio, so how do i specify them not to be changed? ...
1 vote
1 answer
171 views

I am currently making a mixtape where every song transitions perfectly into the next one. I made sure to check the zero crossing so that there is no clicks (or silence) at the end of the tracks, and ...
0 votes
0 answers
372 views

I'm using the following complex filter to mute certain parts of an audio file and replace those parts with a beep generated by the sine filter: [0]asetnsamples=n=1,volume=0:enable='between(t,1.57,1.97)...
0 votes
1 answer
69 views

I love the Open Clip Art Library, I'll be glad to hear if there is something for wave/sound simliar to the openclipart. So I can use them in my applications for playing sound effects for user ...
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 ...
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 ...
0 votes
0 answers
314 views

I've been experimenting with using FFmpeg to convert modern high-quality audio (44.1, 48 & 96kHz etc.)into analogue type audio which are the old fashions Hi-Fi sounds like the 20 kHz frequency ...
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 ...
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 ...
0 votes
0 answers
236 views

I install ffmpeg in the aws EC2 environment and convert the audio wav file to m4a, but I'm having trouble with loud noise I don't know how to set parameters without noise. The ffmpeg version is ffmpeg-...
0 votes
1 answer
383 views

Here's my command: ffmpeg -i /path/to/filename.wav -vn -acodec copy -ss 00:00:00 -t 00:13:00 /path/to/filename-0.wav When I run it I get the following error: [NULL @ 0x55dfa3f27c80] Unable to find a ...

15 30 50 per page
1
2 3 4 5
9