|
本帖最后由 eroop 于 2020-9-1 18:03 编辑
1、音频文件放在根目录,运行以下语句,没有声音。
this.Client.PlayAudio("13166.mp3", AppDomain.CurrentDomain.BaseDirectory);
2、音频文件放在Resources\Audio,运行以下语句,没有声音。
this.Client.PlayAudio("13166.mp3", ResourceMode.File);
3、如果将以上的地址改成网络地址(downsc.chinaz.net/Files/DownLoad/sound1/202007/13166.mp3),就有声音了。
|
|