Using Bass Importer - Hello-Meow/AudioImporter GitHub Wiki

An optional importer named BassImporter in included as a separate package. This importer uses BASS and BASS.NET, which support many formats and are a bit faster than NAudio. Both BASS and BASS.NET require separate licenses. The BassImporter component can be used in the same way as the other importers.

To use BassImporter, import the BassImporter Package located in AudioImporter's root folder.

After this, we need to aquire and add BASS and BASS.NET to the project.

Get bass.dll from http://www.un4seen.com/ and place the required libraries (based on the editor platform and the project's build target) in a Plugins folder. You can get a licence at https://www.un4seen.com/bass.html#license .

Get bass.net.dll from http://www.un4seen.com/ and place it somewhere your project's assets folder. Bass.Net comes with a number of versions. Unity needs the one from the "V2.0" folder. You can register Bass.Net on http://bass.radio42.com/bass_register.html.