We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5d490c + aa50db6 commit 3382409Copy full SHA for 3382409
QuickStart.md
@@ -16,13 +16,13 @@ where XXX is the complete path to the folder that contains your FluCoMa-CLI apps
16
17
For instance:
18
```
19
-hpss -source FULLPATHTOASOUND -harmonic ~/Desktop/harm.wav -percussive ~/Desktop/perc.wav
+fluid-hpss -source FULLPATHTOASOUND -harmonic ~/Desktop/harm.wav -percussive ~/Desktop/perc.wav
20
21
22
will put on the Desktop 2 files from the default HPSS settings, and:
23
24
25
-nmf -source FULLPATHTOASOUND -rank 5 -resynth ~/Desktop/components.wav
+fluid-nmf -source FULLPATHTOASOUND -components 5 -resynth ~/Desktop/components.wav
26
27
28
will put on the desktop a single 5-channel audio file with the resynthesised 5 components requested.
0 commit comments