Initial commit: media-to-text app

This commit is contained in:
Gan, Jimmy
2026-02-08 23:26:40 +08:00
commit b155e85040
44 changed files with 1396 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Development Rules
## Testing Requirements
- ALWAYS test code before claiming it's done
- Verify file uploads work with actual test files
- Check browser console for errors during testing
- Never say "done" without confirming functionality
- Run test scripts first before presenting solutions
## Known Issues
- MP4 video files may fail with AudioContext.decodeAudioData()
- Browser can't decode all video codecs to audio
- MediaRecorder approach for video extraction produces empty/unusable audio
- Solution: AudioContext.decodeAudioData works directly on many video formats