- 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.
49 lines
1.1 KiB
Markdown
49 lines
1.1 KiB
Markdown
# Ticket: Voice Consistency and Volume Leveling
|
|
|
|
## Ticket Information
|
|
|
|
- **ID**: TICKET-015
|
|
- **Title**: Voice Consistency and Volume Leveling
|
|
- **Type**: Enhancement
|
|
- **Priority**: Medium
|
|
- **Status**: Backlog
|
|
- **Track**: Voice I/O
|
|
- **Milestone**: Milestone 2 - Voice Chat MVP
|
|
- **Created**: 2024-01-XX
|
|
|
|
## Description
|
|
|
|
Ensure consistent voice experience:
|
|
- Choose a "family voice" and standardize
|
|
- Normalize volume levels
|
|
- Configure speed and pause behavior
|
|
- Test across different devices
|
|
|
|
## Acceptance Criteria
|
|
|
|
- [ ] Single "family voice" selected and configured
|
|
- [ ] Volume normalization implemented
|
|
- [ ] Speed and pause settings tuned
|
|
- [ ] Consistent across different playback devices
|
|
- [ ] Settings documented
|
|
|
|
## Technical Details
|
|
|
|
Configuration:
|
|
- Voice profile saved in config
|
|
- Volume normalization (LUFS or peak)
|
|
- Speech rate: ~150-160 words/min
|
|
- Pause duration between sentences
|
|
|
|
## Dependencies
|
|
|
|
- TICKET-014 (TTS service)
|
|
|
|
## Related Files
|
|
|
|
- `family-agent-config/tts/voice-profile.yaml` (to be created)
|
|
|
|
## Notes
|
|
|
|
Important for user experience. Should be done before MVP launch.
|