Skip to content

Commit

Permalink
23.12.09
Browse files Browse the repository at this point in the history
  • Loading branch information
Whale-Yu committed Dec 9, 2023
0 parents commit fc98759
Show file tree
Hide file tree
Showing 16 changed files with 6,118 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/VoiceSynthAssistant.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

175 changes: 175 additions & 0 deletions .idea/deployment.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 59 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 语音合成助手

## 介绍
语音合成助手是一个基于Python的应用程序,旨在将文本转换为语音。它利用语音合成技术,将输入的文本转化为自然流畅的语音输出。该助手提供了一个用户友好的图形界面,使用户能够轻松输入文本并选择所需的语音合成设置。

通过语音合成助手,你可以轻松地将文本转换为语音,用于各种应用场景,如语音导航、语音提示、语音辅助等。

它为用户提供了一种简单而强大的方式来将文本转换为自然流畅的语音输出。

## 使用
使用语音合成助手,你可以通过以下步骤实现语音合成:

1、在文本编辑框中输入要转换为语音的文本。

2、从可用的声音选择列表中选择所需的语音类型。

3、调整速度和语等参数,以获得所需的语音效果。

4、指定要保存的文件名和路径。

5、点击生成按钮开始语音合成过程。

## 参考
[tts](https://github.com/skygongque/tts)
7 changes: 7 additions & 0 deletions SSML.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<speak xmlns="http://www.w3.org/2001/10/synthesis" xmlns:mstts="http://www.w3.org/2001/mstts" xmlns:emo="http://www.w3.org/2009/10/emotionml" version="1.0" xml:lang="en-US">
<voice name="zh-CN-YunxiNeural">
<prosody rate="10%" pitch="30%">
我是语音助手
</prosody>
</voice>
</speak>
Binary file added __pycache__/tts.cpython-310.pyc
Binary file not shown.
Loading

0 comments on commit fc98759

Please sign in to comment.