-
Nomono
- Trondheim, Norway
Block or Report
Block or report iver56
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
audiomentations Public
A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.
-
Fast audio data augmentation in PyTorch. Inspired by audiomentations. Useful for deep learning.
-
emoji-art-generator Public
Use a genetic algorithm to evolve an image by putting emojies on a canvas
-
neon-fantasy Public
A synthwave-style demo that ranked 1st in ARM DemoCompo in Trondheim, 2018. Designed to be run in Chrome on a Samsung Galaxy S9
-
automatic-video-colorization Public
Automatic temporally coherent video colorization designed to work well on animated cartoons and demos
-
cross-adaptive-audio Public archive
Evolving Artificial Neural Networks for Cross-Adaptive Audio Effects
1,690 contributions in the last year
Contribution activity
March 2022
Created 54 commits in 2 repositories
Created a pull request in iver56/audiomentations that received 14 comments
Opened 3 other pull requests in 2 repositories
iver56/audiomentations
2
merged
asteroid-team/torch-audiomentations
1
closed
Reviewed 7 pull requests in 2 repositories
iver56/audiomentations
4 pull requests
asteroid-team/torch-audiomentations
3 pull requests
Created an issue in iver56/audiomentations that received 5 comments
Establish a common pattern for post-gain
A lot of the transforms may make the sound louder, which may result in digital clipping down the line. We should have a common way of doing post-ga…
Opened 12 other issues in 1 repository
iver56/audiomentations
11
open
1
closed
- Use FutureWarning instead of generic warning
- Implement more transition styles for GainTransition
- Implement GainOscillator
- Implement GainPeak
- Make a ParametricEQ with tunable number of filters and tunable center frequency ranges
- Change default p in Trim from 0.5 to 1.0
- Improve consistency: min_gain_db vs. min_gain_in_db
- Complete the transition from unittest to pytest
- Implement noise_transform in AddShortNoises
- Consider removing RMS-based post gain in TanhDistortion
- Remove custom scaling (post-gain) in ApplyImpulseResponse
- A transform that speeds up and slows down different segments of the audio