Module | async | Asynchronous looping interface. |
Module | async_main | Undocumented |
Module | image | Conversion between image files and numpy arrays. |
Module | io | Undocumented |
Module | opencv | Undocumented |
Module | sound | Conversion between audio files and numpy arrays. |
Module | term | Undocumented |
Module | video | Undocumented |
From the __init__.py module:
Class | Run | Asynchronous looping interface. |
Function | image2np | Load an image file into an array. |
Function | np2image | Save an image array to a file. |
Function | np2sound | Save audio data to a file. |
Function | np2video | Save video data to a file. |
Function | run | Asynchronous looping interface. |
Function | sound2np | Load audio data from a file. |
Function | video2np | Load video data from a file. |
Currently, audio is always saved as WAV data.