-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Progress indicator, MP3, dependency updates (#49)
* support mp3 file format for resulting stems (#44) * feat: show progress of the audio extraction (#45) * show progress of the audio extraction * refactor it a little by using the parent components instead to fix mem leak * feat: real time progress updates / refactor (#47) * first refactor status to be an object * pass progress through with the status object to processQueueCard * also pass progress through to the resultCard * add quantity also * fix done step * fix indentation and spacing --------- Co-authored-by: iffyloop <[email protected]> * Minor fixes * Fix RegEx and progress display * Update NPM dependencies * Remove unused exports * Revert initial progress update implementation * Rename quantity -> stemIdx --------- Co-authored-by: Devin Burnette <[email protected]>
- Loading branch information
1 parent
4bb5664
commit ef4978e
Showing
10 changed files
with
370 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.