-
Hi. First off, thanks very much for your work on this project. The first thing I noticed when I started working with the teensy audio was the issue with the sawtooth aliasing, and you have definitely …
-
Hello,
Firstly, well done and thank you for creating such superb library.
I discovered this library today and was reading through your documentation.
https://tonejs.github.io/
I could see po…
-
For example:
- delay
- other filter types (high-pass, band-pass, comb filter)
- more efficient saw oscillator
- efficient pulse oscillator (pulse-width modulated)
- lfos (maybe just add a frequency pa…
-
here a list of cool apps from avlinux distro
Alsamixer (mixer for the Alsa sound server)
Ardour (digital audio workstation)
Audacity (audio recorder and editor)
Avidmux (video editor)
Cinelerra-GG (…
-
* there's no reason the data bus can't be 16 bit
* really there's no reason why the data can't be analog, too. i could extend the ALU with operations for opamps
* more ALU ops, 3 bits isn't enough
…
katef updated
2 years ago
-
Hello,
I've compiled and installed faust to use the faust2teensy.
I use the command:
`faust2teensy -lib FaustVoice.dsp`
The cpp and h file are different from the files generated by the faus…
-
Is there any option in WaoN for getting a monophic melody? For example for transcribing single notes of a whistle, a flute, a piano...
-
I have a rather simple monophonic midi file which I use as primer and want to generate a polyphonic-richer version of it .
Since I do not want to include it directly as starting string but want it…
-
在AI帮忙下添加了一个自定义多音字音素的功能, 仅供参考.
首先在根目录下添加个一个"自定义多音字.json"文件, 里面可以自定义多音字的发音, 例如:
```
{
"大夫": ["d", "ai4", "f", "u5"],
"换行": ["h", "uan4", "h", "ang2"]
}
```
然后修改GPT_SoVITS/inference_web…
-
Dear Amalgameated Harmonics,
I'm a newbie in building modular synth and found the software Cardinal. I thing you know it. Within Cardinal your modules are available and I tried your Arp3.1. In Cardin…