Record audio with multiple sound cards
Sunday, May 21st, 2006Our audio record object can support recording with multiple sound cards. You can do like this:
1. Create multiple audio record objects at initialization time like this. (Take VB.Net as example)
Public Class Form1
Inherits System.Windows.Forms.Form
Private rec As AudioCtl.CAudioRecord
Private rec1 As AudioCtl.CAudioRecord
#Region ” Windows Form Designer generated code ”
Public Sub New()
MyBase.New()
‘This call [...]