Hi everybody,
I have the need to capture audio from MIC and send realtime. I do by XCODE code but I'd like to facilitate my development using B4i. I use AVCaptureSession to get real time audio is there any library doing so?
AudioRecorder from the iMedia library allows you to record audio to a file. You can use a timer together with RandomAccessFile to read the "new" bytes and send them.