Microphone
-
When can I access the microphone? I want to make a recording app
-
Pythonista has no built-in module for microphone access, though you can use the native microphone API using
objc_util
. One of @omz's earlyctypes
examples was a very simple sound recorder. In the current Pythonista you'd want to useobjc_util
rather than rawctypes
though.