aboutsummaryrefslogtreecommitdiff
path: root/main.py
AgeCommit message (Collapse)Author
2023-10-06Handle case where the sourceUrl is mp3 not wavHEADmasterAnthony Wang
Some songs have a mp3 instead of wav for their sourceUrl, for instance https://monster-siren.hypergryph.com/api/song/125014 To handle this, we need to always call choice_format() in download_song() and use AudioSegment.from_mp3 instead of AudioSegment.from_wav when doing the file conversion if the downloaded file is a mp3.
2023-05-08Update main.py吳俊翰
2023-05-08Update main.py吳俊翰
2023-05-08Update main.py吳俊翰
2023-05-08Update main.py吳俊翰
2023-05-06Update main.py吳俊翰
2023-05-06Update main.py吳俊翰
2023-05-05Update main.py吳俊翰
2023-05-05Update main.py吳俊翰
2023-05-05Update main.py吳俊翰
2023-05-05Update main.py吳俊翰
2023-05-04Add files via upload吳俊翰