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

Merged
Created Aug 28, 2018 by Oliver Kirsebom@kirsebomOwner

: Add audio

  • Overview 3
  • Commits 19
  • Pipelines 12
  • Changes 33

This merge request mainly provides improvements to the audio_signal module and the spectrogram module.

It also adds new modules to the Docs pages (util, json_parsing, audio_signal, spectrogram).

List of changes:

  • audio_signal:

    • a method to add two audio signals
    • class methods to generate a Morlet wavelet and Gaussian noise
    • method to add Gaussian noise to an audio signal
    • convenience methods to compute min, max, std, average and median of an audio signal
    • method to plot an audio signal
    • method to resample (same implementation as in pre_processing)
  • spectrogram:

    • class method from_signal to generate spectrogram from audio signal (this method replaces the make_magnitude_spectrogram function in pre_processing module)

    • method to blur image using Gaussian filter

The function make_magnitude_spectrogram is being used in several projects, so these will have to be updated!

I believe this is ready to merge

Edited Aug 29, 2018 by Fabio Frazao
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: add_audio