mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 12:18:56 +00:00
SoundPlayer: Add samplerate variable to visualizations
also fix conflict
This commit is contained in:
parent
2e28b8ebcc
commit
fd126578d9
Notes:
sideshowbarker
2024-07-18 21:02:37 +09:00
Author: https://github.com/ngc6302h
Commit: fd126578d9
Pull-request: https://github.com/SerenityOS/serenity/pull/5878
Reviewed-by: https://github.com/Dexesttp
Reviewed-by: https://github.com/RealKC
Reviewed-by: https://github.com/alimpfard
12 changed files with 51 additions and 311 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue