문제

How do you access the raw data of a sound file after using DirectShow to load it?

What interface allows you to access the raw data of a waveform, for example?

도움이 되었습니까?

다른 팁

Insert the Sample Grabber filter between file parser and audio card (or other renderer) and query ISampleGrabber interface. It will give you the data as it's passing through.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top