You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
Georgy Treshchev edited this page Aug 24, 2024
·
9 revisions
Audio Analysis Tools is an open-source plugin for Unreal Engine. Provides a variety of functions for analyzing audio data. Works in conjunction with the Runtime Audio Importer plugin.
How to install
When using the GitHub version, you must first install the Runtime Audio Importer as the plugin depends on it.
Warning! You don't need to download the Runtime Audio Importer separately if you installed the Audio Analysis Tools via Marketplace (because it's already built in).
Basic internal description
The plugin analyzes all data at runtime by feeding an audio frame to the analyzer while the sound is playing. The analysis uses data calculated by Fast Fourier Transform.
Example of detecting a beat as a sound wave is played