NAudio Mp3到WaveIn

时间:2011-07-25 17:01:30

标签: vb.net naudio

我希望能够将自定义声音mp3输出到像chatroulette这样的应用程序。我可以做一个'虚拟麦克风',然后在chatroulette中选择它(就像一个iso是一个虚拟的CD驱动器)。或者用NAudio输出mp3到wave。

这似乎不起作用(如DOES编译,DOES Excecute,但录音机没有显示任何声音)。

 Dim DSO As New DirectSoundOut(DirectSoundOut.DSDEVID_DefaultCapture)
    Dim mp3 As WaveStream = New Mp3FileReader("D:\Muziek\Irish rebel songs\Athenrye - The armagh sniper.mp3")
    DSO.Init(mp3)
    DSO.Play()

1 个答案:

答案 0 :(得分:0)

更新抱歉,误解了您的目的。不幸的是,您无法使用DirectSound播放捕获设备。