summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin <const@const.me>2023-01-30 23:32:34 +0100
committerKonstantin <const@const.me>2023-01-30 23:32:34 +0100
commitc33e54f0a9baa9b3ecd7b8e8884b3afac46b0867 (patch)
tree83b307535ac56486d6989a4eb61c1a28ad45fbff
parent5980f1ac5fdc8ff15e4761ef0123bb3783287b3e (diff)
Added `*.m4a` file extension to the browse dialog
-rw-r--r--Examples/WhisperDesktop/TranscribeDlg.cpp2
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 );