-
[I found an interesting paper that describes a method of implementing reverb in the STFT domain.](http://www.sfxmachine.com/docs/FDReverbSpectralMagDecay.pdf) Maybe with some tinkering it can be adapt…
-
### Expected behaviour
STFT function should work with multi-channel songs.
### Actual behaviour
At the moment, STFT doesn't support multi-channel songs. An example of error logs:
File "/L…
-
`SpectrumType.STFT` is not correctly serialized.
_Originally posted by @albertz in https://github.com/rwth-i6/i6_models/issues/41#issuecomment-1845212800, @JackTemaki in https://github.com/rwth-i6/…
-
I ran `/asteroid-master/egs/musdb18/X-UMX/run.sh`, but got the error: `RuntimeError: istft requires a complex-valued input tensor matching the output from stft with return_complex=True.`
I try to s…
-
**python3 evaluation.py --test_dir testdata/ --model_path ckpt/D2Former_epoch_77_0.055 --save_dir saved_tracks_best**
audio_path: testdata/noisy/p287_001_noisy.wav
Traceback (most recent call last):…
-
Looks like a package version problem.
Traceback (most recent call last):
File "C:\ai\audioldm\test.py", line 10, in
evaluator = EvaluationHelper(16000, device)
File "C:\ai\audioldm\a…
-
```c++
length = input->ReadUnit(buf_in, shift_size * channels);
stft->stft(buf_in, length, data);
```
worked.
```c++
input->Convert2Array(raw);
stft->stft(raw, data);
```
di…
kooBH updated
2 years ago
-
### Describe the issue
ORT >= 1.15.0 has changed STFT results with a notable shift towards larger difference from PyTorch in ORT==1.15.0. The difference becomes larger than we had in ORT 1.14.1
…
-
We use maxIdleRegionRpm = 1700 on vehicles with 1400 idle which hints that maxIdleRegionRpm should be defined as idle + extra not as a separate independed value
-
Hello! I'd be very glad if I could get some more information how to adapt mssbcqt discriminator for 48khz audio.
Lately I've been trying to improve the current architecture of RVC ( retrieval-based…