-
The purpose of this module is to create filter functions to modify input sound waves for greater flexibility in the audio that is produced from user input.
Currently some basic filter functions tha…
-
It would be nice if inputs had a passthrough with tapin~ 1 -> tapout~ 0.
This way feedback routings between modules will be accommodated.
-
### What happened?
for historical reasons, we've got
```c++
#ifdef HAVE_CONFIG_H
#include
#endif
```
all over the place.
And luckily, we nearly never need that.
So, in the intere…
-
After much playing around, I believe the method I'm using to detect tempo is working; however, since I'm trying to use it for some very different files, I guess it's to be expected that I'd get some g…
-
Hi,
The MFCC values returned from my audio clip are all identical for every position.
From fvec_print:
```
-263.727936 -0.000001 0.000001 0.000010 -0.000004 0.000002 -0.000022 0.000013 0.0000…
-
Referred from https://github.com/telegramdesktop/tdesktop/issues/25743
Original issue:
### Steps to reproduce
1. Listen to a video or voice message at 1x
2. Listen at different speed. On vide…
-
Great work! This singing synthesis effect is the best I have heard so far, and the paper is also very scientific. Will you release the code?
-
`torchaudio` is an extension library for PyTorch, designed to facilitate audio processing using the same PyTorch paradigms familiar to users of its tensor library. It provides powerful tools for audio…
-
**Introduction**
There are two different phase (rotation) conventions that have been adopted in the DSP community for specification of the Hilbert transform.
1. [ cos', sin' ]
2. [ cos', -sin' …
-
There's some way to make pitch shift using spcore?