sender can choose voice and pitch and rate
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
package server
|
||||
|
||||
type message struct {
|
||||
Text string
|
||||
Text string
|
||||
Pitch int
|
||||
Rate float64
|
||||
VoiceIdx int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user