diff options
Diffstat (limited to 'Examples/WhisperDesktop/TranscribeDlg.h')
| -rw-r--r-- | Examples/WhisperDesktop/TranscribeDlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/WhisperDesktop/TranscribeDlg.h b/Examples/WhisperDesktop/TranscribeDlg.h index 800d8eb..4ea2916 100644 --- a/Examples/WhisperDesktop/TranscribeDlg.h +++ b/Examples/WhisperDesktop/TranscribeDlg.h @@ -116,7 +116,7 @@ private: HRESULT transcribe(); void getThreadError(); - static HRESULT writeTextFile( const Whisper::sSegment* const segments, const size_t length, CAtlFile& file ); + static HRESULT writeTextFile( const Whisper::sSegment* const segments, const size_t length, CAtlFile& file, bool timestamps ); static HRESULT writeSubRip( const Whisper::sSegment* const segments, const size_t length, CAtlFile& file ); static HRESULT writeWebVTT( const Whisper::sSegment* const segments, const size_t length, CAtlFile& file ); |
