Otic
Minimal Android app to stream microphone input to the local network.
Saketh Pathike Connectivity Multimedia
Screenshots
Description
Otic lets you stream your Android device's microphone input to the local network using `ServerSocket` and Foreground Service.
Otic isn't a receiver, so you must have a custom receiver to receive the audio from the Otic client.
Check the README (https://github.com/sakethpathike/Otic/blob/master/README.md) for more details.
What’s new (1.0.1)
Otic now uses custom subsetting(s) from the Google Sans Flex font to reduce the app size.
Versions
Permissions
What the app asks the system for. Android only grants sensitive access after you confirm it.
- MicrophoneRecord audio.
- NotificationsShow notifications.
- FOREGROUND_SERVICE_MICROPHONE
- Foreground serviceKeep running in the background, visible in the status bar.
- Internet accessSend and receive data over the internet.
- Wi-Fi stateRead information about the Wi-Fi connection.
- otic.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
Comments