SoundConverter 2.0
Refactoring and Internal Changes Time for a new release of SoundConverter. This one was long-delayed because of the changes I made to the code base. I wanted to split the source in several files, and this was long and painful, but I think it was worth it. The loading is faster, and the structure is much more clear now. It's still far from perfect, and more work is needed to totally finish the cleaning, but I'm happy with this release. Another big change is the simplification of many classes. OK, enough talking about the internal changes since you don't care, and let's see what's new for you . Important problems fixed The Vorbis output was badly broken since a few releases, causing snapping in the converted files, this is fixed now. Several crashes were fixed too. Faster Adding SoundConverter was sometimes slow and unresponsive when adding huge amount of files, because it tried to read tags the earliest it can. Now it reads the tags just before con...