Load from tar
This merge request adds functionality for loading audio files from tar archives.
-
New class ArchiveManager handles temporary extraction of audio files from the tar archive
-
This new class is used here by the SelectionTableIterator to ensure that files are available for loading upon calls to
__next__
-
Note that similar functionality has not yet been implemented for the FrameStepper class. This is left for the future.
-
Note also that this supersedes !238 (closed) which is now obsolete.
-
Two new unit tests have been implemented to cover these new additions.
-
Docstring of
create_database
method has been updated to reflect the changes. -
Note that this merge request is into
remove_librosa_dependencies
branch. -
Changelog remains to be updated