V0.1 Super Beta
This is for a hardware/software project to create a player for shadowing content. The initial intent is for Japanese text (for personal reasons), but the intent will be to have this be able to be used for any language, or really any purpose involving audio files.
For copyright reasons, the audio files are not included in this repo.
- Raspberry Pi Zero
- Microcontrollers
Language shadowing is a concept for learning a secondary language . In it, you listen to native audio samples (smaller at first) and repeat what the speaker is saying.
Pi Version
- Raspberry Pi Zero W
- Waveshare 2.13" E-Paper HAT
- Adafruit MicroLiPo Charger
- Adafruit PowerBoost
- Random 500mAh Li-Ion Polymer battery
- Cheap tactile switches
Microcontroller Version
- Raspberry Pico RP2040
- Waveshare Pico-OLED-1.3
- 64 x 128 pixels
- SH1107 Controller
- 4 Wire SPI/I2C
- Adafruit Micro-SD Breakout Board+
Pi
- Break apart audio files
- Make TOC creator
- Make shadowing program
- Create diagrams
- Output Track # to E-ink Screen
- Output dialogue to screen
- Prototype hardware
Microcontroller
- Play audio
- Incorporate sd card
- Incorporate buttons
- Output track info to OLED
- Output dialogue to OLED
熊