A static web application that displays pinyin transcriptions alongside Chinese lyrics, with synchronized video playback highlighting.
- Load YouTube videos directly in the application
- Search for song lyrics using LrcLib API
- Automatic pinyin conversion for Chinese characters
- Synchronized lyrics highlighting during playback
- Manual timing adjustment controls
- Responsive design for mobile and desktop
- Open
index.htmlin a web browser - Enter a YouTube URL for a Chinese song
- The video will load and extract the title
- Click "Search Lyrics" to find matching lyrics
- Select the correct lyrics from search results
- The lyrics will display with pinyin transcription
- Play the video to see synchronized highlighting
- Use the +/- buttons to adjust timing if needed
- HTML5, CSS (Tailwind CSS), JavaScript (Vanilla)
- YouTube oEmbed & iFrame APIs
- LrcLib API for lyrics
- pinyin-pro for Chinese to pinyin conversion
All dependencies are loaded via CDN, so you can deploy this application by simply copying the files to a web server or opening index.html locally.