AudioHardwarePlugIn question
AudioHardwarePlugIn question
- Subject: AudioHardwarePlugIn question
- From: Dirk Musfeldt <email@hidden>
- Date: Thu, 14 Oct 2004 17:45:33 +0200
Hi all,
I'm doing an AudioHardwarePlugIn.
Which stream formats do i need to support to be of any use?
I tried with
48000.0,
kAudioFormatLinearPCM,
kLinearPCMFormatFlagIsSignedInteger | kLinearPCMFormatFlagIsBigEndian |
kAudioFormatFlagIsPacked,
4,
1,
4,
2,
16 // the number of bits in each channel
but this does not give any success. This is the 'natural' format of our
data.
Any advice?
Regards
Dirk
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden