krojew / RuntimeAudioImporter

Runtime Audio Importer plugin for Unreal Engine. Importing audio of various formats at runtime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

Runtime Audio Importer

Importing audio of various formats at runtime

Explore the docs »

Marketplace . Releases . Support Chat

Features

  • Fast transcoding speed (≈ 200-900 ms)
  • Supported for major audio formats: MP3, WAV, FLAC and OGG Vorbis
  • Supported for RAW formats: Signed 16-bit, Signed 32-bit, Unsigned 8-bit, 32-bit float
  • Automatic detection of audio format
  • Audio streaming functionality
  • Exporting a sound wave to a separate file
  • Pre-imported sound assets
  • No any static libraries and external dependencies
  • Support for all available devices (Android, iOS, Windows, Mac, Linux, etc)

Additional information

The in-memory audio transcoding operation is done on dr_libs and stb_vorbis.

Legal info

Unreal® is a trademark or registered trademark of Epic Games, Inc. in the United States of America and elsewhere.

Unreal® Engine, Copyright 1998 – 2022, Epic Games, Inc. All rights reserved.

About

Runtime Audio Importer plugin for Unreal Engine. Importing audio of various formats at runtime.

License:MIT License


Languages

Language:C++ 97.9%Language:C# 1.1%Language:C 0.9%