[Request] Megaphone
Is there a way for you to always hear the sound from your mic through VB?
I found this code, but it records, i need one that is ******
REP+thanks for code
thanks for answer
also, its ok if there isnt one, ill go to radioshack and get a converter.
I found this code, but it records, i need one that is ******
Code:
Private Declare Function mciSendString Lib "winmm.dll" Alias "mciSendStringA" (ByVal lpstrCommand As String, ByVal lpstrReturnString As String, ByVal uReturnLength As Integer, ByVal hwndCallback As Integer) As Integer
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
mciSendString("open new Type waveaudio Alias recsound", "", 0, 0)
mciSendString("record recsound", "", 0, 0)
thanks for answer
also, its ok if there isnt one, ill go to radioshack and get a converter.
e feature
)

XD