Here’s a short tutorial to get started with the app.
Setup
Generate WaniKani API token with all_data:read access. Paste it into the corresponding field in the settings tab of the app (“Settings” button in the top right). This will be used later on to collect all the vocabulary and kana vocabulary items for which your SRS stage is above 0.
Generate TTS API token at apiKeyの取得 (for more info, see WEB版VOICEVOX API(高速) ). Paste into the corresponding field in the settings tab of the app. This will be used to voice the context sentences for the collected vocabulary when clicking the “►” button.
Click “Collect Vocab & Sentences.” Optionally, you can filter by levels from which you would like the vocabulary to be taken.
This info will be stored in your browser cache, so normally you wouldn’t need to repeat these steps. You may want to collect more vocabulary and/or impose level filters (by repeating step 3 above) as you progress in WaniKani.
After the setup is done, the left panel should be filled with context sentences to pick from. Once you click on the “Get Random Sentence” button, a random sentence will be loaded, though its content will be hidden behind spoilers. You can uncover these spoilers by clicking on them. The intention is to be able to listen to the phrase (as narrated by TTS when clicking the “►” button) before you read it.
I guess the workflow would depend on your skill level a lot. For someone like myself, who is just starting to learn, I intended something like this:
Get random sentence and listen to it (“►” button). Try to pick the familiar phrases from the sentence, even if you can’t get the entire wording.
Check yourself by uncovering the top spoiler (vocabulary word/phrase). Listen again to cross-check that you do hear the vocabulary phrase in the narrated sentence.
Uncover the middle spoiler (sentence written in Japanese). See if you can pick up more meaning and familiar words here. Do listen to the voice again - are you making more sense of it now?
Finally, uncover the bottom spoiler to check the translation.
I made a tiny, yet hopefully useful update, by adding a link to duck.ai (anonymized chatbot) so that it makes the grammatical breakdown of the current sentence (screenshots below).
This helps me a lot at my current level, although I have no idea how trustworthy these explanations are
hey! just found this and it looks awesome. One thing I’m not sure about is the source of the sentences - are they fetched from WK examples? If so, could you add a link to the item that features the examples (also maybe link to kanjis/vocabulary)?
I think it’s totally doable, though it’ll probably use up tts api quota quite quickly - maybe worth just doing it once and then sharing generated audio files in an archive.
That said, I did notice some incorrect audio renditions (even though I’m quite a beginner in Japanese). Maybe community help would be useful to filter those out
Thank you for trying and for the feedback. Could you pls provide more info (browser version, developer console logs, etc)? So far, I couldn’t reproduce - for me it works even from a clean incognito session…
I used my Android phone, Chrome.
Also in my laptop, Chrome Version 144.0.7559.133 (Official Build) (64-bit).
Same result.
I tried to generate new token just for TTSensei, same result.
Would it be appropriate for me to debug using your WK api key (e.g., you could create one temporarily with read-only access)? My assumption is that since your level is much higher than mine, there’s much more content that the app is trying to fetch and there is some bug in my code only occurring in such case.
I’m traveling atm but will have some time to debug tomorrow or over the weekend.
OK I think I managed to fix it, so it should work even when fetching all 60 levels at once. Additionally, the level filter is now applied within the WaniKani API query itself, so fetching single or a few levels at a time should be real quick.