audioanalyzerstore

AudioAnalyzer – Changelog

3.102023-12-15
AddedUpdated thirdparty player/decoders
FixedFixed AudioAnalyzerSoundWave destructor
RemovedRemoved missing OVR share library Trace on plugin initialization
3.082023-06-10
AddedAdded UE4 support from UE5 code versions
FixedDefault Timewindow for Pitch Tracking increased from 0.02 to 0.08, fix problem with Microphone input and lower frequencies
RemovedRemoved GetDuration node from AudioAnalyzerSoundWave class, replaced by GetTotalDuration
Fixed Fixed issue calling Play after Pause with AudioAnalyzerSoundWave
Fixed Fixed incorrect lock that can starve the audio mixer in AudioAnalyzerSoundWave
3.072023-06-03
UpdatedUpdated thirdparty player/decoders
3.062023-05-18
UpdatedAdded Unreal Engine 5.2 support
3.052022-11-11
UpdatedUpdated miniaudio library to 0.11.10
ChangedRenamed some enums to avoid conflict with other plugins
  • ESpectrumType : EAA_SpectrumType
  • EChannelSelectionMode : EAA_ChannelSelectionMode
  • EAudioFormat : EAA_AudioFormat
  • EAudioDepth: EAA_AudioDepth
Important: More info about how to update the enum names to avoid unconnected pins or unconnected enum value change in nodes
3.042022-04-07
UpdatedAdded Unreal Engine 5 support
3.032022-01-27
FixedNativization workaround. Private headers now are exposed
3.022021-12-20
FixedFixed main thread lock with some input initialization errors
3.012021-09-27
AddedAsynchronous player initialization node. No more game blocking during audio decoding. More details on their documentation page
async_init_player_audio
AddedAsynchronous extractor initialization node. More details on their documentation page
async_init_extractor_audio
AddedAsynchronous Construct SoundWave node. No more game blocking during audio decoding. More details on their documentation page
async_init_soundwave_audio
AddedNode to know when an asynchronous initialization is running. More details on their documentation page
async_is_running
AddedGuide to pass from Synchronous to Asynchronous initialization
UpdatedDocumentation updated to 3.01
3.002021-09-17
FixedDeadlock when a Stop node is used in a callback event
ChangedRemoved SDL2 library
ChangedRemoved Mpg123 library
ChangedRemoved FLAC library
ChangedRemoved LibVorbis library
AddedAdded Miniaudio library
AddedAdded drlibs libraries
AddedAdded stb_vorbis library
ChangedInit Player Audio Ex node
Player Buffer Size has been replaced by 3 new parameters. More details on their documentation page
new_init_player_audio_ex
ChangedInit Capturer Audio Ex node
Player Buffer Size has been replaced by 3 new parameters. More details on their documentation page.
Capturer Buffer Seconds has been renamed to Audio Buffer Seconds.
– Added a new parameter Init Playback Device to exclude the playback device initialization
new_init:capturer_audio_ex
ChangedStart Capture node
– Added new parameter Captured Data Broadcast. Now we can obtain the raw PCM audio buffer from the capture device. The array can be obtained using the new OnCapturedData event. More details on their documentation page.
new_start_capture
ChangedInit Loopback Audio Ex node
Capturer Buffer Seconds has been renamed to Audio Buffer Seconds.
– Added 3 new parameters to adjust the audio buffer size. More details on their documentation page.
– Added new parameters to configure the audio format of the device
new_init_loopback_audio_ex
ChangedStart Loopback node
– Added new parameter Captured Data Broadcast. Now we can obtain the raw PCM audio buffer from the capture device. The array can be obtained using the new OnLoopbackCapturedData event. More details on their documentation page.
new_start_loopback
ChangedInit OVR Audio node
Playback Buffer Size has been replaced by 3 new parameters. More details on their documentation page.
Capturer Buffer Seconds has been renamed to Audio Buffer Seconds.
– Added a new parameter Init Playback Device to exclude the playback device initialization
new_init_ovr_audio
ChangedInit Stream Audio node
– Added Audio Buffer Seconds parameter to reserve the buffer space needed for incoming data
Playback Buffer Size has been replaced by 3 new parameters. More details on their documentation page.
Capturer Buffer Seconds has been renamed to Audio Buffer Seconds.
– Renamed Enable Playback to Init Playback Device
new_init_stream_audio
AddedAdded Open Stream Capture node. Before start feeding the analyzer Input with audio data the listener must be enabled using this node. More details on their documentation page.
new_open_stream
UpdatedDocumentation updated to 3.00
2.09b2021-08-06
FixedMissing include on OVR platform
2.092021-08-01
AddedAdded Taglib library to extract audio metadata info, now metadata from .ogg an .flac files can be obtained.
ChangedMoved Taglib to independent module, removed not used classes.
AddedAdded SetEnableMetadataLoad node to disable metadata processing during audio decoding
set_enable_metadata
ChangedRemoved Get Project Folder. Native node Get Project Content Directory can be used to replace this node, in C++ project FPaths::ProjectContentDir().
kismet_getcontentfolder
AddedAdded more nodes to interact with folders Create Directory Tree, Delete Folder, Folder Exists, Delete Folder Files by Extension and Delete Folder Files by Filename
create_dir_nodes
delete_folder_nodes
android_folder_node
AddedAdded GetAudioTotalDuration node to retrieve the duration of the audio loaded using the Extractor class input.
ChangedRemoved ChannelMode parameter from GetAmplitudeSectionByChannelnode.
FixedFixed IsPausedAudioComponent node.
ChangedMarketplace demo project updated to show more clearly the node workflow between input and analysis nodes.
marketplace_demo
UpdatedDocumentation updated to 2.0.9
2.082021-06-25
ChangedAdded new parent to context menu, now all possible functions can be found in Audio Analyzer Manager section of the context menu.
contextmenu
AddedAdded support for SoundWave. Now audio can be imported at runtime to construct a soundwave object. See documentation page.
soundwave_functions
AddedAdded support for AudioComponent. Now the imported soundwave can be used into an audio component. See documentation page.
audiocomponent_functions
FixedNow player events OnFinished and OnLoopFinished are called from Game Thread. This will fix warnings when a widget components changes from this event
UpdatedDocumentation updated to 2.0.8
2.072021-05-21
ChangedNow audio format can be selected in the Microphone initialization
new_init_capturer
AddedAdded Volume control for captured audio and their playback
capturer_volume_nodes
AddedAdded a new (experimental) class to use OVR input using their UE4 module. This can be used instead of Capturer nodes to capture audio from the microphone of a OVR Device. More details in their documentation page
capturer_volume_nodes
AddedAdded a new (experimental) class to use a stream source. Audio raw data can be fed to this source and request analysis results after that. More details in their documentation page
stream_nodes
AddedAdded support for C++ projects. Now the nodes of the AudioAnalyzerManager can be used in C++ Projects. More details in their section
AddedAdded support for .egg files
UpdatedComments has been revised and Documentation updated to 2.0.7
2.062021-01-25
AddedMetadata art (covers) can be extracted from MP3 files with ID3v2
metadata_art
2.052020-12-25
FixedFixed Linux platform libraries linking
2.042020-11-24
FixedFixed Mac platform libraries linking
FixedBPM tracking using Loopback source
UpdatedMinor changes
1.112020-08-10
FixedFixed Mac platform libraries linking
1.10 2020-08-06
AddedAdded nodes to obtain the player/capture device info, can be used after Device Initialization nodes
device_info
AddedAdded more utils:
  • FrequencyToMIDI: Frequency Hz to MIDI note value
  • AmplitudeTodB: Amplitude to dB conversion
