streaming - MonoTouch: Capture Audio Stream From Microphone -


i know avaudiorecorder class, wondering how (using monotouch) capture mic input can stream remote server. avaudiorecorder class lets save stream local file. there way pass url or byte data before it's sent local file?

you can use lower-level apis in monotouch.audiotoolbox assemble kind of audio pipeline need.

there sample decoding , playing streaming audio in:

https://github.com/xamarin/monotouch-samples/tree/master/streamingaudio

this useful merely give idea of how process samples. idea similar, using other side of api extract , upload data.

this apple's guide capture audio audiotoolbox:

http://developer.apple.com/library/ios/#documentation/musicaudio/conceptual/audioqueueprogrammingguide/aqrecord/recordingaudio.html#//apple_ref/doc/uid/tp40005343-ch4-sw1

that documents c api, have provided high-level binding in monotouch for.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -