Thread: recording in C++

  1. #1
    Unregistered
    Guest

    recording in C++

    i want to write a program to record sound using MIC
    but i don't have any idea, need what header or something else? thx!!

  2. #2
    Registered User kitten's Avatar
    Join Date
    Aug 2001
    Posts
    109
    DirectSound can handle things like that... I don't know anything about DS though
    Making error is human, but for messing things thoroughly it takes a computer

  3. #3
    Unregistered
    Guest
    I want to write a C++ program to record sound using MIC
    but i don't have any idea, need what header or something else? thx!!

  4. #4
    Registered User
    Join Date
    Sep 2001
    Posts
    164
    You can use waveIn. I have some examples I can send you if you like.
    // Gliptic

  5. #5
    Unregistered
    Guest
    Originally posted by gliptic
    You can use waveIn. I have some examples I can send you if you like.
    Oh!! Thx a lot, would u mind posting it out here?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Decent TV recording software - ideas?
    By ulillillia in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 04-04-2009, 08:20 PM
  2. Recording a non-downloadable video
    By Lionel in forum Windows Programming
    Replies: 9
    Last Post: 09-26-2007, 02:32 AM
  3. Trouble recording sound
    By Longie in forum Windows Programming
    Replies: 1
    Last Post: 05-08-2005, 11:51 PM
  4. CD Recording error
    By Shadow in forum Tech Board
    Replies: 17
    Last Post: 10-29-2002, 05:39 PM
  5. Recording console window output to a text file?
    By HolySmiter in forum C++ Programming
    Replies: 3
    Last Post: 02-24-2002, 03:13 PM