Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 2.52 KB

cmd-config.md

File metadata and controls

43 lines (31 loc) · 2.52 KB

Header Logo

↤ Developer Overview

mimic config

Application Configuration Made Easy

Easily configure everything your project needs by entering the following command ( NOTE: This is required before running mimic setup ):

mimic config

AWS S3 Configuration

Before you can perform a backup or restore, you will need to provide the following AWS Credentials:

Name Example Definition
AWS_ACCESS_KEY AKIAIOSFODNN7EXAMPLE [?] AWS Access Key
AWS_SECRET_KEY wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY [?] AWS Secret Key
AWS_S3_BUCKET mimic-my-voice [?] AWS S3 Bucket Name
AWS_S3_REGION us-east-1 [?] AWS S3 Bucket Region

Mimic Recording Studio Configuration

Name Example Definition
MRS_CORPUS_CSV 1 english_corpus.csv Name of the CSV file to use in the prompts directory
MRS_PORT_BACKEND 5000 This is the Port you want use for Mimic Recording Studios Back-end API
MRS_PORT_FRONTEND 3000 This is the Port you want use for Mimic Recording Studios Front-end Client
MRS_PROMPT_SPEED 0.9 [?] Speed to use for Browsers TTS when Reading Prompt
MRS_PROMPT_VOICE Google US English [?] Voice to use for Browsers TTS when Reading Prompt
MRS_USERNAME default_user Username you are using for Mimic Recording Studio ( only A-Z, underscore or dashes )

Footnotes

  1. If you have a custom CSV file you want to read from, place it in the mimic-my-voice/mimic-recording-studio/backend/prompts/ directory and set the MRS_CORPUS_CSV configuration option to be just the file name.