View Single Post
Old Mar 10th, 2005, 1:51 PM   #7
Rory
Expert Programmer
 
Rory's Avatar
 
Join Date: Jan 2005
Location: London
Posts: 542
Rep Power: 4 Rory is on a distinguished road
Send a message via MSN to Rory
Well it doesn't look like it - sorry. Doing stuff directly with hardware usually involves lots of hardware specific API calls, which you'd be best to do in C, may not work and would still only run on people with that particular sound card. Unless there was an existing ActiveX wrapper for the card's functions it wouldn't be possible anyway.
If you want something that'll do that kind of thing, look at the audacity project. I think they provide some of there sound functions wrapped in an ActiveX component, if not you could probably google.
Hope this helps, and good luck
Rory is offline   Reply With Quote