[Request] Megaphone

Posts 19 of 9 · Page 1 of 1
[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 ******
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)
REP+thanks for code
thanks for answer

also, its ok if there isnt one, ill go to radioshack and get a converter.
It's a built in PC feature, all you have to do is un-mute Mic in volume controls

(dubbed in the 90's as the kare feature )
this made me think...

Would there be a way to send... say... microsoft sam's voice into the mic "virtually" (without having to put your mic up to the speakers)
Cuz then we could make teamspeak spammers XD
Yes

Yes, believe it or not , Your computer will "speak" without a microphone and if you are using recognition it will hear it as well, so if you send the speech to let's say msn phone or vent, it will pass....You don't even need a mic connected

Which is why if anyone has played with SpeechSDK and create a Faux AI, you may have the AI repeat a prompt , Example:

You: "Steve" ( for demo purposes my AI bot is called steve...don't ask, I don't know, Just the first random name)
AI Bot: Yes Sir,
You: What Time is it?
Ai Bot: The Time is 4:49 PM
Ai Bot: The Time is 4:49 PM
Ai Bot: The Time is 4:49 PM
Ai Bot: The Time is 4:50 PM
Ai Bot: The Time is 4:50 PM
You: STFU already , I know the Time!!!!
Ai Bot: The Time is 4:51 PM
Ai Bot: The Time is 4:51 PM
Ai Bot: The Time is 4:51 PM
Ai Bot: The Time is 4:52 PM
: Steve Stops:
You: It's about Time
Ai Bot: The Time is 4:53 PM
Ai Bot: The Time is 4:53 PM
Ai Bot: The Time is 4:54 PM
You: Steve , STFU!!!!!!
You: Steve: Search Google for: STFU!!!!


Then you realize to use a listen trigger command........After about 10 minutes of redundant hell, listening to Microsoft Sam , Who sounds like a drugged out 60's enthusiast who swallowed a Ancient robot voice modulator that swallowed a Cat who nibbled some left over paste and is a little "high" on the chemicals

Point is, The AIBOT (Speech Recognition, hears the triger "Time" so it repeats itself

Which reminds me of a project I did once, so I am going to share it, it is old school , and was done in vb6 as a speechsdk learning experience, but it was fun when I was younger, and requires a small (easy to do ) Mod on some hardware...

Ill post it in the VB section
Quote Originally Posted by NextGen1 View Post
Microsoft Sam , Who sounds like a drugged out 60's enthusiast who swallowed a Ancient robot voice modulator that swallowed a Cat who nibbled some left over paste and is a little "high" on the chemicals
Hey! Don't hate on Microsoft Sam!
DUDE THATS EPIC XD
------------------------------
Sharks win 5-2

4 in net, pizza i get
Quote Originally Posted by mnpeepno2 View Post
DUDE THATS EPIC XD
------------------------------
Sharks win 5-2

4 in net, pizza i get
yet sadly true...
DUDE I AM SERIOUS, THATS FUNNEH!!!
XD
LOL THIS IS GOT TO BE THE FUNNIEST THREAD ON MPGH XD
Posts 19 of 9 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?