fix: voice interupt
This commit is contained in:
@ -8,6 +8,7 @@ enum DeviceState {
|
||||
kDeviceStateIdle,
|
||||
kDeviceStateConnecting,
|
||||
kDeviceStateListening,
|
||||
kDeviceStateThinking,
|
||||
kDeviceStateSpeaking,
|
||||
kDeviceStateUpgrading,
|
||||
kDeviceStateActivating,
|
||||
@ -15,4 +16,4 @@ enum DeviceState {
|
||||
kDeviceStateFatalError
|
||||
};
|
||||
|
||||
#endif // _DEVICE_STATE_H_
|
||||
#endif // _DEVICE_STATE_H_
|
||||
|
||||
Reference in New Issue
Block a user