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

Audio component to have events for "loading of audio file complete", especially when loading large audio files #9351

Open
1 task done
DRomatzki opened this issue Sep 14, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@DRomatzki
Copy link

DRomatzki commented Sep 14, 2024

  • I have searched to see if a similar issue already exists.
    Yes

Is your feature request related to a problem? Please describe.
When you load a very large file into the audio player, ti takes a long time to load. During this time the user has no idea that the file is still loading.
It would also be nice to a have a single audio interface fro the audio component. Just have the player and add the "drop" function to it. Now we have two interfaces that change when you load a file and thus changes the layout.

Describe the solution you'd like
Add an event to the audio component that the file is loading or triggered when it completes the loading process or add a "rotating" icon for "being busy". Large files are when you do TTS or STT.

@abidlabs
Copy link
Member

Similar: #9355, we've seen other issues around this as well. cc @hannahblair, probably after 5.0

@abidlabs abidlabs added the enhancement New feature or request label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants