Imports NAudio.Wave
Imports NAudio.Mixer
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
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()
End Sub
End Class
Is there any way i can do this? I want to avoid making a whole virtual microphone driver
<- illustration of what i want to do
This post has been edited by HeeroYuy: 26 July 2011 - 02:15 PM

New Topic/Question
Reply



MultiQuote







|