Skip to content

Commit

Permalink
Merge branch 'main' into cn-support-2025
Browse files Browse the repository at this point in the history
  • Loading branch information
Chenghao999 authored Jan 20, 2025
2 parents 6513038 + 6286c4a commit c601e4e
Show file tree
Hide file tree
Showing 5 changed files with 701 additions and 5 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ translation_po_all:
$(MAKE) translation_po locale=lv_LV
$(MAKE) translation_po locale=uk_UA
$(MAKE) translation_po locale=ja_JP
$(MAKE) translation_po locale=da_DK

TMP_POT_FILE_PATH := $(shell mktemp)
PO_FILE_PATH := buzz/locale/${locale}/LC_MESSAGES/buzz.po
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[简体中文](readme/README.zh_CN.md) - 查看中文页面。

# Buzz

[Documentation](https://chidiwilliams.github.io/buzz/) | [Buzz Captions on the App Store](https://apps.apple.com/us/app/buzz-captions/id6446018936?mt=12&itsct=apps_box_badge&itscg=30200)
Expand Down Expand Up @@ -25,6 +27,7 @@ OpenAI's [Whisper](https://github.com/openai/whisper).
Install [ffmpeg](https://www.ffmpeg.org/download.html)

Install Buzz

```shell
pip install buzz-captions
python -m buzz
Expand Down Expand Up @@ -57,7 +60,6 @@ sudo snap connect buzz:pulseaudio
sudo snap connect buzz:removable-media
```


### Latest development version

For info on how to get latest development version with latest features and bug fixes see [FAQ](https://chidiwilliams.github.io/buzz/docs/faq#9-where-can-i-get-latest-development-version).
For info on how to get latest development version with latest features and bug fixes see [FAQ](https://chidiwilliams.github.io/buzz/docs/faq#9-where-can-i-get-latest-development-version).
Loading

0 comments on commit c601e4e

Please sign in to comment.