iver56 / audiomentations

A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.
https://iver56.github.io/audiomentations/
MIT License
1.76k stars 183 forks source link

Test and handle digital silence input in Limiter #254

Closed iver56 closed 1 year ago

iver56 commented 1 year ago

Close #253

codecov[bot] commented 1 year ago

Codecov Report

Base: 96.65% // Head: 96.66% // Increases project coverage by +0.00% :tada:

Coverage data is based on head (a8396be) compared to base (f99ca2b). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #254 +/- ## ======================================= Coverage 96.65% 96.66% ======================================= Files 42 42 Lines 1675 1677 +2 ======================================= + Hits 1619 1621 +2 Misses 56 56 ``` | [Impacted Files](https://codecov.io/gh/iver56/audiomentations/pull/254?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Iver+Jordal) | Coverage Δ | | |---|---|---| | [audiomentations/augmentations/limiter.py](https://codecov.io/gh/iver56/audiomentations/pull/254?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Iver+Jordal#diff-YXVkaW9tZW50YXRpb25zL2F1Z21lbnRhdGlvbnMvbGltaXRlci5weQ==) | `95.00% <100.00%> (+0.17%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Iver+Jordal). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Iver+Jordal)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.