📰 A web-based text-to-speech (TTS) player for reading articles aloud.
- Visit the site: https://hsuehyt.github.io/YutingPodcast/
- Select a voice from the dropdown (available voices may vary by device/browser).
- Click
▶️ Play next to any article to start reading aloud. - Click ⏸ Pause to stop or resume.
For the best experience and full voice compatibility:
- ✅ Microsoft Edge on Windows 10+ (desktop)
- ✅ Microsoft Edge (mobile app on Android)
If you don’t hear any voice output on mobile Edge, enable Read Aloud mode manually:
This activates Microsoft Edge’s built-in TTS engine, which works even when JavaScript-based voices are unavailable.
- Uses the Web Speech API (
speechSynthesis
) - Written in HTML + modern JavaScript (ES Modules)
- Auto-fetches articles from
articles/
directory via GitHub API