Audio Streaming
Audio Streaming
- Subject: Audio Streaming
- From: Erik Aigner <email@hidden>
- Date: Fri, 25 Jul 2008 23:34:40 +0200
I receive an audio stream via NSURLConnection, and use NSSound to play
back the received data.
Everytime new audio data arrives i append it to the NSData buffer.
Once i reach a buffer limit, i start playing back with NSSound. The
problem with this is, it only plays as long as the buffer was the time
i created the NSSound object with initWithData:bufferData.
Is there an EASY! way to solve this Problem?
(QTMovie doesn't work in this case btw)
_______________________________________________
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