David Braun

Results 219 comments of David Braun

Thanks for giving it a try on Mac. As you probably guessed, I’ve only tested on Windows (Visual Studio 2019) and need some help from people with cross development experience....

Sure, sounds good! Please make a PR.

Hi, have some of the blockers related to multi-pose been resolved? It looked like a few issues from the model zoo were resolved.

```faust import("stdfaust.lib"); myfilter = fi.lowpass(1, cutoff) with { FREQ_MIN = 8; FREQ_MAX = 20050; cutoff = hslider("cutoff", FREQ_MIN, FREQ_MIN, FREQ_MAX, .01) : aa.clip(FREQ_MIN, FREQ_MAX); }; modulation = button("gate") : si.smoo...

No, creating plugins isn't an aim of the project.

Sorry I don’t know why it’s not working.

Which tox or project in this repository do you have in mind?

DAC was used in [VampNet](https://github.com/hugofloresgarcia/vampnet) and also as a [baseline](https://github.com/facebookresearch/audiocraft/blob/adf0b04a4452f171970028fcf80f101dd5e26e19/audiocraft/models/encodec.py#L262) compared to EnCodec in [MusicGen](https://github.com/facebookresearch/audiocraft/blob/main/docs/MUSICGEN.md). I haven't seen an open-source TTS paper use DAC.

@wanglouis49 Can you please take a look at this and my other PR? Or pass on to someone else at GDM?