Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Client Update → JSON-RPC Handler → UserSettingsImplementation
## Technical Implementation

### Settings Management
The plugin manages 18 different user settings categorized into:
The plugin manages 19 different user settings categorized into:

1. **Audio Settings**
- Audio description (boolean)
Expand All @@ -127,6 +127,7 @@ The plugin manages 18 different user settings categorized into:
- Voice guidance enabled (boolean)
- Voice guidance rate (numeric: 0.1-10)
- Voice guidance hints (boolean)
- Screen reader speed (uint8: 0–255, speed level for screen reader, distinct from voice guidance rate)

5. **Privacy Settings**
- Privacy mode (string)
Expand Down
2 changes: 2 additions & 0 deletions PRODUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ The plugin manages a complete spectrum of user preferences across five key categ
- Voice guidance for visually impaired navigation
- Adjustable voice guidance speech rate (0.1x to 10x)
- Voice guidance hints and prompts
- Screen reader speed control for adjustable reading pace

5. **Privacy Settings**
- Privacy mode configuration for data collection preferences
Expand Down Expand Up @@ -74,6 +75,7 @@ The plugin manages a complete spectrum of user preferences across five key categ
- High contrast mode for users with visual impairments
- Audio description support for video content
- Adjustable voice speed accommodates different user needs
- Screen reader speed configuration for tailored reading pace

### Content Management and Compliance
**Scenario**: Regulatory compliance and content filtering
Expand Down
Loading