I have having problems trying to take a file recorded with Monitor and convert it to MP3. When I use 'play' to play the .wav file, it sounds fine. After bladenc'ing it, it plays at lightening speed, and the voices are all high pitch. I tried using sox to resample to 32000 before encoding, but that didnt work either. Do any of you convert your .wav files to mp3? Monitor call: Monitor(wav|test) 'file' output: test.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 8000 Hz Sox resample: sox test.wav -r 32000 newtest.wav Bladeenc call: bladeenc newtest.wav newtest.mp3 mpg123 newtest.mp3 # sounds like Im listening in fast-forward mode... Any suggestions on how I can get mp3 versions of files produced by Monitor? On Thu, 2004-04-22 at 15:49, Roscinante wrote:> On Thu, 22 Apr 2004, Dennis Sorge wrote: > > Any recommendations for ripping my .wavs to MP3's? I'm running Mandrake 9.2 > > for a potential music server. Thank you in advance for your suggestions. > > > I use bladeenc, I imagine there is some spiffy front end for it out there > somewhere.. > _______________________________________________ > Lug-nuts mailing list > Lug-nuts@saclug.org > http://felix.mikesoffice.org/mailman/listinfo/lug-nuts
On Fri, 2004-04-23 at 10:33, Mike Machado wrote:> I have having problems trying to take a file recorded with Monitor and > convert it to MP3. When I use 'play' to play the .wav file, it sounds > fine. After bladenc'ing it, it plays at lightening speed, and the voices > are all high pitch. I tried using sox to resample to 32000 before > encoding, but that didnt work either. Do any of you convert your .wav > files to mp3?Why would this matter here? Also some more recent sox builds are capable of encoding to mp3. -- Steven Critchfield <critch@basesys.com>
use lame Il ven, 2004-04-23 alle 17:33, Mike Machado ha scritto:> I have having problems trying to take a file recorded with Monitor and > convert it to MP3. When I use 'play' to play the .wav file, it sounds > fine. After bladenc'ing it, it plays at lightening speed, and the voices > are all high pitch. I tried using sox to resample to 32000 before > encoding, but that didnt work either. Do any of you convert your .wav > files to mp3? > > > Monitor call: > > Monitor(wav|test) > > 'file' output: > > test.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, > mono 8000 Hz > > Sox resample: > > sox test.wav -r 32000 newtest.wav > > Bladeenc call: > > bladeenc newtest.wav newtest.mp3 > > > mpg123 newtest.mp3 # sounds like Im listening in fast-forward mode... > > > > Any suggestions on how I can get mp3 versions of files produced by > Monitor? > > > > On Thu, 2004-04-22 at 15:49, Roscinante wrote: > > On Thu, 22 Apr 2004, Dennis Sorge wrote: > > > Any recommendations for ripping my .wavs to MP3's? I'm running Mandrake 9.2 > > > for a potential music server. Thank you in advance for your suggestions. > > > > > > I use bladeenc, I imagine there is some spiffy front end for it out there > > somewhere.. > > _______________________________________________ > > Lug-nuts mailing list > > Lug-nuts@saclug.org > > http://felix.mikesoffice.org/mailman/listinfo/lug-nuts > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-- Brancaleoni Matteo <mbrancaleoni@espia.it> Espia - Emmegi Srl
lame did the same thing. The reason I ask this on the asterisk list is that .wav files I record from other sources encode just fine. I think the hitch is the sample rates produced by asterisk. File recorded by gnome sound recorder (lame/bladeenc encode just fine): RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, stereo 44100 Hz vs File recorded with Monitor: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 8000 Hz I will give the newer version of sox a try.
Seemingly Similar Threads
- coercing a list to a data frame, lists in foreloops
- [Fwd: Re: How to apply functions over rows of multiple matrices]
- comparison operator, decimals, and signif()
- $new cannot be accessed when running from Rscript and methods package is not loaded
- How to apply functions over rows of multiple matrices