-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable output file #452
Comments
how can we get the automatic increment filename to work? |
This mechanism is triggered when the input file is selected, causing the default output filename to be generated. It guarantees the default output filename is unique when first generated. However, if inference is run multiple times with the same auto-generated output filename, the old tracks will be overwritten. |
Thanks, it would be very useful if the output filename would automatically increment itself. File-out_2, File-out_3 etc. As it stands, if you intend to create multiple files you have to rename or move them after each inference which is inconvenient. |
The output file is not configurable. This becomes a problem when you output a file, open it up in a DAW (e.g. FL Studio), and want to bounce out a new converted voice file, causing a crash while writing because the file handle is still held by the DAW.
Recommended features:
.out
pattern as before, but have an automatically incrementing index if the output file already exists.I've already implemented this and will be submitting a pull request shortly.
The text was updated successfully, but these errors were encountered: