-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support WebAudio #4577
base: main
Are you sure you want to change the base?
Support WebAudio #4577
Conversation
content/shell/BUILD.gn
Outdated
@@ -446,6 +446,7 @@ static_library("content_shell_lib") { | |||
if (is_cobalt && use_starboard_media) { | |||
deps += [ | |||
"//starboard($starboard_toolchain)", | |||
"//media/starboard:webaudio", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
starboard files should be built with starboard toolchain , add a ($starboard_toolchain) like the target above "//starboard($starboard_toolchain)"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apart from open comments, lgtm
Implement SbAudioSink based WebAudioDevice.
b/340599896