Skip to content

Commit

Permalink
Add captions to audio player (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams authored Aug 19, 2023
1 parent f4b6b52 commit f29b3aa
Show file tree
Hide file tree
Showing 24 changed files with 1,489 additions and 1,363 deletions.
4 changes: 4 additions & 0 deletions assets/file_download_black_24dp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion buzz/buzz.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def main():
logging.getLogger().addHandler(stdout_handler)

from buzz.cli import parse_command_line
from buzz.gui import Application
from buzz.widgets.application import Application

app = Application()
parse_command_line(app)
Expand Down
2 changes: 1 addition & 1 deletion buzz/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from PyQt6.QtCore import QCommandLineParser, QCommandLineOption

from buzz.gui import Application
from buzz.widgets.application import Application
from buzz.model_loader import ModelType, WhisperModelSize, TranscriptionModel
from buzz.store.keyring_store import KeyringStore
from buzz.transcriber import (
Expand Down
Loading

0 comments on commit f29b3aa

Please sign in to comment.