Spaces:
Running
Running
Aliaksandr
commited on
Update readme.md
Browse files
readme.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1 |
-
###
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
|
|
3 |
- [ ] prepare text for TTS
|
4 |
- [x] prepare prompt to split text into character phrases
|
5 |
- [ ] split large text in batches, process each batch separatelly, concat batches
|
@@ -11,3 +22,4 @@ detailed enough to select appropriate voice
|
|
11 |
- [ ] preprocess text phrases for TTS: add intonation markers, auto-set TTS params
|
12 |
- [ ] run TTS to create narration
|
13 |
- [ ] add effects. mix them with created narration
|
|
|
|
1 |
+
### Action items
|
2 |
+
- [ ] move speaker split to new pipeline
|
3 |
+
- [ ] env template
|
4 |
+
- [ ] move from AI/ML api to langchain
|
5 |
+
- [ ] bugfix w/ 11labs api
|
6 |
+
- [ ] async synthesis
|
7 |
+
- [ ] map characters to voices
|
8 |
+
- [ ] emotion enrichment: add intonation markers, auto-set TTS params
|
9 |
+
- [ ] generate good enough sound effects for background
|
10 |
+
- [ ] mix effects with narrration
|
11 |
+
- [ ] allow files uplaod (.txt)
|
12 |
|
13 |
+
### Backlog
|
14 |
- [ ] prepare text for TTS
|
15 |
- [x] prepare prompt to split text into character phrases
|
16 |
- [ ] split large text in batches, process each batch separatelly, concat batches
|
|
|
22 |
- [ ] preprocess text phrases for TTS: add intonation markers, auto-set TTS params
|
23 |
- [ ] run TTS to create narration
|
24 |
- [ ] add effects. mix them with created narration
|
25 |
+
|