mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +00:00
LibWeb: Flesh out AudioBufferSourceNode buffer setter steps
This commit is contained in:
parent
6cab972248
commit
72ca91ad1a
Notes:
github-actions[bot]
2025-01-03 10:15:43 +00:00
Author: https://github.com/tcl3
Commit: 72ca91ad1a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3099
4 changed files with 142 additions and 1 deletions
|
@ -60,6 +60,8 @@ private:
|
|||
GC::Ref<AudioParam> m_playback_rate;
|
||||
GC::Ref<AudioParam> m_detune;
|
||||
bool m_loop { false };
|
||||
// https://webaudio.github.io/web-audio-api/#dom-audiobuffersourcenode-buffer-set-slot
|
||||
bool m_buffer_set { false };
|
||||
double m_loop_start { 0.0 };
|
||||
double m_loop_end { 0.0 };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue