Skip to content

[Bug fix] Add detections for innerAudioContext. #13162

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

Merged
merged 3 commits into from
Nov 21, 2022
Merged

[Bug fix] Add detections for innerAudioContext. #13162

merged 3 commits into from
Nov 21, 2022

Conversation

timlyeee
Copy link
Contributor

  1. Pausing an innerAudioContext which is not fully initialized, the currentTime might be null.-https://github.com/cocos/3d-tasks/issues/14080
  2. Pause means nothing for a stopped audio
  3. InnerAudioContext.destroy behavior is insane that it might not stop the audio immediatly,

@timlyeee timlyeee requested review from minggo and PPpro October 27, 2022 08:00
@github-actions
Copy link

Interface Check Report

This pull request does not change any public interfaces !

@timlyeee timlyeee requested a review from minggo November 18, 2022 05:46
@timlyeee timlyeee requested a review from PPpro November 18, 2022 06:38
@timlyeee timlyeee changed the base branch from develop to v3.6.3 November 21, 2022 02:20
@timlyeee timlyeee changed the base branch from v3.6.3 to develop November 21, 2022 02:20
1. Pausing an innerAudioContext which is not fully initialized, the currentTime might be null.-https://github.com/cocos/3d-tasks/issues/14080
2. Pause means nothing for a stopped audio
3. InnerAudioContext.destroy behavior is insane that it might not stop the audio immediatly,
@timlyeee timlyeee changed the base branch from develop to v3.6.3 November 21, 2022 02:45
@minggo minggo merged commit 2a7648d into cocos:v3.6.3 Nov 21, 2022
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.

3 participants