From c33e54f0a9baa9b3ecd7b8e8884b3afac46b0867 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Mon, 30 Jan 2023 23:32:34 +0100 Subject: Added `*.m4a` file extension to the browse dialog --- Examples/WhisperDesktop/TranscribeDlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Examples') 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 ); -- cgit v1.2.3