Home - Hello-Meow/AudioImporter GitHub Wiki

AudioImporter runtime audio importer for Unity

Asset Store | Documentation

AudioImporter enables you to import audio files at runtime in Unity. The importer loads audio files into an AudioClip.

The package includes a simple file browser that can be used to select a file.

An optional importer using BASS dll and BASS net is included as a separate package. This importer needs additional licenses and steps to use. See Using Bass Importer for more information.

Features

  • Asynchronous importing
  • File browser
  • Supports Windows, Android and iOS

Acknowledgments