Working on audio commands
This commit is contained in:
12
config.yaml
Normal file
12
config.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
# MyTTSClient Configuration File
|
||||
# This file provides default values. Environment variables will override these settings.
|
||||
|
||||
server:
|
||||
host: "127.0.0.1"
|
||||
port: 10300
|
||||
timeout: 3.0
|
||||
|
||||
audio:
|
||||
sample_rate: 16000
|
||||
channels: 1
|
||||
device: null # null = use default device
|
||||
Reference in New Issue
Block a user