utils
UpdatedUpdate to SDL 2.0.12, Android devices now uses OpenSL ES to capture audio
FixedGetInputAudioDevices node must return all (available) input audio devices
1.09 2020-03-26
ChangedNow can load Mp3 files with an incomplete last frame
AddedAdded new source class: Extractor This new class will be used to do offline analysis. You can load the full audio file in this source or only the header, this load method it’s useful if you only want to access to the metadata info of an audio file
extractor_init
AddedAdded offline amplitude analysis node for Extractor source. You can obtain the analysis result of a section of an audio file. The resolution can be set to obtain a smoother wave form, with small values you obtain more detail of the wave but more data
extractor_analysis
AddedAdded GetMetadata node to Extractor source. Can be combined with the Only Header parameter in the initialization of the source for better performance
extractor_util_1
UpdatedAdded Extractor sample project [Link]
1.08 2019-12-28
AddedAdded Pitch tracking real-time analysis (fundamental frequency)
doc_visualizers_bp_spectrum_peaks
AddedAdded Pitch Tracking sample project [Link]
AddedAdded 4.24 Engine version support (IMPORTANT: UPGRADE NOTES, the plugin has been renamed to avoid the conflict with the new AudioAnalyzer module of the Engine)
1.07 2019-09-06
UpdatedUpdated SDL2 library to v2.0.10
AddedAdded Unreal Engine 4.23 Support, now version 4.20 requires manual installation
AddedAdded Linux editor and game support
AddedAdded Mac editor and game support (Experimental)
AddedAdded IOS game support (Experimental and without MP3 format support)
ChangedMoved Thirdparty libraries folder inside Source folder to fix the Mac build limitation (plugin + rsync)
1.06 2019-08-17
AddedAdded Get Spectrum Peaks. Now you can obtain a list with the most valued frequencies in real time
doc_visualizers_bp_spectrum_peaks
init_frequency_spectrum_peaks
AddedAdded thridparty decoders inclusion customization. Now you can select which decoder binaries can be included in your project. More Details
init_frequency_spectrum_peaks
init_frequency_spectrum_peaks
AddedAdded installation and set-up tutorial from Empty Project [Link]
AddedAdded manual installation and support notes for unsupported Marketplace versions, 4.19 and Older [Link]
1.051 2019-07-10
AddedAdded Ogg Vorbis Support
AddedAdded Flac Support
FixedFixed Android smoothness bug of some devices
1.041 2019-05-21
FixedFixed possible crash when Init Audio node is called while playing audio
1.04 2019-05-17
FixedFixed special characters encoding of friendly device names, no more strange chars in audio device names
AddedAdded GetInputAudioDevices, this node returns a list with input devices
ChangedRenamed GetAudioDeviceNames to GetOutputAudioDevices
audio_device_selection
AddedAdded Loopback Input, now you can capture the audio directly from the system device. You can do the analysis from the audio played from other applications. Nodes added:
  • Init Loopback Audio
  • Inix Loopback Audio Ex
  • Unload Loopback Audio
