You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no end to what parameters should be included in the file name, so I recommend that you fork this repository and make any changes you like yourself to suit your needs.
This is easy to implement.
In gui.py
Go to line 63 and add a new parameter to the function named "speaker" def get_output_path(input_path: Path, speaker) -> Path:
then in line 65 replace .out with .{speaker} output_path = input_path.parent / f"{input_path.stem}.{speaker}{input_path.suffix}"
Finaly in line 706 add values["speaker"] as a second parameter to the get_output_path() function call window.Element("output_path").Update(str(get_output_path(input_path,values["speaker"])))
Is your feature request related to a problem? Please describe.
No, it is just a suggestion to separate different files from each other
Describe alternatives you've considered
I have no alternative
Additional context
No response
Code of Conduct
Are you willing to resolve this issue by submitting a Pull Request?
The text was updated successfully, but these errors were encountered: