Syed Haris Ali

Results 10 comments of Syed Haris Ali

I'm not sure about the current version of EZAudio, but for the new version of EZAudio I'm going to keep this in mind as a feature on the default audio...

Currently on the master branch I added a `closeAudioFile` function to the `EZRecorder`. I'm finishing up adding a `clear` function to the `EZAudioPlot` that may be helpful.

@Wahoozaboo are you using the same instance of the EZRecorder? Technically, if you close the audio file and create a new instance for your second recording you should be fine.

What version of Xcode and cocoapods are you running?

Can you just include it like: ``` #import ```

Hey everyone, please try again with 1.1.5 `pod 'EZAudio', '1.1.5'`

Hm interesting, sorry to hear it's crashing. I just updated all my devices to iOS 9 today so I'll test out the examples tonight and see if I can reproduce.

@nicole1314 when the buffer is 0, is it NULL or does the buffer actually exist in memory? Seems like the buffer might be getting deallocated before entering this function. If...

Hi @scamhaji, the EZOutput has two stream formats: the `inputFormat` for the audio coming into the component and the `clientFormat` for the audio leaving the component (which is the mixer's...

Hm interesting, looking into this now. I probably shouldn't be setting the input scope of the mixer audio unit