Edit of asset "WAV File Reader" Accepted
Old/Current | New/Edit | |
---|---|---|
Title | WAV File Reader | WAV File Reader |
Description |
A simple reader for .wav files that allows you to load most .wav files from the user's file system. It includes simple error handling features for both file system errors as well as WAV parse errors. This plugin uses a simple parser to know where the audio data starts, instead of naively assuming that this data will be found at byte 44 (which is not guaranteed). Features: * Load most .wav files into godot from outside the res:// directory * Simple error handling for those who want their .wav file loading to never fail * The ability to obtain the file's abstract syntax tree Known problems: * If your data is in PCM8 unsigned format, the audio will not load properly as this parser currently does not convert it into signed data. * I have no idea how compressed WAV files work, so I am not certain that they are properly implemented |
A simple reader for .wav files that allows you to load most .wav files from the user's file system. It includes simple error handling features for both file system errors as well as WAV parse errors. This plugin uses a simple parser to know where the audio data starts, instead of naively assuming that this data will be found at byte 44 (which is not guaranteed). Features: * Load most .wav files into godot from outside the res:// directory * Simple error handling for those who want their .wav file loading to never fail * The ability to obtain the file's abstract syntax tree Known problems: * If your data is in PCM8 unsigned format, the audio will not load properly as this parser currently does not convert it into signed data. * I have no idea how compressed WAV files work, so I am not certain that they are properly implemented |
Category | Tools | Tools |
License | MIT | MIT |
Repository Provider | GitHub | GitHub |
Repository Url | https://github.com/Lilith-In-Starlight/godot-wav-file-reader | https://github.com/Lilith-In-Starlight/godot-wav-file-reader |
Issues Url | https://github.com/Lilith-In-Starlight/godot-wav-file-reader/issues | https://github.com/Lilith-In-Starlight/godot-wav-file-reader/issues |
Godot version | Godot 3.5 | Godot 3.5 |
Version String | 1.0.0 | 1.0.0 |
Download Commit | 88934d6933e436927bac23a31ab7ac2ee4b5f539 | 88934d6933e436927bac23a31ab7ac2ee4b5f539 |
Download Url (Computed) | https://github.com/Lilith-In-Starlight/godot-wav-file-reader/archive/88934d6933e436927bac23a31ab7ac2ee4b5f539.zip | https://github.com/Lilith-In-Starlight/godot-wav-file-reader/archive/88934d6933e436927bac23a31ab7ac2ee4b5f539.zip |
Icon Url |
https://raw.githubusercontent.com/Lilith-In-Starlight/godot-wav-file-reader/main/icon.png
![]() |
https://raw.githubusercontent.com/Lilith-In-Starlight/godot-wav-file-reader/main/icon.png
![]() |