https://github.com/ericbf/languagehelper
An android app that will stream audio to a socket.
https://github.com/ericbf/languagehelper
Last synced: about 1 year ago
JSON representation
An android app that will stream audio to a socket.
- Host: GitHub
- URL: https://github.com/ericbf/languagehelper
- Owner: ericbf
- Created: 2019-11-28T00:03:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T02:00:04.000Z (over 6 years ago)
- Last Synced: 2025-02-03T13:15:33.858Z (over 1 year ago)
- Language: Kotlin
- Size: 921 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Language Helper
This is an android application that takes a host and port number, creates a socket connection to that address, and then streams audio from the device mic to that address.
It is a companion app for a project for my CS Master's program.
## To Run
Simply open the project in android studio and run on a device. It won't work in simulators because the simulator doesn't implement the mic classes.