Hello! Does the extension show it loaded the audio file?
If you see the text “No file selected.” it could be that could operating system is messing with AAE. Try running the tool with administrative privileges, this could fix this issue.
DDMPlayer
Creator of
Recent community posts
Hello! Thanks a ton for posting this! I still can’t believe the extension dies the moment you recommend it (pretty funny, but BIG oops on my part, sorry), but I’ve done some testing and I think I’ve found the culprit.
I tried exporting a test audio with Davinci Resolve and this resulting file crashed AAE. I’m not too sure how or why this happens, since audio loading is handled by Godot (the engine/code framework that AAE is built with), but I did find a workaround.
Reencoding the audio, that is, converting it to a different format (wav for keeping the quality) and back to mp3 fixed the issue for me. I used a local tool I have, but I imagine any online tool should work just fine too.
I’ll look more into it, and I’m glad you also suggested some quality-of-life features like saving the path to the folder. Thanks again for providing such detailed info on your issue!
Oh! Sorry to hear that! I’m not quite sure what may be causing these issues, as audio is loaded by Godot, and not any code I wrote, but what I can recommend is either converting your audios to different extensions (as they may work nicer with Godot) or checking hardware compatibility (although I’m not too sure about that one).
As for your ideas regarding contact, that sounds pretty interesting! I’ll see if I can add any contact info here or in my profile page.
Hello! There’s a comment in this page that shows the exact steps to get the path. If these steps don’t work, try running AAE with administrative privileges. If it STILL doesn’t work, please get in contact again.
Hey there! Unfortunately, this tool relies on some serious Windows wizardry with program IO to work. Reading input/output from other programs is functionality that could be ported to Mac, but as I don’t have any Mac systems at my disposal, I can’t test it out. I suggest looking into programs that let you run Windows applications in Mac (like how Vine works for Linux). Sorry for the inconvenience!
It works on my Windows 11 machine, so I don’t think OS is the issue at hand. This is likely an issue with Godot 4, as I’ve received complaints along the same lines on other Godot projects. I recommend checking your drivers and looking for system updates, those can sometimes fix these errors.
The command line output from running AAE via CMD (especially with the –verbose argument) could indicate what the source of the issue is, however. If you don’t mind sharing these details, it could help troubleshoot the issue.
Are you sure the Aseprite path was set up correctly?
It should work on versions that include script support.
The process listed in this page indicates how to do it.
Frame duration is an important element at play for this extension to work. If you mean that the audio is stuttering when the duration of all frames isn’t 100, thanks for reporting this! I’m currently working on fixing stuttering related issues.
Do make sure that all frames have the same duration though, as the extension only looks at the current frame’s duration to calculate when to seek the audio to.
Provided you got Aseprite from Steam, you should be able to open up the folder by right clicking Aseprite in your library and going under Manage > Browse local files.

Once you’re in the folder, you can click the empty area next to the address bar and copy that, then add “Aseprite.exe” to the end of the path.


The final result (ending in Aseprite.exe) should be inserted in AAE.
Yup.
I had the idea a few months ago, but due to me working on another project, I kept postponing working on this extension. I did eventually add this on v2.0 though. Thanks for the suggestion!
Yeah. v1.x had a recurring issue of simply not working on multiple devices. I doubt this was related to the Aseprite version, instead I think it’s related to how it used memory peeking on other applications (which is considered unsafe and might’ve been blocked by the OS or anti-virus – with very good reason I might add).
Aseprite Audio Extension has only consistently worked on my machine (running on Intel). v2.0 should fix any issues since it changes the way that the values are accessed (it now uses a Lua script).
Hi there! Thanks for the idea! I’ve been trying to make the extension more user-friendly and I’m pretty confident that v2.0 solves this! I’m not exactly sure if displaying a preview of the audio is possible exactly according to the reference, but other ways of displaying it might be possible. Might look into this in the future, thanks! :)

