jbap
Mar 12, 2016 - 20:24
When can I access the microphone? I want to make a recording app
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 early ctypes examples was a very simple sound recorder. In the current Pythonista you'd want to use objc_util rather than raw ctypes though.