diff options
| author | Konstantin <const@const.me> | 2023-01-30 23:32:34 +0100 |
|---|---|---|
| committer | Konstantin <const@const.me> | 2023-01-30 23:32:34 +0100 |
| commit | c33e54f0a9baa9b3ecd7b8e8884b3afac46b0867 (patch) | |
| tree | 83b307535ac56486d6989a4eb61c1a28ad45fbff /Examples | |
| parent | 5980f1ac5fdc8ff15e4761ef0123bb3783287b3e (diff) | |
Added `*.m4a` file extension to the browse dialog
Diffstat (limited to 'Examples')
| -rw-r--r-- | Examples/WhisperDesktop/TranscribeDlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/WhisperDesktop/TranscribeDlg.cpp b/Examples/WhisperDesktop/TranscribeDlg.cpp index 86851f1..4f4944d 100644 --- a/Examples/WhisperDesktop/TranscribeDlg.cpp +++ b/Examples/WhisperDesktop/TranscribeDlg.cpp @@ -152,7 +152,7 @@ LRESULT TranscribeDlg::onInputChange( UINT, INT, HWND, BOOL& ) void TranscribeDlg::onBrowseMedia() { LPCTSTR title = L"Input audio file to transcribe"; - LPCTSTR filters = L"Multimedia Files\0*.wav;*.wave;*.mp3;*.wma;*.mp4;*.mpeg4;*.mkv\0\0"; + LPCTSTR filters = L"Multimedia Files\0*.wav;*.wave;*.mp3;*.wma;*.mp4;*.mpeg4;*.mkv;*.m4a\0\0"; CString path; sourceMediaPath.GetWindowText( path ); |
