Skip to content

Commit 3e9b4d1

Browse files
authored
Create Supported Audio Source Types.md
1 parent 1fac1ad commit 3e9b4d1

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

Docs/Supported Audio Source Types.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
### 1) Local files through `Local Path` type
2+
3+
Example:
4+
`C:\Users\User\Desktop\jpod_files\{Reading} - {Term}.mp3`
5+
6+
- **Tip**: If you wish to use [local-audio-yomichan](https://github.com/yomidevs/local-audio-yomichan) without needing the [Local Audio Server for Yomichan](https://ankiweb.net/shared/info/1045800357) add-on or even Anki itself, check out the [Yomichan Audio Collection Renamer for JL](https://github.com/rampaa/YomichanAudioCollectionRenamerForJL).
7+
8+
---
9+
10+
### 2) URLs returning an audio directly through `URL` type
11+
12+
Example:
13+
`http://assets.languagepod101.com/dictionary/japanese/audiomp3.php?kanji={Term}&kana={Reading}`
14+
15+
---
16+
17+
### 3) URLs returning a JSON response in Custom Audio List format through `URL (JSON)` type
18+
19+
Example:
20+
`http://127.0.0.1:5050/?sources=jpod,jpod_alternate,nhk16,forvo&term={Term}&reading={Reading}`
21+
22+
---
23+
24+
### 4) Windows Text to Speech
25+
26+
Example:
27+
`Microsoft Haruka`

0 commit comments

Comments
 (0)