I’m trying to record a Confbridge, but I want people voices to be in different files.
I tried using MixMonitor but both people are in the same file.
I tried to use r option but it is still the same problem
same => n(start),Set(MIXMONITOR_FILENAME=${STRFTIME(,Europe/Paris,%Y%m%d%H%M%S)}-${ROOMCODE})
same => n,MixMonitor(${MIXMONITOR_FILENAME}-in.wav, b, r)
You could try using separate MixMonitor commands for each participant to create individual recordings. Alternatively, consider using the Monitor application with unique filenames for each channel. That way, each participant’s audio can be captured in separate files. Would that work for your setup?