beeware / toga

A Python native, OS native GUI toolkit.
https://toga.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
4.26k stars 661 forks source link

how to use micphone for mobile phone #1775

Closed lj267lj267 closed 1 year ago

lj267lj267 commented 1 year ago

What is the problem or limitation you are having?

have no APIs for micphone of mobile phone

Describe the solution you'd like

record sound on mobile phone

Describe alternatives you've considered

have no

Additional context

No response

freakboy3742 commented 1 year ago

Toga doesn't currently have APIs for native device hardware.

You can access native APIs using the bridging layer (Rubicon on macOS/iOS, Chaquopy on Android, Python.net on Windows, PyGObject on Linux).