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.
我一直在尝试通过按 Arduino 上的自制按钮在笔记本电脑上播放声音。
现在我找到了这个示例代码来使用 Minim 播放文件。
我想知道在哪里可以触发代码中的按钮来播放声音。
有人可以帮助我吗?
试试看这里Arduino and Processing 这个页面解释了通信示例以及如何在 arduino 和处理之间进行通信
然后,一旦用户按下按钮,您只需要调用“player.play();”(从示例中您需要删除它)