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.
サウンドを再生したいのですが。ac コマンドを発行するとサウンドが再生され、ユーザーがキーを押して、たとえば「h」と言うと、サウンドが 5 秒間停止し、5 秒後に戻ります。これを行うためにどのcコマンドを使用できますか? mci send string が機能するのではないかと思ったのですが、よくわかりません。Play Sound は私の行き先でしたが、この機能はありません。
コードの提案はありますか?
私はあなたがWindowsを使用していると仮定します
waveOutPause()
Sleep(5000);
waveOutRestart()
参照: waveOutPause MSDN ドキュメント