Larpoux
Larpoux
@rRemix : are you sure this is the same crash ? Actually @Goolpe is the only user who complained about this bug.
I have no idea of the reason. Perhaps there is something which is not released correctly after each stop() and there is an overflow ? Perhaps there is a race...
> , But I don't want to change the source code. Of course, if this patch fixes the issue, there is no reason not to include it in the regular...
@weqeo : Taudio 10.3.4 is released with the @rRemix 's patch. ### 10.3.4 - iOS : Do not call getStatus when recording to Stream because we are running async and...
> [@weqeo](https://github.com/weqeo) : Taudio 10.3.4 is released with the [@rRemix](https://github.com/rRemix) 's patch. > > ### 10.3.4 > * iOS : Do not call getStatus when recording to Stream because we...
You can try version 10.3.4
> I reviewed the solution record for this issue and found that the condition "flautoRecoder == nil" cannot effectively detect the wild pointer problem. This is because wild pointers do...
Thank you so much for your suggestion. I am going to try this patch today.
I don't like this problem of wild pointer. Instead of your patch, I tried to remove the ```dispatch_async(dispatch_get_main_queue()``` because I am pretty sure that we are already in the main...
I am not sure to understand clearly your question. I am actually busy implementing completely streams (uint8, int16 and float32) completely on the 3 platforms: -iOS -Android -web I consider...