syedhali/EZAudio

Upload Audio stream from buffer in iOS

Opened this issue · 0 comments

I need to upload any kind of audio data to the server. Once user open the app and start saying anything from microphone, it gets uploaded on sever. I have got bufferList using below function, which is used to upload. I just need to confirm whether I am using the right delegate method or not.

-(void) microphone:(EZMicrophone *)microphone
hasBufferList:(AudioBufferList *)bufferList
withBufferSize:(UInt32)bufferSize
withNumberOfChannels:(UInt32)numberOfChannels