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.
通常、 mciSendStringメソッドのパラメーターとしてファイル名を渡すことで、winmm.dll を使用して wav ファイルを再生できます。しかし今、私はwavファイルを解読する必要があります。戻りオブジェクトはストリームであるため、ファイル名を渡すことができません。
winmm.dll のストリームを渡してサウンドを再生する方法はありますか?