Re: multichannel audio streaming
Re: multichannel audio streaming
- Subject: Re: multichannel audio streaming
- From: Chris Adamson <email@hidden>
- Date: Tue, 14 Feb 2012 15:05:15 -0500
In theory, anything supported by Audio File Stream Services (like a Shoutcast stream, or um, Shoutcast…) should do. I think your client would:
1. Get callbacks from Audio File Stream Services when packets are received
2. Use Audio Converter to convert those packets to LPCM
3. Do whatever manipulations you need
4. Provide the modified samples to an Audio Queue, I/O Audio Unit, or OpenAL source for play-out
Juggling the buffers between steps 3 and 4 might be the hard part, actually.
--Chris
On Feb 14, 2012, at 2:54 PM, Vincent Jousse wrote:
> Hi all,
>
> I need to stream (from my server) a multichannel audio stream that can be decoded by iOs. I also need to manipulate the raw PCM data after decoding in my iOs application. Is there any stream format that allows this ?
>
> Vincent
> _______________________________________________
> 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
_______________________________________________
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