-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hello,
I thought that it might be useful if the CLI had a way of passing its output directly to stdout, rather than into an intermediate file. That way it could be used directly on the command line without having to use a file which then has to be cleaned up, and also would make embedding it in other applications easier.
For example:
If you still wanted an intermediary file:
fluid-noveltyslice -source file.wav -indices stdout >> myslices
but you could also unlock some cool inline scripting like grabbing the first six slices only
fluid-noveltyslice -source file.wav -indices stdout | xargs echo | cut -c 1-6
Again, available to PR this sort of thing if its within scope and if I had some direction :)
Metadata
Metadata
Assignees
Labels
No labels