Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MLH Fellow] [Audio] Add loop augmentation #129

Closed
zpapakipos opened this issue Sep 27, 2021 · 0 comments
Closed

[MLH Fellow] [Audio] Add loop augmentation #129

zpapakipos opened this issue Sep 27, 2021 · 0 comments

Comments

@zpapakipos
Copy link
Contributor

馃殌 Feature

Implement a new augmentation called loop which takes in an audio file/numpy array and returns it looped a given n number of times.

To do

  • Read our contributing guidelines for all the steps to add a new augmentation
  • Note: for this augmentation you will also need to define how the matching segments will change here. This should work similarly to how the segments are computed for the video loop augmentation here.
  • Make sure the audio tests (including the new one you have added) pass: python -m unittest discover -s augly/tests/audio_tests/ -p "*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant