wxr
2021-07-01 43b0d5870d528f23ecd6aeceb6cfd4325188b46f
HDL_ON/Common/Constant.cs
@@ -288,7 +288,35 @@
        /// </summary>
        Error,
    }
    public enum SpeakerType
    {
        /// <summary>
        /// 小度
        /// </summary>
        DuerOS = 0,
        /// <summary>
        /// Google Home
        /// </summary>
        Google,
        /// <summary>
        /// Alexa Echo
        /// </summary>
        Alexa,
        /// <summary>
        /// Alice
        /// </summary>
        Alice,
        /// <summary>
        /// 天猫精灵
        /// </summary>
        Aligenie,
        /// <summary>
        /// 思必驰
        /// </summary>
        AISpeech
    }
    #endregion
}
    }