TranscriberApp is a C++ application that allows users to transcribe audio files to text using the Mozilla DeepSpeech library. This application provides a simple graphical user interface (GUI) built with Qt, enabling users to select an audio file and get the transcription output easily.
- Select an audio file (supports
.wav). - Transcribe the selected audio file to text using DeepSpeech.
- Display the transcribed text in the application.
- Windows OS
- Qt (open-source version)
- Mozilla DeepSpeech C++ library
- SoX (Sound eXchange) for audio file conversion