- Created Universal Language Learning Framework (ULLF v1.1)
- Built complete learning system for 73 chapters across 5 books
- Setup folder structure with 18 README.md files
- Created learning plans (EN + CN for Tingting)
- Defined monthly cycle, SRS system, exams, and tracking
- Setup daily logs, weekly summaries, monthly sit reps
- Ready to start learning
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
54 lines
1.3 KiB
Markdown
54 lines
1.3 KiB
Markdown
# Audio Resources
|
|
|
|
Audio files for listening practice, pronunciation, and shadowing exercises.
|
|
|
|
## Current Contents
|
|
|
|
- `intermediate_listening_1/` - Audio for Tingli (听力) book chapters
|
|
|
|
## Organization
|
|
|
|
Audio should be organized by:
|
|
1. **Book** (Kouyu, Hanyu, LEDU, Tingli, Xiezuo)
|
|
2. **Chapter** within each book
|
|
3. **File number** if multiple audio files per chapter
|
|
|
|
## Naming Convention
|
|
|
|
```
|
|
BookName/ChapterXX/audio-01.mp3
|
|
```
|
|
|
|
Example:
|
|
```
|
|
Tingli/Chapter04/audio-01.mp3
|
|
Tingli/Chapter04/audio-02.mp3
|
|
Kouyu/Chapter01/dialogue-01.mp3
|
|
```
|
|
|
|
## Usage
|
|
|
|
Audio files are referenced in:
|
|
- Markdown content (Content/) - for studying
|
|
- JSON files (ClassGenSystem/) - for games and exercises
|
|
- Daily practice - for shadowing and listening
|
|
|
|
## File Formats
|
|
|
|
Preferred: MP3 (widely compatible)
|
|
Acceptable: WAV, M4A, OGG
|
|
|
|
## Integration
|
|
|
|
When digitizing chapters:
|
|
1. Save audio files here with clear naming
|
|
2. Reference the audio path in the Markdown file
|
|
3. Include audio metadata in JSON (file path, duration, transcript availability)
|
|
|
|
## Notes
|
|
|
|
- Keep audio quality high for clear pronunciation
|
|
- If transcripts exist, save them with audio files
|
|
- Some chapters may have multiple audio files (dialogues, exercises, etc.)
|
|
- Link to external audio sources if copyright prevents local storage
|