An open API service indexing awesome lists of open source software.

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.

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.