Open bhiln opened 1 year ago
Describe the bug Incorrect voices.json information: en_US/cmu-arctic_low/config.json filesize and hash are incorrect in voices.json. They are currently:
voices.json
en_US/cmu-arctic_low/config.json
3583
40d55cdef742aadff581b4418763db0b559e7c49d1602c39d552cfd8ae47c249
To Reproduce Steps to reproduce the behavior:
mimic3 "Hello" --voice en_US/cmu-arctic_low
import os import mimic3_tts print("Expected", mimic3_tts._resources._VOICES["en_US/cmu-arctic_low"]["files"]["config.json"]) file_path = os.path.join(mimic3_tts.download.DEFAULT_VOICES_DOWNLOAD_DIR, "en_US/cmu-arctic_low/config.json") print("Actual size_bytes", os.path.getsize(file_path)) with open(file_path, "rb") as f: print("Actual sha256_sum", mimic3_tts.utils.file_sha256_sum(f))
Expected behavior Expected should match actual in step 2 above.
Log files N/A
Environment (please complete the following information): N/A
Additional context N/A
Describe the bug Incorrect
voices.json
information:en_US/cmu-arctic_low/config.json
filesize and hash are incorrect invoices.json
. They are currently:3583
40d55cdef742aadff581b4418763db0b559e7c49d1602c39d552cfd8ae47c249
To Reproduce Steps to reproduce the behavior:
Expected behavior Expected should match actual in step 2 above.
Log files N/A
Environment (please complete the following information): N/A
Additional context N/A