CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Mic Click

  1. #1
    Join Date
    May 2010
    Posts
    1

    Mic Click

    Hello:
    I'm looking for a way to send a sound bite thru an open mic channel. I've written a communication utility and the final step I need to do it send a 'mic click' sound prior to closing the mic channel.
    In other words, think of this utility as a walkie talkie, and when you release the transmit button, a mic click is sent to the other person prior to the mic channel closing. I have the sound bite cued up and when I release the transmit button, it immediately plays, but I can't figure out how to send it down the wire to the other person.
    Ideas PLEASE!!
    Thanks for any help!!
    -JD

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Mic Click

    Post some code, so we can see what you're doing
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    May 2010
    Posts
    12

    Re: Mic Click

    Im just guessing wildly here... its internet based? You have a client and server? Good: So send a message to the client to play a certain sound. You dont have to actually transmit the sound.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured