Skip to content

Local Yomichan/Yomitan server to play audio (without Anki)

Notifications You must be signed in to change notification settings

aramrw/yomichan_audio_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

  • Instant Lookup
  • Tiny Memory Usage
  • iOS Compatible

Included Audio Files 🔉

  • NHK16 日本語発音辞典 (~1.29 GB) - 102,823 files
  • Jpod (~1.63 GB) - 134,103 files
  • 大辞泉 (~908 MB) - 61,521 files
  • Forvo (~717 MB) - 78,835 files
  • 新明解8版 (~588 MB) - 66,726 files

Add Audio Server to Yomichan/Yomitan

http://localhost:8080/?term={term}&reading={reading}
  • Copy the above link & paste into the url box just like in the gif below. 👇

Installation

  • Download yomichan_audio_server_v0.3.0.rar from the Releases Page.
  • Download the audio files you want (all recommended) from the Releases Page.
  • Extract and place the audio files folders inside yomichan_audio_server_v0.3.0/audio. It should look like this 👇
yomichan_audio_server_v0.3.0\
├── audio/
│   ├── daijisen_files\
│   ├── forvo_files\
│   ├── jpod_files\
│   ├── nhk16_files\
│   ├── shinmeikai8_files\
│   ├── entries.db
│   ├── entries.v
├── config.json
├── yomichan_audio_server.exe

Config Settings

exit_minutes:

  • Default is 60 minutes (adjusting it higher is recommended).

debug:

  • If you are having problems, set to true to unhide terminal and check error messages. Send bug reports in Issues.
{
  "exit_minutes": 60,
  "debug": false
}