# tts **Repository Path**: meaktsui/tts ## Basic Information - **Project Name**: tts - **Description**: No description available - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-25 - **Last Updated**: 2021-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 前置条件: 安装ffmpeg: ```bash ## mac系统可以先安装包管理工具homebrew brew install ffmpeg ``` ## 全局安装(在项目根目录): ```bash npm i -g ``` ## 命令使用: ```bash tts set appkey secret tts p -p -d ``` ## 在webstorm中debug: 先在index.js文件里右键-->debug,然后修改run/debug configuration,添加参数,如图: ![图片](./imgs/截屏2021-07-01%2022.29.30.png) ![图片](./imgs/截屏2021-07-01%2022.33.12.png) ![图片](./imgs/截屏2021-07-01%2022.28.28.png)