C Board  

Go Back   C Board > General Programming Boards > C++ Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 07-24-2008, 10:19 AM   #1
Registered User
 
Join Date: Jul 2008
Posts: 7
Capturing output of sound card

Hi all,

I am trying to write a program in C++ to record whatever being sent to output of my sound card. For that, I need some mean to capture the signal on output line of my sound card. Does anybody know how I can get that?

Any help would be greatly appreciate.

Thanks,
Peyman
peyman_k is offline   Reply With Quote
Old 07-24-2008, 10:55 AM   #2
Registered User
 
Join Date: Jul 2004
Posts: 222
What platform are you writing your program for?
stanlvw is offline   Reply With Quote
Old 07-24-2008, 10:57 AM   #3
Registered User
 
Join Date: Jul 2008
Posts: 7
windows vista
peyman_k is offline   Reply With Quote
Old 07-24-2008, 11:03 AM   #4
Registered User
 
Join Date: Jul 2004
Posts: 222
From an initial guess, you probably need sound driver development related tools in the Windows DDK.
stanlvw is offline   Reply With Quote
Old 07-24-2008, 01:46 PM   #5
Cat without Hat
 
CornedBee's Avatar
 
Join Date: Apr 2003
Posts: 8,439
Are you aware that bypassing copyright protections (which includes the DRM system of Vista) is illegal in many countries? Because that is what you are doing, right?

Anyway, Vista was explicitly designed to not let you do that. The solution to your problem is called "tape recorder".
__________________
All the buzzt!
CornedBee

"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
- Flon's Law
CornedBee is offline   Reply With Quote
Old 07-24-2008, 03:16 PM   #6
Super Moderator
 
Bubba's Avatar
 
Join Date: Aug 2001
Posts: 7,470
Vista, which claims to be multi-media savvy, will barely let you play audio and when it does it's quality is far inferior to XP. The sound acceleration layer has been completely removed from Vista. Bonehead move? For sure. But just one of many.
__________________
If you aim at everything you will hit something but you won't know what it is.
Bubba is offline   Reply With Quote
Reply

Tags
c++, capture, output, sound, sound card

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Rolodex(information manager) =>Check my Code jackfraust C++ Programming 3 04-26-2009 03:41 AM
Need to interact with sound card SubtleAphex C Programming 14 03-21-2009 10:28 AM
Sound Card problems Daesom Tech Board 2 11-30-2006 04:01 PM
How can I access a struct (from a header file)? loxslay C++ Programming 3 10-07-2006 01:25 PM
mixer to sound card problem, need help ASAP Waldo2k2 Tech Board 0 12-09-2002 05:02 PM


All times are GMT -6. The time now is 02:50 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22