Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
3answers
102 views

Can I e-mail as WAV file and get back a MP3 file? [closed]

Is there a service where I could e-mail as WAV file and get it back a MP3 file?
0
votes
0answers
41 views

How to find out if a CD was burned from MP3s [closed]

Possible Duplicate: Finding out if a FLAC or WAVPACK audio file is NOT originally encoded from a lossy source I would like to know if it is possible to assess whether a CD was burned from ...
0
votes
1answer
27 views

Importing WAV CDs into iTunes without conversion

I would like to import some audio CDs into iTunes, keeping their Audio CD (WAV) format because they had been previously burned from MP3s, so they don't lose too much quality. How can I do this?
1
vote
2answers
57 views

How do I create a WAV file that only plays on rear speakers?

How do I create or convert a WAV file to play only with rear speakers. What Windows/Linux software could I use to do that? I tried to use Audacity but with no results.
1
vote
1answer
56 views

Split wav file by silence gap

I have a bunch human reading simple sentence (hello world) as a wav file, How can I break the wav file for 2 wav files each contains word (hello and world) by automatically recognizing the gap between ...
0
votes
0answers
137 views

Convert audio from iLBC to WAV using Windows command line

How can I convert CAF audio files encoded with iLBC codec to WAV using Windows command line. It appears neither SOX, nor FFMPEG supports iLBC.
1
vote
0answers
38 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 ...
0
votes
0answers
66 views

FLAC command line tool cuts last second of WAV file when converting

I'm running into a strange problem: To convert from wav to flac, you can use flac --best myfile.wav It'll output a myfile.flac which plays correctly, but the last second and a half or so are ...
1
vote
1answer
43 views

how to get audio file from a WMV video?

I have a WMV file. I want a WAV or MP3 of its audio. Is this possible without some dubious shareware?
0
votes
2answers
169 views

what software will rip a CD to flac files in one step?

I'm using EAC to rip files to FLAC. Seems fine. But for a large amount of CDs (200 or so) the process is a little labor intensive. There's 4 or 5 clicks in there that seem extraneous -- EAC seems to ...
3
votes
4answers
320 views

Size comparison: wav versus MP3

How much space do I save with MP3 compression of audio compared to .wav files? In particular I'm looking for voice recordings, not so much music. Any benchmark data about this? Links?
3
votes
1answer
537 views

Looking for a Linux or Windows command line .WAV file checker

I am trying to find a command line program (Windows or Linux) that can check .WAV files, to see if they are complete, with no corruption or sudden endings. While I have found several programs that ...
1
vote
1answer
157 views

Command Line Midi to Wav converter

I was wondering if anyone knew of a command line midi to wav converter?
0
votes
2answers
462 views

Convert wav file to mp3

I have a wave file with encoded using the following. (Taken from VLC Media information) Codec: PCM S16 LE (araw) Channels: Stereo Sample rate: 44100 Hz Bits per sample: 16 The file is 30 MB I want ...
1
vote
2answers
131 views

Looking for a piece of free software that will split a wav file into multiple pieces at the silences

I'm ripping my old LPs to wav files and want something to break the big album sized wav file into a wav file per track. I almost got up the inspiration to learn the wav file format and write my own ...
1
vote
1answer
258 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 ...
0
votes
2answers
438 views

unknown codec 0x0064 (G726 ADPCM)

I've got a number of audio recordings which I can't play back. It appears to be a case of a missing codec, but I can't locate the codec in question. VLC will not play the files. ffmpeg gives the ...
0
votes
2answers
838 views

Converting WAV to PCM

I have WAV files and need to convert them to PCM (44,1k, 16bit, Mono) format. How can I do this from the DOS console?
3
votes
3answers
274 views

How to convert from MIDI to WAV

I really need a software which can convert from midi to wav. I've found midiConverter but it seems not work . After click record button, I receive a WEIRD file which is just messy sound not the fancy ...
2
votes
1answer
9k views

Looking for speech-to-text tool (convert .wav to text)

I have the ability to get .wav files of voice mails emailed to me, but sometimes I'll be sitting in a meeting and I need to know the content of a message without playing it out loud. Are there any ...
1
vote
1answer
50 views

Seeking automated toolchain for WAV cleanup and conversion to MP3 (currently using Audacity manually)

I use Finale with the Garritan sounds to convert my music into WAV files; after that I manually load each one into Audacity and select all use the "normalize" effect (with default settings) ...
1
vote
2answers
3k views

Is there any free g729 or g711 converter?

I need a converter to convert G729 or G711 files to WAV/WMA/MP3 or any other format which can play in for example Windows Media Player.
0
votes
1answer
44 views

Could conversion to MP3 cause a the file to start earlier?

I recorded a track(track1) in audacity on top of another track (track2) and then exported only track1 as an mp3. it now seems that track1 kind of starts 1/2 a second early. Could this happened due to ...
2
votes
6answers
2k views

Play a sound (maybe WAV?) from Windows line command

How can i play a sound (CPU Beep or wav, don't matter what) using the Windows cmd?
1
vote
2answers
2k views

Converting .wav (CCITT A-Law format) to .mp3 using LAME

I would like to convert wav files to mp3 using the lame encoder (lame.exe). The wav files are recorded along the following specifications: Bit Rate: 64kbps Audio sample size: 8 bit Channels: 1 (mono) ...