libertyernie / LoopingAudioConverter

A converter frontend for loopable audio formats
180 stars 17 forks source link

Out-of-date VGAudio DLL and XML #103

Open Sonen10 opened 3 weeks ago

Sonen10 commented 3 weeks ago

Continuing from my previous issue, it has come to my attention that the DLL and XML included in the built version of Looping Audio Converter is outdated, due to being sourced from the latest NuGet package. Both the latest NuGet package and the latest official GitHub release date themselves to February 2018, while the latest commit to the code (which supports HCA encryption) occured back in 2020. I tried forking LoopingAudioConverter myself but I couldn't immediately figure out how to integrate a newly built version of VGAudio into the project, since the project asks for the out-of-date NuGet package. Replacing the files from the NuGet directory with my own versions built from the latest does seem to work, but that doesn't help that the package folder doesn't exist within the standard GitHub page of LoopingAudioConverter... How could we pull this off?