Karaoke Mixer ActiveX Control

MixerEnable

 

Enable/Disable the mixer feature (Voice-Over). After enabled the mixer, It will mixing the music file and the audio from selected audio input pin to wav or mp3 file. It mean you can mix the music file and the microphone or PC speaker. It does not support output wma file when mixerenable = true.

Public Function MixerEnable(
     ByVal bValue As Bool
    )

 

Parameter
bValue
true - enable the mixer.
false - disable the mixer.

No Return Value

Example

   

Visual Basic Syntax
KaraokeMixer1 .MixerLoadBgAudio "c:\music.mp3"
KaraokeMixer1 .MixerEnable true
KaraokeMixer1 .OutputType =2
KaraokeMixer1 .AudioDevice=0
KaraokeMixer1 .AudioInputPin = 0
KaraokeMixer1 .AudioFileName = "c:\test.mp3"
KaraokeMixer1 .Start