Re: Audio Queue Help.
Re: Audio Queue Help.
- Subject: Re: Audio Queue Help.
- From: Doug Wyatt <email@hidden>
- Date: Fri, 9 Apr 2010 08:52:24 -0700
On Apr 8, 2010, at 21:10 , shailesh namjoshi wrote: Can we play the linear PCM contents directly without writing to a file...
Is this possible in Audio Framework supported in iPhone. I dont want to write it into a file and then play that file using audioQueue. |
Sure, in the audio queue examples you're looking at, replace the code that reads from a file into an AudioQueueBufferRef with code that copies audio from somewhere else. Or even better, put your data into audio queue buffers as you decode it.
Doug
|
_______________________________________________
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