Kyle Gorman

Results 183 comments of Kyle Gorman

The parenthetical error statement is irrelevant here---(the normal case is this fails because it tries to read from stdin but no audio file is passed in---hence the suggestion), so ignore...

I have no idea what would cause this. First debugging step would be to try downsampling to 16 bits and see if it goes away? Other than that though I...

"file ID" as in here: http://pubs.opengroup.org/onlinepubs/7908799/xsh/fileno.html On Sat, Feb 23, 2019 at 2:30 AM Lychee Tsu wrote: > In the swipe.c file, > I don't know *int fid*, > What...

if by "frameshift" you mean the time increment between output pitch samples, that's dt. The strength threshold is a value in the range [0, 1]: all pitch measurements that fall...

That's right. On Wed, Jul 19, 2017 at 7:03 PM, tuanad121 wrote: > I see, the strength threshold is like voiced/unvoiced threshold. If pitch > fall below the threshold, we...

Okay. Do you want to refactor? FWIW I think many Python users are unfamiliar with loading a wave file into a numpy vector, so an illustrative example will be needed....

Thanks for this. I like the idea of adding support for this but repeatedly switching on a single constant boolean inside of a loop is IMO poor design. It should...

When the lexicon is reasonably large I am not shocked that matching could take up to a few seconds. A few things that might help: * Use a smaller lexicon...

This doesn't support (and it's not obvious to me how it could support) morphologically complex wordforms (no one really knows much about the degree to which morphological boundaryhood influences English...

This is too cryptic for me to interpret. Can you state clearly what the issue is?