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

DmoMp3Decoder incorrectly Dispose the stream #452

Open
fabri9532 opened this issue Jun 4, 2021 · 0 comments
Open

DmoMp3Decoder incorrectly Dispose the stream #452

fabri9532 opened this issue Jun 4, 2021 · 0 comments

Comments

@fabri9532
Copy link

If I create a DmoMp3Decoder with a filename it is correct for DmoMp3Decoder to dispose the stream because it is opened by DmoMp3Decoder.

If I create a DmoMp3Decoder passing a stream as constructor argument, DmoMp3Decoder should not dispose the stream as it was created externally.
Instead in CSCore v1.2.1.2 DmoMp3Decoder dispose the stream even if passed as an argument to the constructor.

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