audioio
--- Support for audio input and outputΒΆ
The audioio
module contains classes to provide access to audio IO.
Libraries
All classes change hardware state and should be deinitialized when they
are no longer needed if the program continues after use. To do so, either
call deinit()
or use a context manager. See
Lifetime and ContextManagers for more info.