github.com/Mrs4s/MiraiGo@v0.0.0-20240226124653-54bdd873e3fe/client/pb/richmedia/tts.pb.go (about) 1 // Code generated by protoc-gen-golite. DO NOT EDIT. 2 // source: pb/richmedia/tts.proto 3 4 package richmedia 5 6 type TtsRspBody struct { 7 RetCode uint32 `protobuf:"varint,1,opt"` 8 SessionId string `protobuf:"bytes,2,opt"` 9 OutSeq uint32 `protobuf:"varint,3,opt"` 10 VoiceData []*TtsVoiceItem `protobuf:"bytes,4,rep"` 11 Islast bool `protobuf:"varint,5,opt"` 12 PcmSampleRate uint32 `protobuf:"varint,6,opt"` 13 OpusSampleRate uint32 `protobuf:"varint,7,opt"` 14 OpusChannels uint32 `protobuf:"varint,8,opt"` 15 OpusBitRate uint32 `protobuf:"varint,9,opt"` 16 OpusFrameSize uint32 `protobuf:"varint,10,opt"` 17 } 18 19 type TtsVoiceItem struct { 20 Voice []byte `protobuf:"bytes,1,opt"` 21 Seq uint32 `protobuf:"varint,2,opt"` 22 }