Sound Quality is worse after import

UE - Audio - Feb 17, 2020

After importing a sound file, it's sonic characteristics are changed and the sound is not the same as the original. This leads to inconsistency. The sound is the same with Compression set 100. Two ...

OnAudioFinished doesn't execute when "Persist Across Level Transition" is enabled on "Create Sound 2D"

UE - Audio - Jan 15, 2020

Custom Events with binding to "OnAudioFinished" do not work if "Persist across level transition" is set to true when using the "Create Sound 2D" node. This was reported and tested in 4.23.1 (CL-96 ...

Assertion failed: InputOboeStream != nullptr when changing levels with Android voice enabled

UE - Audio - Jan 7, 2020

Assertion failed: InputOboeStream != nullptr when changing levels with Android voice enabled User was able to workaround the issue by replacing Audio::FAudioCaptureAndroidStream::CloseStream() wi ...

Creating a new C++ Synth Component results in a failed compile linker error.

UE - Audio - Dec 19, 2019

Upon creating a new Synth Component C++ Class in Unreal 4.24, the compiler will fail to compile with a Linker error. ...

TimeSynth when reactivated doesn't continue playback from where it was deactivated

UE - Audio - Dec 9, 2019

This issue only occurs with -audiomixer passed into the Engine (4.23) and in 4.24/4.25 where it is enabled by default. The user tried deactivating and reactivating Time Synth component to pause it ...

AudioMixer has private include in public header

UE - Audio - Dec 4, 2019

It is possible to receive a compilation error when including a public header (AudioMixerDevice.h) because it includes a private header (AudioMixerSourceManager.h)  Tested In :  4.22.3 CL#7053642  ...

SynthComponent does not execute OnStop() after calling Stop()

UE - Audio - Nov 26, 2019

SynthComponent does not execute OnStop() after calling Stop(). OnStop() will be called in PumpPendingMessages() via OnGeneratePCMAudio(). But after stopping the AudioComponent, the procedural Sound ...

Editing values in ReverbMasterSubmixEffect causes crash

UE - Audio - Nov 7, 2019

Adding and removing Submixes at runtime, then editing the preset causes the editor to crash. Tested in 4.22.3 (CL - 7053647), 4.23.1 (CL - 9631420), 4.24 (CL - 1050688), 4.25 (CL - 10069288) ...

Applying Reverb does not work in Audio Volume

UE - Audio - Oct 29, 2019

In current and future versions of the engine, the reverb does not work as intended in the Audio Volume Tested in 4.22.3 (CL - 7043647), 4.23.1 (CL - 9631420), 4.24 (CL - 9846303), 4.25 (CL - 98464 ...

GetCookedEnvelopeData Blueprint node does not work

UE - Audio - Oct 17, 2019

The GetCookedEnvelopeData Blueprint node does not output cooked audio envelope data when a Soundwave with enabled Amplitude Envelope Analysis is being played. Tested in 4.21 (CL - 4753647), 4.22.3 ...