sender can choose voice and pitch and rate

This commit is contained in:
bel
2025-10-14 23:21:24 -06:00
parent bc1f7779d7
commit d5c3a52215
3 changed files with 82 additions and 25 deletions

View File

@@ -1,5 +1,8 @@
package server
type message struct {
Text string
Text string
Pitch int
Rate float64
VoiceIdx int
}