Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update audio docs #74

Merged
merged 1 commit into from
Dec 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions docs/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ The default audio sources for Japanese are:

#### Other languages

The default audio sources for other languages are from Wikimedia Commons:
The default audio sources for other languages are:

- Lingua Libre
- Wiktionary
- LanguagePod101

While Commons has audio for many languages, some of them have limited coverage, and you may want to add additional sources, as described below.
Depending on the language you need, audio coverage with the default sources may be limited, and you may want to add additional sources, as described below.

### Configuration

Expand All @@ -85,11 +85,13 @@ To enable this, just add a new playback source with the `Text-to-speech` type an

#### Custom URL

You can add a custom URL from which audio will be fetched. One use case for this is fetching audio from Forvo:
You can add a custom URL from which audio will be fetched. One use case for this is getting audio from [Forvo](https://forvo.com/), currently the largest online pronunciation database.

#### Yomichan Forvo Server
* **Local Audio Server for Yomichan**: This is the most reliable way to get Forvo audio in Yomitan. To read the pros and cons and set it up, see the [instructions](https://github.com/yomidevs/local-audio-yomichan).

[Forvo](https://forvo.com/) is currently the largest online pronunciation database, with native pronunciation audio for various languages. One way to get Forvo audio in Yomitan is via the [Yomichan Forvo Server](https://ankiweb.net/shared/info/580654285) Anki add-on. It fetches from Forvo, at the cost of a slight delay. After installing it in Anki, add a `Custom URL (JSON)` audio source with the URL `http://localhost:8770?term={term}&reading={reading}&language=en` (replacing `en` with the desired language's ISO code).
* **Yomichan Forvo Server**:
- 🚨 Not working currently
- Fetches from Forvo, at the cost of a slight delay. After installing it in Anki, add a `Custom URL (JSON)` audio source with the URL `http://localhost:8770?term={term}&reading={reading}&language=en` (replacing `en` with the desired language's ISO code).

---

Expand Down
Loading