microsoft / DirectXTK12

The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
https://walbourn.github.io/directx-tool-kit-for-directx-12/
MIT License
1.5k stars 395 forks source link

WaveBank streaming updated to support Advanced Format (4Kn) #113

Closed walbourn closed 2 years ago

walbourn commented 2 years ago

DirectX Tool Kit for Audio wavebank streaming updated to support Advanced Format (4Kn) format drives which have a 4096 sector size vs. the classic 2048 that worked for DVDs, older generation HDDs, and Advanced Format drives in 512e mode.

walbourn commented 2 years ago

Test suite updates in this PR.

The support for the -af switch was added to xwbtool in this commit.