Values.RemixSettingsSourceRemix Settings
type nonrec t = {channelMappings : AudioChannelMapping.t list;Mapping of input channels to output channels, with appropriate gain adjustments.
*)channelsIn : int option;Number of input channels to be used.
*)channelsOut : int option;Number of output channels to be produced. Valid values: 1, 2, 4, 6, 8
*)}val make :
?channelsIn:??? ->
?channelsOut:??? ->
channelMappings:AudioChannelMapping.t list ->
unit ->
t