• 无人地磅自助机开发总结(九)语音播报


    1.引用System.Speech.dll

    简单使用

    SpeechSynthesizer speechSynthesizer = new SpeechSynthesizer();
    speechSynthesizer.Speak("欢迎使用");

    2.具体语音播放教程文档

    https://www.wpf-tutorial.com/zh/102/%E9%9F%B3%E9%A2%91%E4%B8%8E%E8%A7%86%E9%A2%91/%E8%AF%AD%E9%9F%B3%E5%90%88%E6%88%90-%E8%AE%A9wpf%E8%AF%B4%E8%AF%9D/

    注:语音播报使用微软自带语音包win10上为正常女声,但是win7后无法播报,使用工具修复后能够播放但是为男声,应该与微软自带的语音库有关。

  • 相关阅读:
    Throwable
    Format
    Serializable
    IfcAbsorbedDoseMeasure
    Iterable
    IfcAmountOfSubstanceMeasure
    Queue
    IfcCurveOnSurface
    unity3d修改对象属性
    Deque
  • 原文地址:https://www.cnblogs.com/king10086/p/15384230.html
Copyright © 2020-2023  润新知