36 lines
995 B
YAML
36 lines
995 B
YAML
---
|
|
# Which profile to use by default
|
|
# This must be a directory that contains a profile.yaml and all
|
|
# the avatar images
|
|
profile: 'default'
|
|
|
|
# How many times per second audio is checked
|
|
# This also impacts FPS of the avatar
|
|
audio_checks: 60
|
|
|
|
# Mic amplitude level we consider "Talking"
|
|
threshold: 5000
|
|
|
|
# Once the avatar's mouth is open it remains open for at minimum
|
|
# this many frames
|
|
smoothing: 3
|
|
|
|
# Microphone audio rate. This should match the inpute rate configured
|
|
# in Windows. In 99.9% of cases 44100 is the right answer.
|
|
mic_rate: 44100
|
|
|
|
# If the mic is stereo or not. true or false
|
|
mic_stereo: true
|
|
|
|
# How many frames we wait between shakes if avatar shaking is configured
|
|
shake_delay: 6
|
|
|
|
# How many pixels in a random direction we shake the avatar each shake
|
|
# Setting this to 0 disables shaking
|
|
shake_intensity: 0
|
|
|
|
# Chance per frame to have the avatar blink. 0 disables this
|
|
blink_chance: 0.003
|
|
|
|
# How many frames, once we blink, we display the eyes closed images
|
|
blink_frames: 10
|