Zeugma440 / atldotnet

Fully managed, portable and easy-to-use C# library to read and edit audio data and metadata (tags) from various audio formats, playlists and CUE sheets
MIT License
440 stars 60 forks source link

long .ogg file loading #250

Closed Tangenten closed 3 months ago

Tangenten commented 4 months ago

I'm opening a .ogg file in the following manner

Track test = new Track("path\\to\\wAchievement.ogg");

And it takes a very long time for the Track to load. 13 minutes on my system. This is the file im trying to open, it happens on other .ogg files aswell. https://www.dropbox.com/scl/fi/ejjl2ixxittda5c72hxpm/wAchievement.ogg?rlkey=b5coldri7kn4csyulnwzqo5dh&dl=0 A fix or a workaround would be appreciated (:

ATL version: 5.18.0 OS: Windows 11

Zeugma440 commented 4 months ago

Thanks for your feedback!

There was a double issue :

That issue has been fixed; the fix will be available on next release ✅

Zeugma440 commented 4 months ago

Available in today's v5.19

Please close the issue if it works on your side~

Zeugma440 commented 3 months ago

No feedback from the OP for more than 30 days => Closed