mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:07:47 +00:00
SoundPlayer: Add samplerate variable to visualizations
also fix conflict
This commit is contained in:
parent
2e28b8ebcc
commit
fd126578d9
12 changed files with 51 additions and 311 deletions
|
@ -31,4 +31,5 @@
|
|||
class Visualization {
|
||||
public:
|
||||
virtual void set_buffer(RefPtr<Audio::Buffer> buffer) = 0;
|
||||
virtual void set_samplerate(int) { }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue