You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<b>AI-Powered Assistant for Even Realities G1 Smart Glasses</b>
6
+
<b>AI-Powered Assistant for Even Realities G1 Smart Glasses & Pixel Watch</b>
7
7
</p>
8
8
9
9
## 📱 Overview
10
10
11
-
AGiXT Mobile is a cutting-edge Flutter application designed as the perfect companion for Even Realities G1 smart glasses. This app creates a seamless bridge between AI-powered intelligence and wearable technology, empowering users to interact with their digital world through natural voice commands, view real-time information on their glasses display, and manage their digital life effortlessly.
11
+
AGiXT Mobile is a cutting-edge Flutter application designed as the perfect companion for Even Realities G1 smart glasses and Pixel Watch (Wear OS). This app creates a seamless bridge between AI-powered intelligence and wearable technology, empowering users to interact with their digital world through natural voice commands, view real-time information on their glasses display, and manage their digital life effortlessly. AGiXT can also be set as your default Android digital assistant for system-wide voice control.
12
12
13
13
## ✨ Key Features
14
14
@@ -19,10 +19,27 @@ AGiXT Mobile is a cutting-edge Flutter application designed as the perfect compa
19
19
-**Stable Connection**: Maintains reliable connectivity even in challenging environments
20
20
21
21
### 🎤 Voice Recognition & AI Assistant
22
+
-**Wake Word Detection**: Say "computer" to activate hands-free voice input
22
23
-**Multi-Language Support**: On-device speech recognition for 14+ languages
23
24
-**Real-Time Transcription**: Instant display of speech-to-text on glasses display
24
25
-**AI-Powered Responses**: Natural language processing to understand and respond to user queries
25
26
-**Context-Aware Assistance**: Remembers conversation history for more relevant interactions
27
+
-**Streaming TTS**: Real-time audio response streaming to connected devices
28
+
29
+
### ⌚ Pixel Watch (Wear OS) Support
30
+
-**Native Watch App**: Dedicated Wear OS companion app for Pixel Watch
31
+
-**Voice Input**: Speak directly to your watch for AI assistance
32
+
-**Streaming Audio**: Hear AI responses through watch speaker in real-time
33
+
-**Quick Tiles**: Access AGiXT from watch face tiles
34
+
-**Complications**: At-a-glance status on supported watch faces
35
+
-**Seamless Sync**: Automatic phone ↔ watch communication via Wearable Data Layer
36
+
37
+
### 🤖 Android Digital Assistant
38
+
-**Default Assistant**: Set AGiXT as your phone's default digital assistant
39
+
-**System Integration**: Activate via long-press home, corner swipe, or voice
40
+
-**Device Control**: Control media, volume, brightness, WiFi, Bluetooth, and more
41
+
-**Do Not Disturb**: Manage focus modes with voice commands
42
+
-**Screen Control**: Wake screen, check device status
26
43
27
44
### 📅 Calendar & Smart Planning
28
45
-**Cross-Platform Integration**: Syncs with Google Calendar, Apple Calendar and other providers
2.**Select AGiXT** from the list of available assistants
155
+
3.**Enable voice activation** to use wake word or system gestures
156
+
4.**Test activation**: Long-press the home button to launch AGiXT
157
+
125
158
## 💻 Development
126
159
127
160
### Project Structure
@@ -148,18 +181,32 @@ On-device speech processing with real-time feedback and minimal latency, optimiz
148
181
#### Background Service Architecture
149
182
Maintains critical functionality even when the app is minimized, ensuring continuous glasses connectivity and timely notifications.
150
183
184
+
#### Wake Word Detection
185
+
On-device Vosk-based wake word detection with the trigger word "computer". Runs locally for privacy with configurable confidence thresholds.
186
+
187
+
#### Pixel Watch Integration
188
+
Native Wear OS companion app with Wearable Data Layer communication. Supports local speech recognition on watch, streaming TTS audio playback, tiles, and complications.
189
+
190
+
#### Digital Assistant Handler
191
+
System-level assistant integration via VoiceInteractionService. Handles device control commands for media, volume, brightness, connectivity, and focus modes.
192
+
151
193
#### State Management
152
194
Reactive programming model that ensures UI consistency across app and glasses displays.
153
195
154
196
## 📖 Usage Examples
155
197
156
198
### Voice Commands
157
199
200
+
-**"Computer"** - Wake word to activate voice input (hands-free)
0 commit comments