Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: enhance audio quality for playback #71

Open
wants to merge 1 commit into
base: nightly
Choose a base branch
from

Conversation

SpirusNox
Copy link
Collaborator

Store and serve original audio files alongside WAV transcription versions. This improves playback quality while maintaining transcription accuracy.

  • Add schema fields for original file name and type
  • Update upload process to preserve original files
  • Modify audio API to serve either original or WAV files
  • Update UI components to utilize high-quality audio when available
  • Maintain optimized WAV format for transcription purposes

🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com

Store and serve original audio files alongside WAV transcription versions. This improves playback quality while maintaining transcription accuracy.

- Add schema fields for original file name and type
- Update upload process to preserve original files
- Modify audio API to serve either original or WAV files
- Update UI components to utilize high-quality audio when available
- Maintain optimized WAV format for transcription purposes

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
@SpirusNox SpirusNox requested a review from rishikanthc March 3, 2025 01:24
@SpirusNox SpirusNox linked an issue Mar 3, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Better Audio Quality in UI
1 participant