Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ketos ketos
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • public_projects
  • ketosketos
  • Merge requests
  • !258

Merged
Created Aug 19, 2022 by Oliver Kirsebom@kirsebomOwner0 of 1 task completed0/1 task

Load from tar

  • Overview 5
  • Commits 6
  • Pipelines 2
  • Changes 4

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

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: load_from_tar