Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在安装声卡的情况下,是否可以从 Ubuntu 10.04 Linux 中的 C/C++ 发出内置铃声(真的是蜂鸣器)?如果是这样,怎么做?
当然,目标是在声卡出现问题时发出声音。在所有可能的世界中最好的情况下,我的代码可以“说”“音响系统坏了”的备用扬声器。
如果蜂鸣器 (AST200Q) 可以发出更多的声音,那么我将如何让 Alsa 向它发送声音?
谢谢。
您可以在 ascii 中发出音频/警报字符...示例 cout << "\a" 这将使通常在后期测试中使用的蜂鸣器发声。
cout << "\a"