https://github.com/canb0y/playsubtitle-v1
Android APP for closed captioning with inbuilt ASR (VOSK Speech Recognition), and audio extraction using Android's native media API.
https://github.com/canb0y/playsubtitle-v1
android audio-extraction closed-captioning speech-recognition subtitle-generation
Last synced: about 1 month ago
JSON representation
Android APP for closed captioning with inbuilt ASR (VOSK Speech Recognition), and audio extraction using Android's native media API.
- Host: GitHub
- URL: https://github.com/canb0y/playsubtitle-v1
- Owner: canb0y
- Created: 2024-10-15T22:07:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-15T22:19:48.000Z (over 1 year ago)
- Last Synced: 2024-10-17T08:21:15.360Z (over 1 year ago)
- Topics: android, audio-extraction, closed-captioning, speech-recognition, subtitle-generation
- Language: Java
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PlaySubtitle v1
Android video player that handles closed captioning and audio extraction for locally stored videos in MP4/3GP format. This version is suitable for the type of videos that has a single speaker with no sound effects such as music. It is compiled with SketchwarePro. You can download source as ``swb`` file in the releases.
# Key Features
• Closed Captioning (CC)
• Subtitle Generation
• Audio Extraction
# References
This version uses Android's native media API (MediaExtractor, MediaCodec, MediaPlayer, MediaStore), and includes the following open-sourced projects;
• VOSK Speech Recognition
• LibreTranslate
• AndroidResampler