audiotool is a simple and efficient tool for converting MP3 files into working in-game audio for FiveM. It automates the process of creating a FiveM-compatible audio resource, making it easier than ever to add custom sounds to your server.
If you like my work consider giving a ko-fi :) https://ko-fi.com/FjamZoo
- Automatically converts mp3s to .wav files
- Automatically converts it to ingame audio via the Codewalker DLL
- GUI that makes it easy to change different audio flags.
- Run the
.exe– Launch audiotool. - Click "Select Files" – Choose the MP3 files you want to convert.
- Add your audio files – Select multiple MP3 files to include in the resource.
- Click "Build Resource" – audiotool will automatically generate a drag-and-drop ready FiveM resource.
- Done! – You now have a fully functional FiveM script that you can place directly into your server's resource folder.
If you have any issues using the tool or wanting a feature please open an issue and I will get around to it.
Any pull requests are very welcome aswell!
- Joe Szymkowicz: https://github.com/JoeSzymkowiczFiveM/native-audio-tool/tree/main (I took some inspiration from this amazing tool)
- Chat Disabled: https://github.com/ChatDisabled/nativeAudio/tree/master (Did a lot of the audio research)
- EHBW: https://ehbw.tebex.io/ (Helped with intial implementation and reused a some of his code from prior repositories)
- CodeWalker: https://github.com/dexyfex/CodeWalker
- FFMpeg: https://github.com/FFmpeg/FFmpeg