doc_loopback_init_bp
  • Get Default Device Loopback Audio
  • Set Default Device Loopback Audio
doc_loopback_init_bp_device
  • Start Loopback
  • Stop Loopback
  • Is Loopback Capturing
doc_loopback_init_bp
  • Get Loopback Capture Time
doc_loopback_controls_bp_time
More detailed info into Documentation page
AddedAdded new Example project: Loopback Test
1.031 2019-04-20
FixedFixed crash with some MP3 formats
FixedFixed crash on Android start
1.03 2019-04-18
UpdatedSDL2 library updated to 2.0.9
AddedAdded mp3 format support on Win64 and Android Platforms
AddedAdded ID3 tags support v1 and v2
metatag_node
AddedAdded Format Test UE4 Project [UE4 Sample Projects]
ChangedChanged GetFolderFiles to Impure function to avoid extra calls, now must be explicitly executed by connecting exec wires
new_getfolderfiles
AddedAdded new player node with more options: Loop playback and Starting time.
You can define the number of loops and bind and event for each loop end too. Each loop starts from StartTime position
new_playex_options
AddedAdded Audio Device selection nodes
Now you can select the audio device to play and capture the sound. Set default Device(s) Player/Capturer Audio node must be called before Init Player/Capturer Audio node. If the default audio device is not set then the system default audio device is selected
new_audiodevice
More detailed info into Documentation page
1.02 2019-03-12
FixedFixed crash on wrong sound path during Player Initialization
AddedAdded channel selection mode in visualizer initialization
channel_selection_mode_option
  • All in one: Accumulates all channels data into only one array
  • Select one: Returns only the channel specified in Channel option
channelselectoneopt
  • Split all: Returns each channel into one array. Use «By Channel» nodes to retrieve the results
AddedNew amplitude analysis configuration node. Now Amplitude analysis use the same node structure as frequency spectrum and beat tracking analysis. Initialization + Getter
ChangedRemoved GetAmplitude parameters
amplitudenodes
AddedAdded multi-channel Support. Now you can retrieve the results for each channel separately, select Split_all option in «Channel selection mode» during the analysis configuration and use the «By Channel» nodes to retrieve the results
bychannelnodes
ChangedChanged GetBeatTrackingVariance node, now calculates Average and Variance with the same node. If you only need the average result you can continue using GetBeatTrackingAverage node
beattrackingvariancenode
AddedAdded Beat-per-minute counters to Beat Tracking nodes, now you can track the bpm of an interval of beat tracking samples and the result with max frequency
newbeattrackingnodes
AddedNew node Get Capture Time, returns the current capture elapsed time
get_capture_time_node
More detailed info into Documentation page
1.01 2019-01-16
AddedAdded normalization to the frequency spectrum result
AddedAdded Unreal Engine 4 v4.19 support
AddedAdded new option UsePeakValues in frequency spectrum analysis to return peak value of each band instead of average values
new_usepeakvalues
1.00

Ayudanos con este blog!

El último año he estado dedicando cada vez más tiempo a la creación de tutoriales, en su mayoria sobre desarrollo de videojuegos. Si crees que estos posts te han ayudado de alguna manera o incluso inspirado, por favor considera ayudarnos a mantener este blog con alguna de estas opciones. Gracias por hacerlo posible!