gpt4 book ai didi

ios - 单点触控 : SystemSound not working on device

转载 作者:行者123 更新时间:2023-11-29 13:29:04 25 4
gpt4 key购买 nike

在模拟器的 MonoTouch 5.2.13 中,声音有效。但在真正的 5.1.1 设备上,它不会。没有错误或消息报告。

我错过了什么吗?

    SystemSound sound;
void PlayRevSound()
{
try
{
Console.WriteLine("Start Sound");
//enable audio
AudioSession.Initialize();
//load the sound
sound = SystemSound.FromFile("Images/rev.wav");
sound.PlaySystemSound();
Console.WriteLine("End Sound");
}
catch(Exception e)
{
Console.WriteLine("Error Sound: " + e.Message);
}
}

最佳答案

设备已静音。 [脸红]

当有疑问时,这通常是最简单的问题....

关于ios - 单点触控 : SystemSound not working on device,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12307226/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com