Thanks Ian.
i use :
gParametres\Channel_ligne = BASS_RecordStart(44100, 2, #Null , #Null, 0)
gParametres\Encoder_enregistrement_entree = BASS_Encode_Ogg_StartFile(gParametres\Channel_ligne, @options, #BASS_UNICODE | #BASS_ENCODE_QUEUE, @NomFichier); // setup the encoder
BASS_Mixer_StreamAddChannel(gParametres\Mixer, gParametres\Channel_ligne, #BASS_MIXER_NORAMPIN | #BASS_STREAM_AUTOFREE )
if i use
gParametres\Channel_ligne = BASS_RecordStart(44100, 0, #Null , #Null, 0) and plug the microphone inside XLR inpout1 i have correct stereo output on the mixer. But now if i plug a microphone only inside Input2 i have nothing on the mixer...
i want always stereo output on the mixer. Not yet tested with your advice.
BASS_ChannelSetAttribute(gParametres\Mixer, #BASS_ATTRIB_PAN, 0) ?