Josh
Josh
The [read and connect timeouts for `SpokestackTTSClient`](https://github.com/spokestack/spokestack-android/blob/master/src/main/java/io/spokestack/spokestack/tts/SpokestackTTSClient.java#L51-L52) should be configurable. This should be achievable by looking for new `SpeechConfig` properties in [`SpokestackTTSService`](https://github.com/spokestack/spokestack-android/blob/master/src/main/java/io/spokestack/spokestack/tts/SpokestackTTSService.java) and passing them directly to a new client...
Submitted for your consideration—it's just an extra configuration option + a short-circuit inside the classification method.
The `clean-fid` library has an old version of `requests` pinned in its dependencies that's currently causing me some headaches. I see a couple discussions related to replacing/reimplementing `clean-fid` (#7 and...
I work in a mixed team and occasionally get ragged on for Cursive messing up existing indentation, particularly in `:require` lists. I can't seem to match the clojure-mode default in...
The paper mentions using CoMoSpeech for the SVS task and briefly describes feature extraction, but I can't find that feature extraction or summing with the phoneme features in the code....