Appearance
API Reference
The plugin is currently focused as an Editor window tool, meaning most functionality relies on Unity's UI and editor-side scripts.
Runtime APIs to generate audio directly from game scripts are Planned.
Editor Windows
VoiceoverQuickGen: The Quick Generator Window.- Use the quick generator window to generate voice clips and assign them directly to serialized audio fields or save them to your project assets.
Audio Architecture
- Multi-Provider Bridge: The system relies on a common interface to manage different APIs asynchronously.
- Audio Playback: Uses
UnityEditor.AudioUtilinternally to preview audio directly without requiring a GameObject.
(Full script reference will be added in upcoming builds)