Hi Tim,

You could ascertain whether it was the MP3 encode by fiddling with the 
cdgrip() function in cdgrip.py. It saves a raw WAV file, then encodes to 
MP3. If you're comfortable modifying the Python code then you could try 
omitting the MP3 encode step to see whether the raw WAV works (you can 
play WAV files in PyKaraoke but obviously they take up a good deal more 
room). If endianness is to blame, you can also pass different parameters 
to lame to swap endianness.

Cheers,
Kelvin.


>> I think it is possible to use cdparanoia for making the
>> mp3 files. Maybe the cdg and the mp3 files are out
>> of sync, but I don't expect there will be any troubles.
> 
> Yup, this actually worked pretty well.  I just used cdparanoia to rip
> the audio to .wav and now it sounds great and is in sync, as far as I
> can tell.  My wife is much happier. =)
> 
> I wonder if there's some endian issue that cdrdao had that cdparanoia
> picked up on.  Seems to be a likely explanation given the fact that the
> broken MP3 tracks would actually start the audio (static) at the correct
> time.
> 
> Anyway, I'm up and running.  Thanks again,
> tim
> 
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
> -Strategies to boost innovation and cut costs with open source participation
> -Receive a $600 discount off the registration fee with the source code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> Pykaraoke-discuss mailing list
> Pykaraoke-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pykaraoke-discuss
> 


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Pykaraoke-discuss mailing list
Pykaraoke-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pykaraoke-discuss

Reply via email to