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

Add possibility to select other example audio files #61

Open
hagenw opened this issue Feb 23, 2024 · 0 comments
Open

Add possibility to select other example audio files #61

hagenw opened this issue Feb 23, 2024 · 0 comments

Comments

@hagenw
Copy link
Member

hagenw commented Feb 23, 2024

Similar to the proposal in #59, it might a nice feature to listen to several files from a dataset.

But this includes several challenges:

  • How to provide an interface to select an audio file. If the dataset contains 1,000,000 files a dropdown menu does not sound like a good idea. Maybe one can provide an option to provide a table name, or a scheme + certain value, and it then selects a random sample matching those selections
  • We cannot pre-fetch all possible files and store them with the HTML page, so we need a process that is able to load the files on the fly when requested. This might still be risky as some datasets have bundled single files and huge archives containing several files

Instead of the interactive approach, we might also come up with a mechanism that provides more than one example on the static page, by selecting randomly 10 samples.


For now, I would recommend very low priority for this issue.

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

No branches or pull requests

1 participant