facebookresearch / facebookresearch/stopes

[seamlisten] Improve audio fetching

Open
#31 0 comments 0 reactions 0 assignees View on GitHub
bug seamlisten
Dominant language
Python
Stars
313
Forks
47
PR merge metrics
No merged PRs in 30d

Description

## What ?

Currently, clicking on an audio button will trigger the spinner to appear on all identical samples (same file, start and end).
While we recognize that fetching the data once may be the best in terms network, it can be confusing for the end user.

## How ?
Each audio button should have a unique id, that governs the spinner to trigger or not.
However a table of the fetched sample should be kept at a higher component level, offering the possibility to retrieve the blob url for an existing audio file when it has already been fetched.

[Internal issue: 7]

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.