Using Microphone

Is there anyway to use php/scripts that wish to use the users microphone?

Since there is no way to ask user for permission, I am stuck.

Know that Google shut down the Chrome Speech API for use in shell environments but got my fingers crossed…

Thanks!

Well, microphone support through WebRTC will be better handled in ExeOutput 2019.1 (should be available in a few days).
Here is a demo we tested:


We’ll integrate it into the general demo that ships with ExeOutput. It lets you record audio with your microphone (default one) and save the recording as a WEBM file (audio format).

1 Like

Thank you very much!

Not sure if possible, but having ability to place spoken words into a text area would be very useful. For instance, we are working on a software for a dyslexic program which users speak words instead of writing them.

Love to be able to use exeout for the final product:)

How is the new update coming? Will we get it soon:)

Yes, we should got some new updated CEF files, so it took more time to use them and make usual testing.

1 Like

Is new version going to happen anytime soon? Just need to know so can make other arrangements on a project.

We are fixing some problems on very large screens with very high DPI. That’s why we got some delay. Hopefully, it will be released on the next week.

Released with a demo about recording audio with microphone and WebRTC.

Very cool, thank you!

I see this in general demo:

“In addition, Chromium requires the page on which you record sound or video to be served with HTTPS (normally; this is the case unless you have configured ExeOutput to serve pages in simple HTTP).”

Confused what you mean “unless you have configured ExeOutput to serve pages in simple HTTP”?

Could you exaplin this so an old mind can grasp and use. Maybe example?

Basically, this option is required for WebRTC:

Ok, thanks. This is great feature, I just need to learn more about it…

1 Like