Nathan Whitehead
Nathan Whitehead
Just chiming in that I saw this exact issue. I was putting together a NOTICE file for a project and did `cargo license` to get all the dependencies. My editor...
One issue is that the code currently calls `g2p()` separately for each word. The `G2p` package can lookup the word in the dictionary or guess a pronunciation if it is...
This is a good idea! In the example output in the comment it seems to me like the audio is too loud everywhere. The waveform looks visually clipped and it...
Yeah, I think pyaudio should be some sort of "optional dependency" or something like that. I'm not an expert in python packaging but I'll see what I can figure out....
@joereynolds Yeah, I like that approach. I'll give that a try and see if there are any issues.