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

Enhance LoopingAudioSource behavior inside ConcatenatingAudioSource #1346

Open
maknon opened this issue Oct 6, 2024 · 0 comments
Open

Enhance LoopingAudioSource behavior inside ConcatenatingAudioSource #1346

maknon opened this issue Oct 6, 2024 · 0 comments
Assignees
Labels
1 backlog enhancement New feature or request

Comments

@maknon
Copy link

maknon commented Oct 6, 2024

Is your feature request related to a problem? Please describe.
current LoopingAudioSource is just a repeated AudioSource inside the playlist. this causes some strange behavior when the user use seekToNext or seekToPrevious where the user would expect to go to the next LoopingAudioSource in the playlist but this is not the case.

Describe the solution you'd like
LoopingAudioSource to be considered as single AudioSource inside the playlist (ConcatenatingAudioSource) so that seekToNext will jump to the next LoopingAudioSource.

in addition, listening to currentIndexStream shall result with the currentIndex of LoopingAudioSource. sequenceState can have the currentIndex within the LoopingAudioSource itself

Describe alternatives you've considered
nothing so far

Additional context
nothing

@maknon maknon added 1 backlog enhancement New feature or request labels Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 backlog enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants