MaAI API Documentation
GitHub Repository (MaAI-Kyoto/MaAI)
Welcome to the official API documentation for MaAI (Real-time and Continuous Non-Linguistic Behavior Generation Software).
This documentation provides detailed specifications for each module, class, and function included in the MaAI source code. You can browse the detailed API references for each module using the top navigation bar or the left menu.
Core Modules
maai.encoder: Modules related to encoding audio and text features.maai.model: Core modules for model building.maai.input: Modules for input data processing and management.maai.output: Modules for output data generation and management.maai.objective: Modules defining objective functions, including loss functions for optimization.maai.util: A collection of utility functions.maai.models: Specific model architecture definitions corresponding to various tasks and conditions (e.g., VAP).
Usage
Select the module you wish to learn more about from the navigation menu on the left. Each page is automatically generated from the Docstrings within the source code.