Skip to content

Conversation

@Adamantiamable
Copy link
Contributor

  • Add voice transcription microphone component
  • working audio component
  • small audio adjustments
  • remaining audio adjustments

Adamantiamable and others added 5 commits June 25, 2025 02:39
Features:
- Real-time speech-to-text transcription using Web Speech API
- Continuous recording with auto-send every 2s of silence
- Liquid glass design with gray color scheme
- Manual text editing with Ctrl+Enter to send
- Robust error handling and automatic speech recognition restart
- React context for state management
- API integration for sending transcriptions
- Bootstrap icons for clean UI

Components:
- MicrophoneComponent: Main component with expand/collapse
- MicrophoneButton: Glass button with recording states
- TranscriptionEditor: Text area with real-time updates
- AudioContext: Speech recognition and API management
- AudioAPI: Configurable transcription sending service
- Example usage and standalone HTML test

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@0xDAEF0F
Copy link
Contributor

for voice to text transcriptions i made an app in tauri as well that i use everyday. it uses whisper.cpp for local transcriptions and it is lightning fast. check out the repo (couldnt think of a name, hehe):

https://github.com/0xDAEF0F/lala

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.

3 participants