randym32 / EscapePod.Chipper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chipper

Chipper is the voice back-end that drives conversations with Vector!

Repository layout

Directory Description
cmd An example main file using the noop back-end services
pkg/server The main boilerplate for the chipper service
pkg/voiceprocessors voice processing back-ends (and we're looking for contributions!)
pkg/vtt the data types being passed around inside the services, done to avoid GetWhatever() function calls

Building

To build the binary, run:

# make build

Required environment variables

Variable Description
DDL_RPC_PORT The RPC port you'd like the service to run on

You'll also need to either make TLS certificates or set the insecure flag in your environment. For more information, please see the hugh grpc library

About

License:MIT License


Languages

Language:Go 96.3%Language:Dockerfile 2.7%Language:Makefile 1.0%