Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Writer locks file even if not writing #161

Open
DominikKoller opened this issue Aug 22, 2017 · 0 comments
Open

Writer locks file even if not writing #161

DominikKoller opened this issue Aug 22, 2017 · 0 comments

Comments

@DominikKoller
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant