Latest versions of MelonLoader are known to have issues with some games. Use version 0.5.4 until the issue has been fixed!

AudioImportLib
A simple mod library that allows mod creators to import audio files as AudioClips.
Last updated | 9 months ago |
Total downloads | 71093 |
Total rating | 5 |
Categories | Code Mods |
Dependency string | TrevTV-AudioImportLib-1.2.0 |
Dependants | 37 other mods depend on this mod |
This mod requires the following mods to function

LavaGang-MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
Preferred version: 0.5.6README
Audio Import Lib
A library to allow code modders to import common audio file formats into AudioClips that are playable in-game.
API
There is only one method in the API.
AudioImportLib.API.LoadAudioClip(string absolutePathToFile, bool dontUnloadUnusedAsset = true);
The first parameter is the local path to the audio file.
The second parameter determines if the lib will automatically set the clip's hideflags to DontUnloadUnusedAsset to prevent Unity from collecting it.
What if I already have Bass.Net and bass.dll installed?
It shouldn't conflict.
Does this support r2modman?
It should.
Available versions
Please note that the install buttons only work if you have compatible client software installed, such as the Thunderstore Mod Manager. Otherwise use the zip download links instead.
Upload date | Version number | Downloads | Download link | |
---|---|---|---|---|
2022-12-27 | 1.2.0 | 46529 | Version 1.2.0 | Install |
2022-10-19 | 1.1.0 | 8884 | Version 1.1.0 | Install |
2021-12-7 | 1.0.0 | 15680 | Version 1.0.0 | Install |