MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / LoadSamples

Method LoadSamples

include/WaveUnmanaged.hpp:131–131  ·  view source on GitHub ↗

* Load samples data from wave as a floats array. */

Source from the content-addressed store, hash-verified

129 * Load samples data from wave as a floats array.
130 */
131 float* LoadSamples() { return ::LoadWaveSamples(*this); }
132
133 /**
134 * Unload samples data loaded with LoadWaveSamples().

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected