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:
that documents c api, have provided high-level binding in monotouch for.
Comments
Post a Comment