sweet

Results 42 comments of sweet

I'd really appreciate it, I love this kind of stuff and am early into programming (less than a year) and I learn the most from reading other people's code. Great...

Hey! "catnip" is my current attempt at re-writing the project. I ended up moving really fast at the beginning and things became disorganized. I wanted to optimize the script and...

Can you do me a favor and try the testing version? ``` curl -sL https://raw.githubusercontent.com/sweetbbak/catnip/main/catnip > catnip && chmod +x catnip ./catnip ```

Its an internal command. Its kind of late here, so I'll check it out tomorrow. Maybe I'll try it out in a VM. I tried to compile a binary for...

Flite and Festvox also have their own phoneme engines. Flite for example is an unlicensed/BSD style custom license. I believe it uses a version of cmu http://www.speech.cs.cmu.edu/cgi-bin/cmudict and Letter-to-Sound rules....

to be clear, I'm talking about a community effort writing an entirely new phonemizer based on Flite or Flites methods, and not using it directly. Trying to read Flite/Festvox code...

is it possible to do [CharsiuG2P](https://github.com/lingjzhu/CharsiuG2P/tree/main/sources/dicts) inference without using Python? It looks promising but that seems excessive. I don't see any examples of such. You could naively do word look...

Yea, this will also fail on NixOS, whereas '#!/usr/bin/env bash' will not. env being the only binary accessible in /usr/bin on NixOS.

Thanks, you're absolutely right. I'm thinking MIT or BSD since its very simple and permissive

Did you happen to resolve this issue? I'm having the same problem, except I used the current lessac ckpt model that came out today