Skip to main content

Export audio

After importing a sound wave, you may want to export it to memory or a file. The plugin provides functionality to export audio in various formats, with options to override the sample rate (resampling) and the number of channels (mixing).

Supported audio formats

The plugin supports exporting to the following audio formats:

  • WAV - Waveform Audio File Format
  • OGG VORBIS - Ogg container with Vorbis audio
  • OGG OPUS - Ogg container with Opus audio
  • BINK - Bink Audio (Windows x64, Mac, and Linux in UE >= 5.0 only)
  • RAW (PCM) - Uncompressed Pulse-Code Modulation audio data (Int8, UInt8, Int16, UInt16, Int32, UInt32, Float32)

Examples

Export Sound Wave nodes