# python读故事 **Repository Path**: lyc96/python-reading-stories ## Basic Information - **Project Name**: python读故事 - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-11-14 - **Last Updated**: 2021-04-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

批量语音合成

运行这个程序,你需要:
1、替换synthesistool.py模块中的 APP_KEY 、 APP_SECRET为你自己生成的 APP_KEY、APP_SECRET,生成过程详见:https://ai.youdao.com/doc.s#guide
2、该程序默认存放结果存在./result 文件夹下,你需要手动在项目路径下创建该目录。或者修改为任意你想存放的位置(synthesis.py line 29,mainwindow.py line23)