Spaces:
Running
Running
Commit
·
b49913f
1
Parent(s):
acae072
Update demo description to clarify control over principal components
Browse files
app.py
CHANGED
@@ -20,17 +20,15 @@ In this demo, you can upload a raw vocal audio file (in mono) and apply random e
|
|
20 |
|
21 |
The effects consist of series of EQ, compressor, delay, and reverb.
|
22 |
The generator is a PCA model derived from 365 vocal effects presets fitted with the same effects chain.
|
23 |
-
This interface allows you to control the
|
24 |
-
For the rest of the PCs, you can choose to randomise them or set them to zero.
|
25 |
|
26 |
To give you some idea, we emperically found that the first PC controls the amount of reverb and the second PC controls the amount of brightness.
|
27 |
Note that adding these PCs together does not necessarily mean that their effects are additive in the final audio.
|
28 |
We found sometimes the effects of least important PCs are more perceptible.
|
29 |
Try to play around with the sliders and buttons and see what you can come up with!
|
30 |
|
31 |
-
Currently only
|
32 |
For example:
|
33 |
-
- Exposing all the PCs
|
34 |
- Directly controlling the parameters of the effects
|
35 |
- Visualising the PCA space
|
36 |
- Visualising the frequency responses/dynamic curves of the effects
|
|
|
20 |
|
21 |
The effects consist of series of EQ, compressor, delay, and reverb.
|
22 |
The generator is a PCA model derived from 365 vocal effects presets fitted with the same effects chain.
|
23 |
+
This interface allows you to control the principal components (PCs) of the generator, randomise them, and render the audio.
|
|
|
24 |
|
25 |
To give you some idea, we emperically found that the first PC controls the amount of reverb and the second PC controls the amount of brightness.
|
26 |
Note that adding these PCs together does not necessarily mean that their effects are additive in the final audio.
|
27 |
We found sometimes the effects of least important PCs are more perceptible.
|
28 |
Try to play around with the sliders and buttons and see what you can come up with!
|
29 |
|
30 |
+
Currently only PCs are tweakable, but in the future we will add more controls and visualisation tools.
|
31 |
For example:
|
|
|
32 |
- Directly controlling the parameters of the effects
|
33 |
- Visualising the PCA space
|
34 |
- Visualising the frequency responses/dynamic curves of the effects
|