weespin / WillFromAfarDownloader

acapellabox pwned.
GNU General Public License v3.0
100 stars 18 forks source link

Don't reencode MP3 when pitch isn't changed #22

Closed osyu closed 2 years ago

osyu commented 2 years ago

Is your feature request related to a problem? Please describe. Currently, when downloading a voice clip as MP3 on newer Windows versions the program reencodes the downloaded MP3 even if the pitch is set to 1, resulting in quality degradation/generation loss.

Describe the solution you'd like The program should just save the MP3 as-is if the pitch is not being changed.

Describe alternatives you've considered Running the program in compatibility mode for Windows 7 to revert to legacy behavior doesn't work, as it doesn't change the reported Windows version (the way it's being checked here).