Skip to content

Commit

Permalink
Adding note on offline usage (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
raivisdejus authored Oct 25, 2024
1 parent e134654 commit 5ff9694
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buzz/locale/lv_LV/LC_MESSAGES/buzz.po
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ msgstr "Lejupielādēt"

#: buzz/widgets/preferences_dialog/models_preferences_widget.py:98
msgid "Show file location"
msgstr "Pādīt faila atrašanās vietu"
msgstr "Rādīt faila atrašanās vietu"

#: buzz/widgets/preferences_dialog/models_preferences_widget.py:106
msgid "Delete"
Expand Down
6 changes: 5 additions & 1 deletion docs/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,8 @@ sidebar_position: 5

See method 1 in this video https://www.youtube.com/watch?v=eRcCYgOuSYQ

For method 2 there is no need to uninstall the antivirus, but see if you can temporarily disable it or if there are settings that may prevent Buzz from accessing the microphone.
For method 2 there is no need to uninstall the antivirus, but see if you can temporarily disable it or if there are settings that may prevent Buzz from accessing the microphone.

7. **Can I use Buzz on a computer without internet?**

Yes, Buzz can be used without internet connection if you download the necessary models on some other computer that has the internet and manually move them to the offline computer. The easiest way to find where the models are stored is to go to Help -> Preferences -> Models. Then download some model, and push "Show file location" button. This will open the folder where the models are stored. Copy the models folder to the same location on the offline computer. F.e. for Linux it is `.cache/Buzz/models` in your home directory.

0 comments on commit 5ff9694

Please sign in to comment.