Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Support WebAudio #4577

wants to merge 3 commits into from

Conversation

sideb0ard
Copy link
Contributor

@sideb0ard sideb0ard commented Dec 13, 2024

Implement SbAudioSink based WebAudioDevice.

b/340599896

@sideb0ard sideb0ard requested a review from a team as a code owner December 13, 2024 20:12
@sideb0ard sideb0ard marked this pull request as draft December 18, 2024 23:15
@xiaomings xiaomings self-requested a review December 23, 2024 23:39
@sideb0ard sideb0ard changed the title WIP Support WebAudio Dec 24, 2024
@sideb0ard sideb0ard marked this pull request as ready for review December 30, 2024 21:52
@sideb0ard sideb0ard requested a review from a team as a code owner December 30, 2024 21:52
@@ -446,6 +446,7 @@ static_library("content_shell_lib") {
if (is_cobalt && use_starboard_media) {
deps += [
"//starboard($starboard_toolchain)",
"//media/starboard:webaudio",
Copy link
Contributor

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)"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done, thanks!

Copy link
Contributor

@niranjanyardi niranjanyardi left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants