You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Statement:
While using the AudioRecorder plugin, if a situation occurs where the AudioStream implementation throws an exception (the easiest one to replicate is to deny access to the Microphone), the WaveRecorder does not dispose of the FileStream and BinaryWriter objects. This makes it so you cannot clean up the directory and file that is requested the wav file to be saved to.
The text was updated successfully, but these errors were encountered:
@walterg2 I've released v1.0.2-pre where I attempted to handle this with some additional cleanup. However, I can't reproduce the exception when I'm debugging... tried to decline the iOS mic prompt but it seems to allow me to continue to use the APIs w/o throwing errors. Can you install and verify this release takes care of the issue you're seeing?
Problem Statement:
While using the AudioRecorder plugin, if a situation occurs where the
AudioStream
implementation throws an exception (the easiest one to replicate is to deny access to the Microphone), theWaveRecorder
does not dispose of theFileStream
andBinaryWriter
objects. This makes it so you cannot clean up the directory and file that is requested thewav
file to be saved to.The text was updated successfully, but these errors were encountered: