Page 1 of 1

Play microphone input audio using libvlc C++ API

Posted: 04 May 2016 17:53
by noamz
Hello,

After unsuccessfully searching for information about this issue for a few weeks (in this forum and in other places), I decided to try my luck by asking a question myself here...

How can I play microphone audio using libvlc C++ API (with default speakers)?
I am pretty sure it should be possible because I can do it when using the VLC application.

Thanks,
Noam.

Re: Play microphone input audio using libvlc C++ API

Posted: 04 May 2016 18:06
by Rémi Denis-Courmont
That depends on the OS. There are currently no standard ways to achieve this.

Re: Play microphone input audio using libvlc C++ API

Posted: 05 May 2016 13:42
by noamz
Hello Remi,

Thank you for your quick reply.

I am currently using Windows 10, and plan to switch to Linux in the near future.
Is there a way to play microphone audio in any of those OS?
What do you mean by "there is no standard way to achieve that"? Is there a non-standard way to achieve that using libvlc C++ API?

Noam.

Re: Play microphone input audio using libvlc C++ API

Posted: 05 May 2016 16:23
by Rémi Denis-Courmont
I mean if/how it works with LibVLC is OS-dependent.

Re: Play microphone input audio using libvlc C++ API

Posted: 05 May 2016 17:07
by noamz
OS dependent - Understood.

So lets focus on Windows 10 for now.
I am able to play microphone audio on Windows 10 with VLC application.
Therefore, I suppose it should be possible to do the same using libvlc C++ API on Windows 10. Am I correct?
If yes, how?