[Pykaraoke-discuss] Pykaraoke, ogg and an intro

2006-03-29 Thread Drew
Hello, I hope I'm posting this to the right list, feel free to shout nasty things at me if I'm not :) First a little intro: A few years ago I got interested in CDG disks and how they work. Long story short, I ended up learning a bit about it for the few resources which were available on the intern

Re: [Pykaraoke-discuss] Pykaraoke, ogg and an intro

2006-03-29 Thread Vincent
Sorry for posting "Pykaraoke, ogg and an intro" from the wrong account. I subscribed with this account and then my mail program posted through a different one. Hopefully I've corrected that now :) Drew --- This SF.Net email is sponsored by xPM

Re: [Pykaraoke-discuss] Pykaraoke, ogg and an intro

2006-03-29 Thread Kelvin Lawson
Hi, Welcome aboard. Could you send me the offending ogg file please? I'll see if I can reproduce the problem here. There's a note in the Pygame documentation about "scratchy" playback due to a lack of buffering. It's apparently a bug on Windows, and it's also not clear if it applies to the

[Pykaraoke-discuss] PyKaraoke v0.4.2

2006-03-29 Thread Kelvin Lawson
That reminds me... I've had v0.4.2 ready to go for some time now. Tthe Linux/source release is on Sourceforge now. The Windows installer will follow later. Changes in this release are: * pycdg: Support starting files without .cdg extension for tab-completion * Fix Border Preset commands (don't

Re: [Pykaraoke-discuss] Pykaraoke, ogg and an intro

2006-03-29 Thread Vincent
Well that was fast! That fixed it! I don't know anything about pygame but I blindly copied an pasted: pygame.mixer.pre_init(44100,-16,2, 1024 * 3) Above the pygame.init() call in pycdg.py and it seems to solve the problem. "scratchy" is a very good way of describing the playback before and now

Re: [Pykaraoke-discuss] Pykaraoke, ogg and an intro

2006-03-29 Thread Kelvin Lawson
Well that was fast! That fixed it! Excellent! Above the pygame.init() call in pycdg.py and it seems to solve the problem. If only I'd waited half an hour before releasing v0.4.2 :-) Mind you I'd like to do some testing on this before releasing it anyway. It'll go in the next version. I

Re: [Pykaraoke-discuss] Pykaraoke, ogg and an intro

2006-03-29 Thread Vincent
Kelvin, I tried sending th ogg file but sourceforge mail server rejected it as too big (2.6 MB) Would you like me to send again to another address? Drew --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that ext

Re: [Pykaraoke-discuss] PyKaraoke v0.4.2

2006-03-29 Thread William Ferrell
On 3/29/06, Kelvin Lawson <[EMAIL PROTECTED]> wrote: > That reminds me... I've had v0.4.2 ready to go for some time now. Tthe > Linux/source release is on Sourceforge now. The Windows installer will > follow later. > > Changes in this release are: > > * pycdg: Support starting files without .cdg ex