Re: poor quality & glitches
Mikko Nummelin <[email protected]>
| Newsgroups | gmane.comp.audio.cd-paranoia.general |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 29 Oct 2003, Adam Hardy wrote: > Oh I see. I see a big switch ... case in verify_read_command() - is that > what you're talking about? I can't see where the -P switch takes effect. > That must be another file, right? The best way to see where the '-P' switch takes effect is to examine the patch itself. It clearly shows: + if (protected) + d->read_audio = scsi_read_D8; for scsi_interface.c (try to find that exact row from patched version). d->read_audio is a function pointer which can be assigned to any of those read commands. The '-P' switch forces it to be scsi_read_D8, but you may alter it to some other read command. Remember (a) that the patch is not written by me but instead a clever Finnish hacker who sent the patch to me, (b) that following my suggestion about various read commands might be DANGEROUS and I give ABSOLUTELY NO WARRANTY of what happens. It is known that some CD-RW drives MIGHT BE DAMAGED BECAUSE OF CORRUPTION OF FIRMWARE with some random commands. Mikko Nummelin --- >8 ---- List archives: http://www.xiph.org/archives/ Paranoia homepage: http://www.xiph.org/paranoia/ To unsubscribe from this list, send a message to '[email protected]' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.