knik0 / faac

Freeware Advanced Audio Coder faac mirror
https://sourceforge.net/projects/faac/
Other
180 stars 60 forks source link

updated Visual Studio files and main.c #33

Closed tatsuz closed 5 years ago

tatsuz commented 5 years ago

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).

image

image

fabiangreffrath commented 5 years ago

Thanks for that!

I cannot check your changes to the Visual Studio files, so I'll have to trust you.

In future, please file separate pull requests for each issue!