AudioCD Sample source code problem
AudioCD Sample source code problem
- Subject: AudioCD Sample source code problem
- From: "Marc N. McGarry" <email@hidden>
- Date: Mon, 14 Oct 2002 22:55:24 -0400
I just found out why the AudioCD Sample source code wasn't running
properly in 10.2.1
It turns out that the filesystem id is _still_ swapped with the volume
signature (as mentioned in the following source code bit):
// Work around a bug in Mac OS X 10.0.x where the filesystem
ID and signature bytes were
// erroneously swapped. This was fixed in Mac OS X 10.1 (r.
2653443).
if ((systemVersion >= 0x00001000 && systemVersion <=
0x00001021 && /* This still exists in 10.2.1 */
volumeInfo.signature == kAudioCDFilesystemID) ||
volumeInfo.filesystemID == kAudioCDFilesystemID) // It's
an audio CD
{
I'm just posting this in the hopes that someone at Apple will see and
make a similar change in the sample source code on their site.
Does anyone know if this has already been "fixed?"
Thanks,
--Marc McGarry
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.