Skip to content

Commit

Permalink
example commands in quickstart file were outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
tedmoore committed Aug 15, 2022
1 parent cf5d399 commit aa50db6
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 aa50db6

Please sign in to comment.