user497849
user497849

Reputation:

How to record mic and speakers in one buffer and/or sound file

The idea is that one would have a conference using a headset and I have to record conversation entirely(what BOTH sides are saying) at a reasonable quality, the restrictions for components/units are:

I was thinking about using Direct X but I haven't found a example.

Note: that recording desktop + sound(mic and speakers) would be even better.

If you have any questions, please do not hesitate to ask.

Thank you all for your time.

Upvotes: 3

Views: 2823

Answers (2)

SteveJG
SteveJG

Reputation: 256

You might try the audio library at: http://www.un4seen.com/

The "BASS" DLLs work fine with Windows Xp. They are free for non-commercial use though not open source but mentioned as it still might fulfill your requirements. There are issues that preclude its use for recording functions on some PCs where the recording function is disabled. You have to establish whether the dlls work with Delphi 2010. It works very well with Delphi 2007.

Upvotes: 1

Jeroen Wiert Pluimers
Jeroen Wiert Pluimers

Reputation: 24513

You can record the "Stereo Mix" just like a Microphone, so any Delphi recording answer will suffice.

Edit: This thread on the Microsoft forums talks about a virtual audio driver that might do the trick on Windows XP.

--jeroen

Upvotes: 2

Related Questions