Tfkalk / MultispeakerTranscription

Script to do multispeaker transcription with immediate transcript deletion
0 stars 0 forks source link

Create Output/Destination Flag #9

Open Tfkalk opened 2 months ago

Tfkalk commented 2 months ago

Currently the generated files are written to the present working directory ($PWD). However, that may not be where a customer wants the files. This is especially true since this project is in a Git workspace (and people may use git clone to get it) and therefore any file generated will be in the Git workspace and run the risk of being added/committed.

Create a flag and argument to allow customers to pass in a directory where the files are written to.