[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [pygame] BUG cd audio
Have you considered cdrtools? http://cdrecord.berlios.de/ It
works on win/linux/mac
This is a ubuntu, and SDL bug really... I'll have to look at filing bug reports.
On Mon, Jul 28, 2008 at 9:36 AM, Tyler Distad <tyler.distad@xxxxxxxxx> wrote:
> On Sun, Jul 27, 2008 at 6:20 PM, Greg Ewing <greg.ewing@xxxxxxxxxxxxxxxx> wrote:
>> Tyler Distad wrote:
>>>
>>> I'd been trying to write my own
>>> code and was simply getting nowhere. I didn't know how to read the raw
>>> device.
>>
>> If you ever want to try this, there's a header file --
>> I think it's called /usr/include/linux/cdrom.h -- that
>> lists all the ioctls understood by cdrom drivers.
>>
>> You may also want to look up the standard SCSI commands
>> that have been defined for cdroms as background info
>> on what the various reading modes are all about.
>>
>> --
>> Greg
>>
>
> Thanks. I really appreciate the further specifics. I'll keep them in
> mind for the future. I'm quite certain it'll be of use.
>