Spaces:
Runtime error
Runtime error
erl-j
commited on
Commit
·
e7c8424
1
Parent(s):
23de4c2
add link to list of sfz
Browse files
app.py
CHANGED
@@ -117,11 +117,11 @@ with demo:
|
|
117 |
# Erl-j's Soundfont Generator.
|
118 |
Generate soundfonts from text descriptions using latent flow matching. You can then download the complete SFZ soundfont package to use the instrument locally.
|
119 |
## Instructions
|
120 |
-
1. Enter a text prompt to describe the audio you want to generate. For example, "hard bass" or "dark analog lead flute flute flute soft"
|
121 |
2. Adjust the number of generation steps to tradeoff between quality and speed (kindof).
|
122 |
3. Click the "Generate Soundfont" button to generate the audio and soundfont.
|
123 |
4. Preview the generated instrument with the keyboard.
|
124 |
-
5. Export the soundfont by clicking the "Download SFZ Soundfont Package" button. You can then use the soundfont in a SFZ-compatible VST
|
125 |
""")
|
126 |
|
127 |
|
|
|
117 |
# Erl-j's Soundfont Generator.
|
118 |
Generate soundfonts from text descriptions using latent flow matching. You can then download the complete SFZ soundfont package to use the instrument locally.
|
119 |
## Instructions
|
120 |
+
1. Enter a text prompt to describe the audio you want to generate. For example, *"hard bass"* or *"dark analog lead flute flute flute soft"*.
|
121 |
2. Adjust the number of generation steps to tradeoff between quality and speed (kindof).
|
122 |
3. Click the "Generate Soundfont" button to generate the audio and soundfont.
|
123 |
4. Preview the generated instrument with the keyboard.
|
124 |
+
5. Export the soundfont by clicking the "Download SFZ Soundfont Package" button. You can then use the soundfont in a SFZ-compatible VST. See [this list](https://sfzformat.com/software/players/) for a list of SFZ-compatible VSTs.
|
125 |
""")
|
126 |
|
127 |
|