# voicehelper **Repository Path**: xmosnewone/voicehelper ## Basic Information - **Project Name**: voicehelper - **Description**: 语音播报助手辅助类,感谢Q友"极速蜗牛"的无私贡献! - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2025-08-25 - **Last Updated**: 2026-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VoiceNotificationHelper #### 介绍 语音播报助手辅助类,感谢Q友"极速蜗牛"的无私贡献! ![输入图片说明](https://foruda.gitee.com/images/1756100976599043526/11ef6ae7_8868814.png "viicehelperusing.png") 如上图,请将助手文件放在ICE.POS下的Common文件夹内,可直接调用 如播报 某支付方式 "paytype" (支付方式名称中文), "totalAmount" 支付金额,可使用以下代码 VoiceNotificationHelper.Instance.PlayPaymentSuccess(payType, totalAmount); 更多使用方法,可阅读 VoiceNotificationHelper助手代码