Thread: reading from a mic

  1. #1
    Registered User
    Join Date
    Mar 2006
    Posts
    8

    reading from a mic

    Hi everyone.

    This is my first visit here... I wanted to ask how can I read from the microphone using windows api.
    I remember that doing it in linux was as easy as reading from a file , however I didn't manage to find anything about micrphones in windows.
    What I'm trying to do is a simple echo program , so I prefer "on the fly" and not saving stuff in files.

    Thanks,
    realcr.

  2. #2
    * Death to Visual Basic * Devil Panther's Avatar
    Join Date
    Aug 2001
    Posts
    768
    This should really be in the Windows programming part of the board.

    but try this, maybe this can help you:
    http://www.borg.com/~jglatt/tech/mixer.htm
    "I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe

    http://www.Bloodware.net - Developing free software for the community.

  3. #3
    Registered User
    Join Date
    Mar 2006
    Posts
    8
    Thanks Devil , I'll try it out.

    realcr.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 03-05-2009, 03:14 AM
  2. Replies: 7
    Last Post: 02-02-2009, 07:27 AM
  3. Replies: 2
    Last Post: 01-28-2008, 03:07 AM
  4. reading file word by word
    By 98holb in forum C Programming
    Replies: 2
    Last Post: 01-25-2006, 05:49 PM
  5. question about reading in strings from a file :>
    By bball887 in forum C Programming
    Replies: 8
    Last Post: 04-13-2004, 06:24 PM