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 <35245220+iffyloop@users.noreply.github.com>
* 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 <devin.burnette@gmail.com>