-
Inside NDKExtractor the audio skip decoding if the sample rate doesn't match. In Oboe recent releases we have AudioStreamBuilder methods like **setSampleRateConversionQuality** and **setSampleRate**.
…
-
**Describe the bug**
I get this error when trying to build 0.8.2-3:
```
./gr/gr_mod_base.h:27:10: fatal error: gnuradio/vocoder/freedv_api.h: No such file or directory
27 | #include
…
-
I am attempting to create a sort of autotune/pitch correction algorithm in Python. I am able to detect pitches per a rectangular window size, and tried shifting the pitch of each window (of size 512) …
-
At the moment, ScriptProcessorNodes and AudioWorkers are operating on the time domain buffer data. At the Web Audio Conference, it seems like there's demand for frequency domain data inside a callback…
-
I trained Multiband-Melgan model and intergrate with Nvidia-tacotron2 model, I also use [this comment](https://github.com/kan-bayashi/ParallelWaveGAN/issues/169#issuecomment-649320778) to make it work…
-
Hi,
I am trying to re-train the synthesizer model as discussed in [https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/449#issuecomment-671337302](https://github.com/CorentinJ/Real-Time-Voice…
-
Please check whether this paper is about 'Voice Conversion' or not.
## article info.
- title: **Vocoder-free End-to-End Voice Conversion with Transformer Network**
- summary: Mel-frequency filter ba…
-
Not 'pitch', since it modifies both the pitch and speed. I was actually digging through Blender to try to hack in such feature, but it seems that Blender uses audaspace (am I correct?). I don't see an…
-
How can I gradually change speed of a audio clip with time_stretch function?
like:
gradually change bpm 120 to 140 in 20 seconds
-
## 🚀 Refactor tests into small test suits.
As suggested/discussed in some [PR](https://github.com/pytorch/audio/pull/448#discussion_r385953906), I would like to clean up how unit tests are organize…