SoundPlayer: Add samplerate variable to visualizations

also fix conflict
This commit is contained in:
Cesar Torres 2021-03-26 01:28:56 +01:00 committed by Andreas Kling
commit fd126578d9
Notes: sideshowbarker 2024-07-18 21:02:37 +09:00
12 changed files with 51 additions and 311 deletions

View file

@ -57,6 +57,7 @@ public:
Function<void()> on_update;
Function<void(Audio::Buffer&)> on_load_sample_buffer;
Function<void()> on_finished_playing;
private:
void next_buffer();