Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 2.16 KB

README.md

File metadata and controls

49 lines (38 loc) · 2.16 KB

License Discord Unreal Engine


Logo

Runtime Audio Importer

Importing audio of various formats at runtime

Explore the docs »
Fab . Discord support chat

Features

  • Fast transcoding speed
  • Supported for major audio formats: MP3, WAV, FLAC, OGG Vorbis, OGG Opus and BINK
  • Supported for RAW formats: int8, uint8, int16, uint16, int32, uint32, float32
  • Same behavior as regular sound wave, including SoundCue, MetaSounds (starting from 5.3), etc
  • Automatic detection of audio format
  • Audio streaming functionality
  • Audio capturing from input devices (eg microphone), including within Pixel Streaming context
  • Voice Activity Detection (VAD)
  • Exporting a sound wave to a separate file
  • Pre-imported sound assets
  • No static libraries or external dependencies
  • Cross-platform compatibility (Windows, Mac, Linux, Android, iOS, etc)

Additional information

MP3, WAV, and FLAC audio transcoding operations are powered by dr_libs and minimp3.

OGG Opus audio decoding is powered by opusfile.

VAD (Voice Activity Detection) is powered by libfvad.

Like my work?

Consider supporting me. Hire me at [email protected].