Tags: audio
Maaack's Game Template
Maaack's Game Template is a comprehensive Godot 4 template providing a ready-made main menu, options, pause menu, credits, scene loader, and example game scene. It supports both new and existing projects, offering a scalable foundation for game development.
Godot-GameTemplate
Godot Game Template is a starting point and reference project designed for creating games with the Godot Engine, particularly suited for top-down shooter games. It offers a recommended project structure and includes a library of general-purpose scripts.
Event Audio
Event Audio is a Godot plugin for simple, event-based audio triggering in 2D and 3D games. It allows associating audio resources with event triggers, playing them with a single line of code, and managing audio banks at runtime.
PortAudio
This Godot module provides wrapper methods for the PortAudio library, enabling low-latency audio processing and direct control over audio input and output within Godot Engine. It offers flexibility in choosing audio drivers and managing audio buffers, making it suitable for audio tools and rhythm games.
FMOD GDNative
FMOD GDNative is a Godot 4 GDExtension that integrates the FMOD Studio API, providing a seamless audio engine solution for Godot Engine. It offers dedicated Godot nodes for event emission and listening, facilitating advanced 3D audio implementation.
Open Adaptive Music Library
The oamlGodotModule is a Godot Engine module for the Open Adaptive Music Library (oaml). It allows developers to integrate adaptive music into their Godot projects.
Wwise
This repository provides an integration of Audiokinetic's Wwise audio middleware into Godot Engine 4.3. It supports Wwise version 2024.1 and offers a GDExtension-based Wwise wrapper library for multiple platforms.
Crystal Bit Godot Game Template
Crystal Bit Godot Game Template is a starter project providing a solid base for building Godot games. It handles common tasks like scene transitions, game pausing, and includes continuous integration support.
Dialogic
Dialogic is a Godot Engine plugin designed to simplify the creation of dialogs, visual novels, and RPGs by managing characters and conversations. Version 2 requires Godot 4.2.2 or later, while version 1 supports Godot 3.x.
Godot Mixing Desk
Godot Mixing Desk is a modular plugin for the Godot Engine, designed to simplify procedural audio and adaptive music implementation. It provides tools for creating interactive music and soundscapes with minimal coding, using a node-based system for managing audio components.
Dialogue Manager
Dialogue Manager is a Godot 4.4+ addon for creating branching dialogues. It offers a script-like editor and runtime for easy integration into your game.
FMOD GD4
FMOD GD4 provides an integration of the FMOD Studio API for Godot 4.4, enabling advanced audio functionalities within Godot projects. This plugin supports event playback, bank management, and editor integration for streamlined audio development.
Fast Fourier Transform (FFT)
This Godot Engine plugin provides a Fast Fourier Transform (FFT) implementation in GDScript. It allows for forward and reverse transformations between data-space and Fourier-space, as well as utility functions for complex number manipulation.
FMOD Integration
This is a Godot C++ module that integrates the FMOD Studio API, providing GDScript bindings for advanced audio features. While the original author no longer maintains it, the MIT-licensed code can be used and extended, with a GDNative fork by utopia-rise available.
Kehom's Godot Addon Pack
Kehom's Godot Addon Pack is a collection of GDScript addons for Godot 3.2+, including tools for debugging, networking, UI, data management, and more, accompanied by a demo project.
Takin Godot Template
Takin Godot Template is a Godot 4.4 template for game projects, fusing curated plugins, essential features, and best practices. It provides a solid foundation to kick-start new projects with GDScript.
Clipboard Narrator
Clipboard Narrator is a desktop application that turns web pages into audiobooks by reading text copied to the clipboard. It offers interrupt, queue, and manual modes for controlling the narration, providing a hands-free reading experience.
Speech to Text
This Godot module captures user microphone input and converts it to text. It supports multiple platforms and integrates the Sphinxbase and Pocketsphinx libraries for speech recognition.