Is there a microphone input API?

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

Is there a microphone input API in Godot engine? Or is it planning to be added? Thanks

:bust_in_silhouette: Reply From: vnen

No, there’s no API for audio input and AFAIK there’s no plans for it, since it was never asked in the official tracker.

It’s not something very hard, but it does need a bit of knowledge of cross-platform audio APIs to come up with a solution.

I would advise you to open a feature request on GitHub. Maybe someone in the community want to do that and can help you.

If anyone opens a feature request,
here’s a potential contender :

http://libsound.io/

  • MIT licensed
  • audio input and output
  • open source on GitHub
  • C
  • small + lightweight
  • cross platform
        Linux 3.7+
        MacOS 10.10+
        Windows 7+

Grass H0PEr | 2017-10-21 21:55