Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Clean audio/music player. Uses ResourcePreloader to load audio files. Features* setup loop and loop offset with Godot's Import Tab * autoplay, activate a file and it will continue playing the next file* playlist, quickly create playlist by Ctrl/Shift selecting multiple files* Pause, Skip, Fast Forward, Volume and More controls with shortcuts.* Spectrum analyzerNote: it use more memory than a native audio player, since all audio is preloaded.
Setup
- add audio files to the project.
- optionally setup loops in Import
- drag audio files in ResourcePreload Node in audio_station scene
Features
- autoplay, activate a file and it will continue playing the next file
- playlist, quickly create playlist by Ctrl/Shift selecting multiple files
- Pause, Skip, Fast Forward, Volume and More controls with shortcuts.
- Spectrum analyzer
Clean audio/music player. Uses ResourcePreloader to load audio files.
Features
* setup loop and loop offset with Godot's Import Tab
* autoplay, activate a file and it will continue playing the next file
* playlist, quickly create playlist by Ctrl/Shift selecting multiple files
* Pause, Skip, Fast Forward, Volume and More controls with shortcuts.
* Spectrum analyzer
Note: it use more memory than a native audio player, since all audio is preloaded.
Reviews
Quick Information
Clean audio/music player. Uses ResourcePreloader to load audio files. Features* setup loop and loop offset with Godot's Import Tab * autoplay, activate a file and it will continue playing the next file* playlist, quickly create playlist by Ctrl/Shift selecting multiple files* Pause, Skip, Fast Forward, Volume and More controls with shortcuts.* Spectrum analyzerNote: it use more memory than a native audio player, since all audio is preloaded.