issues
search
asteroid-team
/
torch-audiomentations
Fast audio data augmentation in PyTorch. Inspired by audiomentations. Useful for deep learning.
MIT License
969
stars
88
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Only pass str to torchaudio.info(...)
#180
yalishanda42
closed
3 weeks ago
1
RuntimeError: torchaudio::sox_io_get_info() Expected a value of type 'str' for argument '_0' but instead found type 'PosixPath'.
#179
yalishanda42
closed
3 weeks ago
2
Bugfix: AddColoredNoise edge-case shape error
#178
EamonnCarson
closed
2 months ago
3
Mix, Padding and RandomCrop missing from torch_audiomentations/__init__
#177
austinpatrickm
opened
4 months ago
1
Feature Request: Support for Target Level Normalization
#176
LarocheC
opened
7 months ago
1
fixed bug in transform_parameters when training on multi-gpus
#175
nuniz
closed
7 months ago
1
Device Conversion Bug
#174
nuniz
closed
7 months ago
0
Removing set_backend to avoid torchaudio UserWarning
#173
MorenoLaQuatra
closed
10 months ago
3
Remove soundfile backend setting
#172
MorenoLaQuatra
closed
10 months ago
0
Added Delay Augmentation, tested on per_batch and per_example
#171
Pliploop
opened
11 months ago
3
Don't interfere with global seed, using optional torch.generator support
#170
turian
closed
11 months ago
1
MPS: Simple use of RoomImpulseResponse gives `TypeError: unsupported operand type(s) for *: 'Tensor' and 'Tensor'`
#169
turian
opened
11 months ago
0
Loading multiple files into a tensor?
#168
asusdisciple
closed
11 months ago
10
PyPi ColoredNoise doesn't match GitHub
#167
wilke0818
closed
1 year ago
1
Why is RMS norm used in AddBackgroundNoise?
#166
jp1924
closed
1 year ago
2
Impulse Response returning only wet audio
#165
Thanatoz-1
closed
1 year ago
2
Return list of applied transforms
#164
laplaceon
closed
1 year ago
1
Bump torch from 1.11.0 to 1.13.1 in /.github/workflows
#163
dependabot[bot]
opened
1 year ago
0
Add support for min_f_decay==max_f_decay in AddColoredNoise
#162
iver56
closed
1 year ago
0
Add support for self.min_f_decay == self.max_f_decay in AddColoredNoise
#161
iver56
closed
1 year ago
0
AddColoredNoise: reasoning for f_decay being sampled from uniform distribution?
#160
fujikosu
closed
1 year ago
3
BandStopFilter is not useful for environmental sounds at high sample rates
#159
mariusfaiss
opened
2 years ago
1
Make BaseWaveformTransform able to pad transform outputs that have a different length
#158
iver56
opened
2 years ago
2
Add support for constant cutoff frequency in LowPassFilter and HighPassFilter
#157
iver56
closed
2 years ago
0
Test min_cutoff_freq == max_cutoff_freq in HighPassFilter
#156
iver56
closed
2 years ago
0
Empty ValueError raised during augmentation
#155
rafaelgreca
opened
2 years ago
2
specify device for RandomCrop output variable
#154
miccio-dk
closed
2 years ago
0
RandomCrop does not work on GPU
#153
miccio-dk
closed
2 years ago
1
Could you please claim those augmentations that are differentiable?
#152
xinghua-qu
closed
2 years ago
10
No fast pitch-shift ratios could be computed for the given sample rate and transpose range.
#151
Crazylov3
closed
1 year ago
13
fix: remove unused import
#150
hbredin
closed
2 years ago
1
Switch to ObjectDict as default output format
#149
iver56
opened
2 years ago
0
Include Mix in the demo script
#148
iver56
opened
2 years ago
0
Add support for the new return type system in RandomCrop
#147
iver56
opened
2 years ago
0
Adding 'Mix' is giving an error.
#146
devesh-k
opened
2 years ago
1
cache background_noise rms data
#145
fantasyRqg
opened
2 years ago
3
SpliceOut can not be used with `from_yaml`
#144
HLasse
closed
2 years ago
0
add SpliceOut to torch_audiomentations init
#143
HLasse
closed
2 years ago
1
Noise gate augmentation
#142
shahules786
opened
2 years ago
2
Fix return type inconsistencies
#141
iver56
closed
2 years ago
1
Improve Spliceout
#140
iver56
opened
2 years ago
0
Vocal tract length perturbation
#139
akashrajkn
closed
9 months ago
6
Fix a bug where BandPassFilter didn't work on GPU
#138
iver56
closed
2 years ago
3
[Bug] RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu
#137
ahikaml
closed
2 years ago
2
a multi-gpu bug
#136
DingJuPeng1
opened
2 years ago
4
Spliceout transform
#135
shahules786
closed
2 years ago
11
Get rid of librosa dependency in favor of torchaudio
#134
hbredin
opened
2 years ago
3
Padding transform
#133
shahules786
closed
2 years ago
6
GPU memory issues when composing some of the waveform augmentations
#132
luisfvc
opened
2 years ago
12
feat: add support for external augmentation in from_dict
#131
hbredin
closed
2 years ago
2
Next