User manual
Automation Protocol Audio Commands
Miranda Technologies Ltd Page 167
void SetInputMute(int ChannelPairGroup,
int Channel, int Mute);
{
remote_send("j101%01x%01x%01x",
ChannelPairGroup, Channel, Mute);
}
Output Embed j1 2
The outgoing audio can be embedded to one of the four audio groups in the
output video. The group number can be selected with the following string.
CMD Output Function Param_1
j1 %01x
0
%01x
Embed
%01x
Group
j1 0 = PROGRAM 2 0, 2, 4 or 6
The group in which the audio is embedded is reflected by the value of
Param_2.
Physical Audio
Source
Param_1 Value
Group 1 0
Group 2 2
Group 3 4
Group 4 6
void SetOutputEmbed(int Group);
{
remote_send("j102%01x", (Group –1) * 2);
}
Voice-Overs j2
The Easysound enables the user to insert voice-overs into their normal audio
program, a variety of configurations are available.