results are output into same directory as source files, .exe update
This commit is contained in:
parent
8b2b02ee06
commit
49595ce3bc
@ -21,7 +21,7 @@ Menu, Tray, Icon, %A_scriptDir%\Assets\Elegantthemes-Beautiful-Flat-Speaker.ico
|
|||||||
|
|
||||||
|
|
||||||
ScriptName = Whisper-AHK
|
ScriptName = Whisper-AHK
|
||||||
ScriptVersion = V1.0
|
ScriptVersion = V1.1
|
||||||
|
|
||||||
|
|
||||||
; VARIABLES
|
; VARIABLES
|
||||||
@ -468,14 +468,17 @@ IniWrite, %TranscriptionLengthsSelected%, Settings.ini, %ScriptName%, Transcript
|
|||||||
|
|
||||||
text = Creating Required Directories
|
text = Creating Required Directories
|
||||||
ShowTooltipText(Text)
|
ShowTooltipText(Text)
|
||||||
|
FileCreateDir, %AudioFilesDIR%\Logs
|
||||||
|
FileCreateDir, %AudioFilesDIR%\WAVFiles
|
||||||
|
/*
|
||||||
FileCreateDir, %AudioFilesDIR%\Transcriptions
|
FileCreateDir, %AudioFilesDIR%\Transcriptions
|
||||||
FileCreateDir, %AudioFilesDIR%\Transcriptions\Logs
|
FileCreateDir, %AudioFilesDIR%\Transcriptions\Logs
|
||||||
FileCreateDir, %AudioFilesDIR%\Transcriptions\Large
|
FileCreateDir, %AudioFilesDIR%\Transcriptions\Large
|
||||||
FileCreateDir, %AudioFilesDIR%\Transcriptions\Medium
|
FileCreateDir, %AudioFilesDIR%\Transcriptions\Medium
|
||||||
FileCreateDir, %AudioFilesDIR%\Transcriptions\Small
|
FileCreateDir, %AudioFilesDIR%\Transcriptions\Small
|
||||||
FileCreateDir, %AudioFilesDIR%\Transcriptions\Base
|
FileCreateDir, %AudioFilesDIR%\Transcriptions\Base
|
||||||
FileCreateDir, %AudioFilesDIR%\WAVFiles
|
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
text = Starting Transcription
|
text = Starting Transcription
|
||||||
ShowTooltipText(Text)
|
ShowTooltipText(Text)
|
||||||
@ -518,9 +521,9 @@ loop % SelectedAudioFilesArray.Length() {
|
|||||||
|
|
||||||
|
|
||||||
; create filepaths where outputs will be saved to
|
; create filepaths where outputs will be saved to
|
||||||
OutputPath = %AudioFilesDIR%\Transcriptions\%ModelName%\%OutNameNoExt%
|
OutputPath = %AudioFilesDIR%\%OutNameNoExt%.%ModelName%
|
||||||
OutputModelTxtFile = %OutputPath%.txt ; the filepath of one of the outputs
|
OutputModelTxtFile = %OutputPath%.txt ; the filepath of one of the outputs
|
||||||
LogFileFP = %AudioFilesDIR%\Transcriptions\Logs\%OutNameNoExt%_%ModelName%.log
|
LogFileFP = %AudioFilesDIR%\Logs\%OutNameNoExt%_%ModelName%.log
|
||||||
|
|
||||||
|
|
||||||
Text = Checking for Previous Transcription
|
Text = Checking for Previous Transcription
|
||||||
|
BIN
Whisper-AHK.exe
BIN
Whisper-AHK.exe
Binary file not shown.
Loading…
Reference in New Issue
Block a user