haesleinhuepf / faster-whisper-stt

Simple and basic python function for transcribing audio in realtime based on faster-whisper
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Integrated GUI for live transcription updates. #11

Closed github-actions[bot] closed 2 months ago

github-actions[bot] commented 2 months ago

This message was generated by git-bob (version: 0.2.3, model: gpt-4o-2024-08-06), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully.

Integrated GUI functionality to display live transcriptions using Listener and QtWindow classes. Added a main.py file to set up a PyQt application that initiates audio transcription and updates a label with the transcribed text every second. Modified the gui.py file to include an update_label method for updating the label's text. Updated utilities.py to ensure the transcribed text is set using setText() for better GUI integration.

closes #10