C++ programming(access to sound card)

  • Context: C/C++ 
  • Thread starter Thread starter markoX
  • Start date Start date
  • Tags Tags
    C++ Sound
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 30K views
markoX
Messages
28
Reaction score
0
hello,How can I access to sound card in lcc? I mean getting data and so on.could you give a simple example? thanks
 
Physics news on Phys.org
If you have never done that before programming sound card at the IO level will be hard. I would look for sound libraries or OS API. A lot depends on what you plan to do.

What operating system do you use?
 
Thanks, My OS is windows xp 32bit. actually I need a prepared C library which can be used in lcc-win32. My project is quite simple; It should receive in each instant the intensity of an external sound from mic, doing some quick processess, and after that send an calculated intensity to speaker immediately.
 
Last edited:
Hi

I am doing the same job as yours. Could you please guide me how to read sound card online in windows xp. my aim is to process the data afterwards.

Many thanks
Mohammad