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
  • !118

Merged
Created Jun 13, 2019 by Oliver Kirsebom@kirsebomOwner

Improvements to make_frames and audio class

  • Overview 0
  • Commits 28
  • Pipelines 26
  • Changes 14

This merge request

  • adds a warning in make_frames method in audio_processing module, issued when the estimated size of the output frames exceeds 10% of system memory.

  • adds a segment method to the audio class, which splits the audio signal into equal length segments, while also handling annotations

  • adds a check of memory usage in the create_spec_database method; if too much memory is used, the audio signal is segmented before the spectrogram is computed

  • improves parsing of file names in the audio class to ensure correct behaviour also on Windows

  • adds option to enforce same length when extracting annotated segments from a spectrogram. If an annotation is shorter than the specified length, the annotation box is stretched; if it is shorter, the box is divided into several segments.

Obs: Remember to update development log when merging

Obs-obs: Remember to remove pip install psutil from gitlab-ci.yml script once Docker image has been updated

Edited Jun 21, 2019 by Oliver Kirsebom
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: make_frames_can_handle_arbitrary_data_size