-
Hi, I used to apply DDSP autoencoder to do audio to audio reconstruction and it works really well. But when I change the frame_rate from 250 to 50/100/200, and example_secs to 2/4, I found that the re…
-
Tacotron2: https://arxiv.org/pdf/1712.05884.pdf
WaveRNN: https://github.com/erogol/WaveRNN forked from https://github.com/fatchord/WaveRNN
The idea is to add Tacotron2 as another alternative if i…
-
I would like to know/understand why we add `2` at this line:
https://github.com/librosa/librosa/blob/571a2a0e6cc5e1f920d619f147d2a9d30f9e67c2/librosa/core/spectrum.py#L1331
Wouldn't it also be c…
-
**Environment:**
macOs 10.13 on 2017 Macbook Pro
I'm trying to build Scopy for the Mac, following the instructions on:
[https://github.com/analogdevicesinc/scopy/wiki/Building-Scopy-on-OS-X](ht…
-
Error: https://i.imgur.com/MY70Vsu.png
```
.
+--- libraries
| +--- minim
| | +--- changelog.txt
| | +--- documentation
| | | +--- abs_class_abs.html
| | | +--- abs_fiel…
-
this is my first github issue, so please forgive me if there are any mistakes.
The problem i'm having right now though is simply not understanding what should be contained in a development folder of …
-
#### Description
As evidenced by #900, it's difficult for users to realize that librosa's built-in vocoder is extremely basic, and is primarily intended as a reference implementation for educational …
-
Hey, great work on vocoder! I tried your repo to train a model by myself and I found a mistake in https://github.com/r9y9/wavenet_vocoder/blob/cd2abdfd221c350e9d94184a454213ec55eae440/train.py
If I d…
-
Hi,
We are doing STT / TTS for the Russian [language](https://github.com/snakers4/open_stt).
We mostly used STFT due to our ignorance in DSP and our understanding that MFCC filters used by every…
-
Hello, I have a small problem with GNU Radio Companion. I built everything from source using this command:
```
cmake -DPYTHON_EXECUTABLE=/usr/bin/python2.7 -DPYTHON_INCLUDE_DIR=/usr/include/python2.…