mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 02:56:10 +00:00
LibWeb: Correct AudioBuffer spec link
This commit is contained in:
parent
0b9d55b676
commit
3df3977ca5
Notes:
github-actions[bot]
2024-10-15 08:03:39 +00:00
Author: https://github.com/gmta
Commit: 3df3977ca5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1802
Reviewed-by: https://github.com/awesomekling ✅
Reviewed-by: https://github.com/shannonbooth
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ struct AudioBufferOptions {
|
|||
float sample_rate {};
|
||||
};
|
||||
|
||||
// https://webaudio.github.io/web-audio-api/#AudioContext
|
||||
// https://webaudio.github.io/web-audio-api/#AudioBuffer
|
||||
class AudioBuffer final : public Bindings::PlatformObject {
|
||||
WEB_PLATFORM_OBJECT(AudioBuffer, Bindings::PlatformObject);
|
||||
JS_DECLARE_ALLOCATOR(AudioBuffer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue