🐳 chore: add gitignore

Former-commit-id: 4b0c474315f017d41978e20864fe53f0d66ae51d
Former-commit-id: a6d6ed40206688763dd106ed2f7267c79a4560c5
This commit is contained in:
2023-03-12 14:15:00 +08:00
parent 11b1f8ea6f
commit 6ca0312190
7 changed files with 60 additions and 2 deletions

7
.gitignore vendored
View File

@ -1 +1,6 @@
__pycache__
__pycache__
*.exe
*.mp3
*.mp4
*.log
test

View File

@ -1 +0,0 @@
6f720344bc9ccc140bde874d65b7173131ca7e99

View File

@ -0,0 +1 @@
194d7d0b1b6d3543e90fc7ec27f9d630788d859f

View File

@ -0,0 +1 @@
706e1143b70f850fc2c6246e4931e9fe02880e8b

1
English_listen_gen/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.txt

View File

@ -0,0 +1,49 @@
# Generater of English listening exam mp3
## Usage
Save the text in `input.txt` and the output file will saved as `02d%.mp3`. If the input file is too lang, the output will be splitted. Please merge them manually.
## Input Format
The conversations should be combined with the readers in the following format:
```plain text
<Symbol>: <Conversation>
```
Note that the there must be a space after `:`.
|Reader|Symbol|Voice name|
|-|-|-|
|Man|M|en-US-EricNeural|
|Woman|W|en-US-JennyMultilingualNeural|
|The Chinese prompt|B|zh-CN-YunfengNeural|
There is also a special symbol for the delay:
```plain text
{delay <Time>}
```
Note that the time is in seconds, and float is accepted.
## Example
This is the common begin for nearly all the exam for senior high.
```plain text
B: 听力考试现在开始
{delay 1}
B: 第一节。听下面三段对话每段对话后有一道小题从题中所给的A、B、C三个选项中选出最佳选项。听完每段对话后你都有十秒钟的时间来回答这一小题和阅读下一小题。每段对话仅读一遍。例如
{delay 1}
B: 现在你将有5秒钟的时间来阅读试卷上的例题。
{delay 5}
B: 你将听到以下内容
M: Excuse me. Can you tell me how much the shirt is?
W: Yes. It's nine fifteen.
{delay 0.5}
B: 你将有5秒钟时间来把正确答案标在试卷上衬衫的价格为九磅十五便士所以你选择C项并将其标在试卷上。
{delay 0.5}
B: 现在,你有五秒钟的时间来阅读第一小题的有关内容。
{delay 5}
```

2
down/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.aria2
*.json