First commit from local working tree
This commit is contained in:
parent
86775d02f6
commit
32f0d1de88
12 changed files with 832 additions and 2 deletions
36
ptv.yaml
Normal file
36
ptv.yaml
Normal file
|
@ -0,0 +1,36 @@
|
|||
---
|
||||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue