vli-syngular
vli-syngular
Is it for solving the marker jitter issue?
Then is there any example demonstrating how to stream pv and extended audio at the same time?
It works well! Thank you so much for adding this example.
Did you ever try using StreamingCaptureMode.AudioAndVideo to achieve that? Though I suppose your current solution is better in terms of performance.
Thanks for sharing those findings
Any idea how to eliminate the echo? I've tried changing MediaCategory::Meida to MediaCategory::Communications in c++ project, which will use sample rate 16000 instead of 48000, but then the microphone capture...
Thanks for the explanation.