stop() callback invoked when file doesn't exist #82
Labels
analysis needed
This is a question or potential bug that needs further analysis.
help wanted
The great thing about open-source is that everyone can contribute!
The file is not available in the stop() callback, so you need to check if the file exists using a loop that interrupts when the file become available.
Note that if you're using always the same file name you need to always delete the file before to run start() again, otherwise you will use the previous audio file.
The text was updated successfully, but these errors were encountered: