Audio2 is a React Native app for creating and sharing podcast video clips for social media. It lets users select podcast segments, generate video frames, and (in the future) export full videos with audio.
- Browse podcast episodes (RSS feed)
- Audio player with scrubbing and skip controls
- Clip selection (up to 4 minutes)
- Video frame generation (vertical and square)
- Save to Photos app
- (WIP) Full video generation with audio
# Install dependencies
npm install
# Start the app
npx expo start
If captions show wrong text or don't sync with audio:
- Check the Utterance Timing Guide - The most common cause of timing problems
- Review Caption Sync Debugging - Step-by-step debugging process
- Verify Time Units Guide - Understanding how timing works
If screen recordings show blank captions:
- Check z-index values for caption components
- Verify captions are rendered in RecordingView component
- Ensure proper audio session configuration