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
If I've got a Writer that writes to file 'MyAudio.wav', even if it's not writing I cannot play the file anywhere else with a FileStream since it's locked.
I propose a pin on the writer that says 'Use File' or 'Lock File' - if this pin is On, it's assured that when you start/stop writing the file is available. If it's off, you are free to use the file elswhere. Also, it shouldn't create any file until Writing if that pin is off.
The text was updated successfully, but these errors were encountered:
If I've got a Writer that writes to file 'MyAudio.wav', even if it's not writing I cannot play the file anywhere else with a FileStream since it's locked.
I propose a pin on the writer that says 'Use File' or 'Lock File' - if this pin is On, it's assured that when you start/stop writing the file is available. If it's off, you are free to use the file elswhere. Also, it shouldn't create any file until Writing if that pin is off.
The text was updated successfully, but these errors were encountered: