Skip to content

Commit 31dcb13

Browse files
committed
Add instructions on obtaining SoundFonts
1 parent c14aa35 commit 31dcb13

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

unittest/test_fluidsynth.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@
1414

1515

1616
class test_fluidsynth(unittest.TestCase):
17+
"""
18+
You must provide the path to a SoundFont file (*.sf2) in the SOUNDFONT
19+
environment variable.
20+
21+
In case you're looking for one, you can download a free and open SoundFont
22+
from the website below. Note that you will need to uncompress the .tar.xz
23+
archive to get the actual .sf2 file.
24+
25+
https://freepats.zenvoid.org/SoundSets/general-midi.html
26+
"""
1727
def setUp(self):
1828
soundfont = os.getenv("SOUNDFONT")
1929
if soundfont is None:

0 commit comments

Comments
 (0)