We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c14aa35 commit 31dcb13Copy full SHA for 31dcb13
1 file changed
unittest/test_fluidsynth.py
@@ -14,6 +14,16 @@
14
15
16
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
27
def setUp(self):
28
soundfont = os.getenv("SOUNDFONT")
29
if soundfont is None:
0 commit comments