Janis Lesinskis
Janis Lesinskis
> It's just a header with duration 0 WAV. That should be fairly easy to check for. The utterances check is far more subtle, good catch.
I guess one thing is that sox may be a whole lot faster depending on how the standard library wave module is implemented. This might be a good first issue...
It seems as though Kaldi needs sox anyway
I think this might be a situation where it makes sense to use this standard library function as a fallback only if sox is not available.
Work currently being done here: https://github.com/persephone-tools/persephone-web-API
Is there any test data for `filterbank_and_pitches`? I'm putting together environment build automation over in PR #208 and I'd like to be able to verify that I can automate the...
In that case perhaps we can just use an existing test set for the data but with the different parameters for this? I'd like to get some test that requires...
Is this issue related to #86 and #1 ?
It doesn't look like the `settings.ini` file that you have created is not being used. In response to your comments here I've started a branch to try to try improve...
It would appear that the settings file is not being found. Can you try editing the config.py file in your site packages to include an absolute path to your configuration...