I added "x64" platform to build 64-bit executable and libraries.
I'm using MSVS 2019 so upgraded Visual Studio files.
Also removed some "ClInclude" items that don't exist in current repository.
Progress report shows frames in 5 digits, but it breaks alignment if an input is greater than 99999 frames.
At first I thought increasing width to 6 was enough, but it reaches 7 digits when a file size is nearly 4GB.
I comfirmed this using 3.99GB WAV file (length 6:45:13.907, samplerate 44100Hz).
I added "x64" platform to build 64-bit executable and libraries. I'm using MSVS 2019 so upgraded Visual Studio files. Also removed some "ClInclude" items that don't exist in current repository.
Progress report shows frames in 5 digits, but it breaks alignment if an input is greater than 99999 frames. At first I thought increasing width to 6 was enough, but it reaches 7 digits when a file size is nearly 4GB. I comfirmed this using 3.99GB WAV file (length 6:45:13.907, samplerate 44100Hz).