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

BufferedBinaryReader.cs must read all bytes #267

Closed j4587698 closed 1 month ago

j4587698 commented 1 month ago

When handling BufferedBinaryReader, one must read a specified number of characters during the read operation. This approach can likely resolve issues related to reading an insufficient number of characters. #266

Zeugma440 commented 1 month ago

Thanks for pointing this out. However, your PR couldn't be merged as it because it broke unit tests ☹️

I've adjusted your suggestion here aa12f983f3822ee830b3c4297e1ee82f42e33b0f to make it work