diff options
| author | Ray <[email protected]> | 2020-12-19 00:22:58 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2020-12-19 00:22:58 +0100 |
| commit | 51e8f37688b6b13022e5808933531ef227e05313 (patch) | |
| tree | 7f884e329ee987c9ab8219e9a78b56ba78d2b50e /src | |
| parent | c36a6f3d9f1b9e29e41bdbdeb4e36c9cd108ec82 (diff) | |
| download | raylib-51e8f37688b6b13022e5808933531ef227e05313.tar.gz raylib-51e8f37688b6b13022e5808933531ef227e05313.zip | |
Minimal tweak
Diffstat (limited to 'src')
| -rw-r--r-- | src/raylib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index a86913f7..0af04bc3 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -1475,7 +1475,6 @@ RLAPI void SetSoundPitch(Sound sound, float pitch); // Set pit RLAPI void WaveFormat(Wave *wave, int sampleRate, int sampleSize, int channels); // Convert wave data to desired format RLAPI Wave WaveCopy(Wave wave); // Copy a wave to a new wave RLAPI void WaveCrop(Wave *wave, int initSample, int finalSample); // Crop a wave to defined samples range -//RLAPI float *GetWaveData(Wave wave); // Get samples data from wave as a floats array RLAPI float *LoadWaveSamples(Wave wave); // Load samples data from wave as a floats array RLAPI void UnloadWaveSamples(float *samples); // Unload samples data loaded with LoadWaveSamples() |
