https://github.com/ericbf/languagehelperserver
A socket server that receivers PCM audio and can do something with it.
https://github.com/ericbf/languagehelperserver
Last synced: 8 months ago
JSON representation
A socket server that receivers PCM audio and can do something with it.
- Host: GitHub
- URL: https://github.com/ericbf/languagehelperserver
- Owner: ericbf
- Created: 2019-11-28T00:13:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T15:29:45.000Z (over 6 years ago)
- Last Synced: 2025-02-03T13:15:36.762Z (over 1 year ago)
- Language: Python
- Size: 47.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Language Helper Server
This server listens for socket connections, stream PCM audio data from the connections, and write them to wav files. It is a component of a project for my CS Master's program.
## To Run
Simply run `python main.py` to start the server.