MycroftAI / mimic-recording-studio

Mimic Recording Studio is a Docker-based application you can install to record voice samples, which can then be trained into a TTS voice with Mimic2
Apache License 2.0
493 stars 111 forks source link

Declare file encoding to fix load failure #84

Closed krisgesling closed 2 years ago

krisgesling commented 2 years ago

Description

The backend would fail to boot on certain machines without the encoding explicitly set.

Fixes #56 Also flagged at: https://community.mycroft.ai/t/mimic-recording-studio-installation-problem/12007/2

Type of PR

Testing

Ensure backend loads.

CLA