Skip to content

Commit

Permalink
Merge pull request #36 from flucoma/dev
Browse files Browse the repository at this point in the history
[release] 1.0.4
  • Loading branch information
tremblap authored Aug 16, 2022
2 parents c5d490c + aa50db6 commit 3382409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ where XXX is the complete path to the folder that contains your FluCoMa-CLI apps

For instance:
```
hpss -source FULLPATHTOASOUND -harmonic ~/Desktop/harm.wav -percussive ~/Desktop/perc.wav
fluid-hpss -source FULLPATHTOASOUND -harmonic ~/Desktop/harm.wav -percussive ~/Desktop/perc.wav
```

will put on the Desktop 2 files from the default HPSS settings, and:

```
nmf -source FULLPATHTOASOUND -rank 5 -resynth ~/Desktop/components.wav
fluid-nmf -source FULLPATHTOASOUND -components 5 -resynth ~/Desktop/components.wav
```

will put on the desktop a single 5-channel audio file with the resynthesised 5 components requested.
Expand Down

0 comments on commit 3382409

Please sign in to comment.