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

DTS - error in determining the number of channels? #177

Closed Miner-2021 closed 1 year ago

Miner-2021 commented 1 year ago

The problem

in the test dts 5 channels are defined, but mediainfo writes that 6. Please check.

Zeugma440 commented 1 year ago

Hey there,

Thanks a lot for your feedback. It seems the DTS implementation doesn't take a couple things into consideration, among these being the presence of the LFE channel, which explains your issue.

The fix will be available soon. Stay tuned~

Zeugma440 commented 1 year ago

Fixed in today's v4.16