Thread: C - recored sound from the microphone

  1. #1
    Registered User
    Join Date
    Oct 2012
    Posts
    6

    C - recored sound from the microphone

    Hi

    I wanted to know how can I record sound from the microphone with C?
    Thank you.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Tell us your OS and Compiler.

    Standard C doesn't care about microphones, or sound in general.
    So you need to tell us which platform you're using, so we can say what platform specific API to use.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Oct 2012
    Posts
    6
    Windows, MinGW.

  4. #4
    Registered User
    Join Date
    Nov 2010
    Location
    Long Beach, CA
    Posts
    5,909
    I'm not a Windows programmer, but I'm a halfway decent Googler: http://www.google.com/search?q=c+record+audio+windows+microphone
    Last edited by anduril462; 10-16-2012 at 03:16 PM. Reason: Fixed link

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Playback microphone through DBS
    By hdragon in forum Tech Board
    Replies: 0
    Last Post: 06-11-2007, 02:38 PM
  2. Record From Microphone
    By thetinman in forum Windows Programming
    Replies: 2
    Last Post: 05-03-2007, 02:16 PM
  3. Microphone & Linux
    By cboard_member in forum Tech Board
    Replies: 1
    Last Post: 09-10-2005, 03:39 AM
  4. Microphone input
    By MartijnG in forum C++ Programming
    Replies: 8
    Last Post: 03-01-2005, 07:43 AM
  5. Microphone recognition...
    By weraw in forum C Programming
    Replies: 2
    Last Post: 12-26-2001, 11:11 AM