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

Is it possible to play sound synchronous? #845

Open
krisnapy opened this issue Jul 31, 2024 · 1 comment
Open

Is it possible to play sound synchronous? #845

krisnapy opened this issue Jul 31, 2024 · 1 comment
Labels

Comments

@krisnapy
Copy link

krisnapy commented Jul 31, 2024

🪲 Description
How can I implement synchronous sound effect for scroll picker component to ensure immediate sound play on each scroll event without delays, even when scrolling quickly?

🪲 What have you tried?
The current implementation preloads the sound, but I experience delays when playing the sound on rapid successive scrolls.
I want the sound to play immediately on each scroll event without waiting for the previous sound to finish.

@Okelm
Copy link

Okelm commented Nov 25, 2024

What is the source of the sound? Can you provide some more code to reproduce this issue?

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

No branches or pull requests

2 participants