Gator Audio Studio
Gator Audio Studio is a Godot-native audio workstation designed specifically for game development. It provides audio editing and procedural sound generation directly inside the Godot editor, reducing the need to switch between Godot and external audio applications.
Audio Editor
- Multitrack audio editing
- Waveform display and timeline editing
- Cut, copy, paste, split, trim, delete and clip movement
- Track gain and panning controls
- Zoom and selection tools
- Multiple audio effects and effect racks
- Audio analysis and spectrum tools
- Project saving and loading with .gasproj
- Autosave and crash recovery
- Missing-source detection and source relinking
- WAV export and mixdown
- Export selections and individual audio
- Assign exported audio directly to selected AudioStreamPlayer nodes
Procedural Sound Generator
Generate game-ready sound effects without requiring source recordings.
Includes categories for UI sounds, weapons, impacts, explosions, movement, environment sounds, magic, player actions and more.
Generator features include:
- Seeded procedural generation
- Multiple waveform types
- ADSR envelopes
- Pitch and frequency controls
- Noise generation
- Filters and modulation
- Layered sound generation
- Sound variations
- Mutation controls
- Keep and favorite generated variants
- Direct transfer of generated sounds to the audio editor
Retro Sound Generation
Generate sounds inspired by classic game hardware and retro synthesis systems, with system-specific synthesis characteristics rather than simply filtering a modern sound.
Effects
Gator Audio Studio includes built-in audio processing and supports effect stacks for modifying game audio.
It also includes an extension system that allows additional generators and editor effects to be installed using GDScript.
Godot Integration
Gator Audio Studio runs as a main-screen Godot editor plugin and works directly with files inside your project.
Create a sound, edit it, process it and export it back into res:// without leaving Godot.
Extensible by Design
Beyond the built-in editor and generator tools, Gator Audio Studio supports an extension system so users can create and install their own custom effects, generators, and audio workflow tools.
Changelog for version 1.0.0
No changelog provided for this version.