A class to visualize audio data by modifying the size of UI bars based on audio samples.
More...
|
| void | Visualize (float[] audioData) |
| | Visualizes audio data by adjusting the size of each bar based on the audio sample.
|
| |
| void | CacheVisualize (float[] floatCache, int sampleRate) |
| | Visualizes cached audio data by adjusting the size of each bar.
|
| |
A class to visualize audio data by modifying the size of UI bars based on audio samples.
◆ CacheVisualize()
| void FMAR.Audio.AudioVisualizer.CacheVisualize |
( |
float[] | floatCache, |
|
|
int | sampleRate ) |
|
inline |
Visualizes cached audio data by adjusting the size of each bar.
- Parameters
-
| floatCache | Array of cached audio samples. |
| sampleRate | The sample rate of the audio data. |
◆ Visualize()
| void FMAR.Audio.AudioVisualizer.Visualize |
( |
float[] | audioData | ) |
|
|
inline |
Visualizes audio data by adjusting the size of each bar based on the audio sample.
- Parameters
-
| audioData | Array of audio samples. |
The documentation for this class was generated from the following file: