Using android native apis inside godot app

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By nicks707
:warning: Old Version Published before Godot 3 was released.

Hi guys, I am sort of new to godot engine coming from unity 3d background. I wanted to ask is there any option by which we can use native android apis like device camera, microphone, speech api etc. ? any module or library to make it happen?
I was trying to implement google voice in my game, for example in unity there was an option in unity where I can just record the voice and send it to a 3rd party api, is there anything similar in godot. Please help.

:bust_in_silhouette: Reply From: jospic

For speech to text take a look here:

https://github.com/literaldumb/Godot-SpeechToText?utm_medium=referral&utm_source=zeef.com&utm_campaign=ZEEF

Bye.
-j