diff options
author | StefanVukovic99 <stefanvukovic44@gmail.com> | 2024-02-20 16:21:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-20 15:21:15 +0000 |
commit | 752a07b97c6d68a075a925c124ed420d621db02c (patch) | |
tree | 2d3d20e80baa597fa7a33d8cd3041af1ceb3679f /docs/audio.md | |
parent | 12fa4d85b7234780df6a8895b5a244385c015463 (diff) |
documentation updates (#703)
* first pass
* wording
* v2
Diffstat (limited to 'docs/audio.md')
-rw-r--r-- | docs/audio.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/audio.md b/docs/audio.md new file mode 100644 index 00000000..531b6688 --- /dev/null +++ b/docs/audio.md @@ -0,0 +1,9 @@ +### Audio Configuration + +Audio playback of terms' pronunciation can be configured in the `Audio` section of the _Settings_ page. + +For Japanese terms, Yomitan provides a preconfigured audio source. More audio sources can be added in `Audio` > `Configure audio playback sources`. They will be checked for pronunciations in the order they are listed. + +For other languages, the [Yomichan Forvo Server](https://ankiweb.net/shared/info/580654285) Anki add-on is one way to get pronunciation audio. After installing it, add a `Custom URL (JSON)` audio source with the URL `http://localhost:8770?term={term}&reading={reading}&language=en` (replace `en` with the desired language's ISO code). + +With at least one working audio source in place, you can click on the <img src="../ext/images/play-audio.svg" alt="" width="16" height="16"> _speaker_ button to hear the term's pronunciation. When searching for audio, the sources are checked in order until the first valid source is found. Right-clicking the <img src="../ext/images/play-audio.svg" alt="" width="16" height="16"> _speaker_ button allows choosing the source manually. If no audio is found, you will hear a short click instead. |