This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <CoreFoundation/CoreFoundation.h> | |
#include <CoreServices/CoreServices.h> | |
#include <AudioToolbox/AudioFile.h> | |
#include <IOKit/storage/IOCDTypes.h> | |
#define AUDIO_FRAMES_PER_CDDA_SECTOR 588 | |
#define CDDA_SAMPLE_RATE 44100 | |
#define CDDA_CHANNELS_PER_FRAME 2 | |
#define CDDA_BITS_PER_CHANNEL 16 |
NewerOlder