How to access an audio stream using DirectShow.NET C#

前端 未结 3 450
伪装坚强ぢ
伪装坚强ぢ 2021-01-01 05:18

What I would like to do is to pass an arbitrary audio file to a DirectShow filtergraph and receive a (PCM audio) stream object in the end using .NET 3.5 C# and DirectShow.NE

3条回答
  •  说谎
    说谎 (楼主)
    2021-01-01 05:44

    This (AVILibrary Wrapper) may lead you to a solution, it's not DirectSound based (which I get the feeling is very much biased to interfacing your code with the playback hardware) but could be the answer.

    Another approach can be found here.

提交回复
热议问题