This is an audio simulation module which sends is designed to send data to a processing server.
This module is configured uising the Config.json
file.. The file itself contains descriptions of configuration parameters.
- Download a release from this repository
- Configure the
Config.json
file - Run the simulator
- Clone this repo using the
git clone
command - Run
git submodule update --remote --recursive --init
to pull in the submodule code - Open the solution file in visual studio and build
- Configure the
Config.json
file - Run the simulator
graph TD;
SimulatorModule-->ChunkToBytesModule
ChunkToBytesModule-->WinTCPTxModule