8000 dispose() not working? · Issue #495 · filoe/cscore · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
dispose() not working? #495
Open
Open
@TakeOwer

Description

@TakeOwer

Hi,
I implemented this "very useful" library in one of my projects. When I run the player of a file and after stopping it, if I want to delete it from the list it does not delete it. It gives me a message that the file is in use by the program... despite the call to the following code:
_soundOut?.Stop(); _soundOut?.Dispose(); _source?.Dispose(); _pitchShifter?.Dispose(); _soundOut = null; _pitchShifter = null; _source = null;

cinzia_downloader_video_tomp3

Is there a solution to release the library so that the file is not in use by the program?
Thank you in advance for any solution you would like to suggest 😊
Best Regards
Salvo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0