Listen to left and right channels separately at line in inputs.

Started by adilsonp, May 09, 2017, 03:42:21 PM

Previous topic - Next topic

adilsonp

Hello,

I'm using the StartSplitFromDirectSoundDevice method to write the Left and Right channels to separate files, but I'd like to hear at runtime what each channel is playing. It is possible?

Thank you for your attention.

Adilson Pedro

Administrator

Hello,

unfortunately there is no direct way to perform this specific task.

A possibility, that would require some coding on your side, would be attaching a custom DSP to the recording session and, inside the DSP callback function, extract PCM data of the 2 channels and use the PCM data of each single channel to feed 2 mono audio queues created by 2 players of the Active DJ Studio control through the StreamQueueCreate method: the method to feed each queue would be StreamQueuePushData of the same Active DJ Studio control.

Hope this helps

Kind regards

Severino Delaurenti
MultiMedia Soft


adilsonp

Thank you!

I'll do it as directed.

Anyway I would suggest implementing it in a future release, if possible of course.

Best Regards,

Adilson

Administrator

Hello,

thanks for your feedback: it could be an interesting feature, it's already in our wish list :-)

Kind Regards

Severino Delaurenti
MultiMedia Soft