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

www.nyan.cat - There's a pause between each replay of the audio #122785

Closed
webcompat-bot opened this issue May 26, 2023 · 4 comments
Closed

www.nyan.cat - There's a pause between each replay of the audio #122785

webcompat-bot opened this issue May 26, 2023 · 4 comments
Assignees
Labels
browser-safari os-mac Issues only happening on macOS. priority-normal severity-important A non-core broken piece of functionality, not behaving the way you would expect. trend-audioplay OKR Label - the audio does not play type-media audio and video issues
Milestone

Comments

@webcompat-bot
Copy link

webcompat-bot commented May 26, 2023

URL: https://www.nyan.cat/index.php?cat=original

Browser / Version: Safari 16.5
Operating System: Mac OS X 10.15.7
Tested Another Browser: Yes Firefox

Problem type: Something else
Description: The audio should play non-stop, but there is a pause between each replay.
Steps to Reproduce:
The audio should play non-stop, but there is a pause between each replay.

Browser Configuration
  • None

From webcompat.com with ❤️

@webcompat-bot webcompat-bot added the action-needsmoderation The moderation has not yet been completed label May 26, 2023
@webcompat-bot webcompat-bot added this to the needstriage milestone May 26, 2023
@webcompat-bot webcompat-bot added the browser-fixme This requires manual assignment for the browser name label May 26, 2023
@webcompat-bot webcompat-bot changed the title In the moderation queue. www.nyan.cat - see bug description May 26, 2023
@webcompat-bot webcompat-bot added browser-safari and removed browser-fixme This requires manual assignment for the browser name action-needsmoderation The moderation has not yet been completed labels May 26, 2023
@softvision-raul-bucata softvision-raul-bucata added the os-mac Issues only happening on macOS. label May 26, 2023
@sv-calin
Copy link

Thank you for reporting this issue, I was able to reproduce it. Indeed, there's a pause between replays.

Tested on:
• Browser / Version: Firefox Nightly 115.0a1 (2023-05-24) / Firefox Release 113 / Safari 16.3 (18614.4.6.1.6)
• Operating System: Mac OS X 10.15

Notes:

  1. Reproducible on Safari
  2. Not reproducible on Firefox Release and Nightly

Moving to Needsdiagnosis.

[qa_21/2023]

@sv-calin sv-calin changed the title www.nyan.cat - see bug description www.nyan.cat - There's a pause between each replay of the audio May 26, 2023
@sv-calin sv-calin added priority-normal severity-important A non-core broken piece of functionality, not behaving the way you would expect. trend-audioplay OKR Label - the audio does not play labels May 26, 2023
@sv-calin sv-calin modified the milestones: needstriage, needsdiagnosis May 26, 2023
@imrawabi
Copy link

I saw your report, but when I pressed the pause button, the sound has already stopped.

View the screenshotScreenshot

@karlcow
Copy link
Member

karlcow commented May 31, 2023

I notice two things:

  1. A brief pause in between the two plays
  2. The progress on the player button jumping because the time appears and disappears constantly.

This is still happening reducing the content to:

<body>
	<div class="row">
		<div class="col-md-8">
			<div class="row">
				<div class="col-md-3">
					<audio controls=""
						   autoplay=""
						   loop=""
						   style="width:240px;">
						<source src="/music/original.mp3">
						<source src="/music/original.ogg">
					</audio>
				</div>
			</div>
		</div>
	</div>
</body>

ok the vibration is created by the style attribute.

data:text/html,<!doctype%20html><audio%20controls=""%20autoplay=""%20loop=""%20style="width:240px;"><source%20src="https://www.nyan.cat/music/original.mp3"></audio>

@karlcow
Copy link
Member

karlcow commented May 31, 2023

Thanks a lot.

For the oscillation of time

For the loop delay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser-safari os-mac Issues only happening on macOS. priority-normal severity-important A non-core broken piece of functionality, not behaving the way you would expect. trend-audioplay OKR Label - the audio does not play type-media audio and video issues
Projects
None yet
Development

No branches or pull requests

5 participants