# cantoneseTTS **Repository Path**: atomai/cantoneseTTS ## Basic Information - **Project Name**: cantoneseTTS - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-08 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Project install ``` pip install -r requirements.txt ``` # cantoneseTTS package install ``` cd cantoneseTTS python setup.py develop ``` # test successfull ``` >>> import cantoneseTTS >>> cantoneseTTS.cantoneseTTS_demo(input_text,volume) It is saved as: save_path ```