klvbdmh

Results 10 comments of klvbdmh

I had this line in both `django/Dockerfile` and `docs/Dockerfile`: ``` && apt-get install -y libmaxminddb0 libmaxminddb-dev mmdb-bin \ ``` in the `RUN apt-get update` section. I also made changes in...

I downloaded the archives and unpacked them in the project directory, like so ``` app/ ├─ compose/ ├─ config/ ├─ geoip/ │ ├─ GeoLite2-City.mmdb │ ├─ GeoLite2-Country.mmdb ├─ locale/ ├─...

Oh thanks! Yeah, the site was down but it looks like it works now. I'll download the binaries and language files and I'll give it a go later (and of...

Ok, the first obvious problem is that `mbrola_voices_folder` variable in `Voice` class is hardcoded to `/usr/share/mbrola`. Folder like this doesn't exist on Windows. In fact, there's no default location for...

It totally makes sense. At the same time it looks like premature optimization to me. How big are the gains exactly? Also it leads to code duplication - we have...

I can't even run in from the command line. It simply says `Failed to read voice 'mb-de1'`. I see. So there's no problem with using `wav` as default. Fully agree...

Good call on the examples. And it's great that you figured out the bytes method. The error is coming from espeak.

Ok, we're almost there. There's one more problem with running tests on Windows. For some reason I still fail all ToAudio tests. They all raise `AssertionError` when comparing bytes of...

Awesome news about travis! The error happened before I made those changes too (and I confirmed it by reverting to an old version on my local repo). I added a...

Then how are you able to pass the tests with de1 voice?