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.
DirectShow を使用してサウンド ファイルを読み込んだ後、サウンド ファイルの生データにアクセスするにはどうすればよいですか?
たとえば、波形の生データにアクセスできるインターフェイスはどれですか?
IMediaSample::GetPointer
ファイル パーサーとオーディオ カード (または他のレンダラー) の間にサンプル グラバー フィルターを挿入し、ISampleGrabber インターフェイスにクエリを実行します。通過するときにデータが提供されます。