Re: PCM "ExtAudioFileWrite" limited to Non-Interleaved? [Solved]
Re: PCM "ExtAudioFileWrite" limited to Non-Interleaved? [Solved]
- Subject: Re: PCM "ExtAudioFileWrite" limited to Non-Interleaved? [Solved]
- From: Charles Constant <email@hidden>
- Date: Sun, 16 Aug 2015 18:51:02 -0700
I feel a bit ridiculous, but ten minutes after posting to you all, it's working for me! I sorted it out shortly after I hit send. I reread my code carefully, and I had *lots* of things wrong.
For starters, I misunderstood how to set up the Client ASBD for non-interleaved PCM audio. What is working fine for me now is:
bytes_per_packet: Per *single* buffer
frames_per_packet: Per *single* buffer
bytes_per_frame: Per *single* buffer
channels_per_frame: Of *all* buffers
bits_per_channel: Per *single* buffer
_______________________________________________
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