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
460 stars 61 forks source link

Slow performance when re-tagging #264

Closed GOATS2K closed 4 months ago

GOATS2K commented 5 months ago

The problem

I use ATL to tag brand new files without any tags.

The initial track tagging and saving is quite fast - but if the tags are changed again and re-saved, the performance of the subsequent save operation is a lot slower.

I'll see if I can benchmark the operation for you.

Environment

Zeugma440 commented 5 months ago

Hi there! Did you try playing with the buffer size?

GOATS2K commented 4 months ago

Increasing the buffer size helped! Thanks!