- Added .cursorrules for project guidelines and context - Created README.md for project overview and goals - Established ARCHITECTURE.md for architectural documentation - Set up tickets directory with initial ticket management files - Included .gitignore to manage ignored files and directories This commit lays the foundation for the Atlas project, ensuring a clear structure for development and collaboration.
50 lines
1.2 KiB
Markdown
50 lines
1.2 KiB
Markdown
# Ticket: Integrate TTS with Clients
|
|
|
|
## Ticket Information
|
|
|
|
- **ID**: TICKET-016
|
|
- **Title**: Integrate TTS with Clients
|
|
- **Type**: Feature
|
|
- **Priority**: High
|
|
- **Status**: Backlog
|
|
- **Track**: Voice I/O, Clients/UI
|
|
- **Milestone**: Milestone 2 - Voice Chat MVP
|
|
- **Created**: 2024-01-XX
|
|
|
|
## Description
|
|
|
|
Integrate TTS service with clients:
|
|
- Streaming audio back to browser or mobile client
|
|
- Simple audio player with barge-in (stop speaking if interrupted)
|
|
- Handle audio playback errors
|
|
- Visual feedback during speech
|
|
|
|
## Acceptance Criteria
|
|
|
|
- [ ] TTS streaming to browser client working
|
|
- [ ] TTS streaming to mobile client working
|
|
- [ ] Barge-in functionality (interrupt speech)
|
|
- [ ] Audio playback error handling
|
|
- [ ] Visual feedback during speech
|
|
|
|
## Technical Details
|
|
|
|
Implementation:
|
|
- WebSocket or HTTP streaming for audio
|
|
- Audio element with controls
|
|
- Interrupt detection (wake-word or button)
|
|
- Graceful stop and cleanup
|
|
|
|
## Dependencies
|
|
|
|
- TICKET-014 (TTS service)
|
|
- TICKET-021 (phone client) or TICKET-022 (web dashboard)
|
|
|
|
## Related Files
|
|
|
|
- `home-voice-agent/clients/` (to be created)
|
|
|
|
## Notes
|
|
|
|
Requires client implementation. Can be done in parallel with client development.
|