CarlGao4 / Demucs-Gui

A GUI for music separation AI demucs
GNU General Public License v3.0
499 stars 37 forks source link

1.0 #33

Closed CarlGao4 closed 10 months ago

CarlGao4 commented 10 months ago

close #28 close #31

Changes:

  1. Use absolute path for font
  2. Fixed init error of mps
  3. Fix sometimes progress goes back
  4. Logging more separating parameters
  5. Allow changing window style using settings.json
  6. Allow PyQt6 as backend (though packed binaries will not use it. You can use it by modifying shared.py)
  7. Add demucs_unittest model
  8. Force separation queue using Fusion style on macOS to show progress bar
  9. Ask before quitting if separating else exits (Yes, this is a conditional expressions 😄)
  10. Read with FFMpeg (which allows separating more file formats, even extracting audio track from a video and separate it)
  11. Add menu bar
  12. Save files with multithread to avoid waiting between tracks
  13. Show ETA