Skip to content

Commit 559412b

Browse files
committed
Change midi sound font.
1 parent cb06f3c commit 559412b

9 files changed

+2
-3
lines changed

GeneralUser GS MuseScore v1.442.sf2

29.8 MB
Binary file not shown.

Gort's-DoubleDecker_J1.SF2

-90.9 KB
Binary file not shown.

app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
MIDI_TEMP_PATH = 'songs/output.mid'
1010
MP3_TEMP_PATH = 'songs/output.mp3'
11-
FONT_PATH = 'Gort\'s-DoubleDecker_J1.SF2'
11+
FONT_PATH = "GeneralUser GS MuseScore v1.442.sf2"
1212
BASE_URL = 'http://127.0.0.1:5000/'
1313
app = Flask(__name__)
1414
@app.route('/')

midi2mp3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ def generateMP3(inputpath, outputpath, fontpath):
55
subprocess.call(["rm","output.wav"])
66

77
if __name__ == "__main__":
8-
generateMP3("output.mid","output.mp3","Gort\'s-DoubleDecker_J1.SF2")
8+
generateMP3("output.mid","output.mp3","GeneralUser GS MuseScore v1.442.sf2")

output.mid

-1.49 KB
Binary file not shown.

output.mp3

-458 KB
Binary file not shown.

output.txt

-1
This file was deleted.

songs/Chasing.mp3

-3.39 MB
Binary file not shown.

songs/output.mp3

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)