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
Stream audio directly from your phone's microphone to Friend-Lite backend, bypassing Bluetooth devices. This feature provides a direct audio input method for users who want to use their phone as the audio source.
158
+
159
+
### Features
160
+
-**Direct Microphone Access**: Use phone's built-in microphone
161
+
-**Real-time Audio Streaming**: Live audio processing with visualization
162
+
-**Seamless Integration**: Switch between Bluetooth and phone audio modes
163
+
-**Cross-Platform**: Works on both iOS and Android
164
+
-**Live Audio Meters**: Visual feedback showing audio levels in real-time
165
+
166
+
### Setup & Usage
167
+
168
+
#### Enable Phone Audio Streaming
169
+
1.**Open Friend-Lite app**
170
+
2.**Configure Backend Connection** (see Backend Configuration section)
171
+
3.**Grant Microphone Permissions** when prompted
172
+
4.**Tap "Stream Phone Audio" button** in main interface
173
+
5.**Start speaking** - audio streams in real-time to backend
174
+
175
+
#### Requirements
176
+
-**iOS**: iOS 13+ with microphone permissions
177
+
-**Android**: Android API 21+ with microphone permissions
178
+
-**Network**: Stable connection to Friend-Lite backend
179
+
-**Backend**: Advanced backend running with `/ws_pcm` endpoint
180
+
181
+
#### Switching Audio Sources
182
+
-**Mutual Exclusion**: Cannot use Bluetooth and phone audio simultaneously
183
+
-**Automatic Detection**: App disables conflicting options when one is active
184
+
-**Visual Feedback**: Clear indicators show active audio source
0 commit comments