Fredric commited on
Commit
5e3be79
ยท
1 Parent(s): e5dfe48

add capture on readme

Browse files
Files changed (2) hide show
  1. README.md +3 -0
  2. images/capture.png +0 -0
README.md CHANGED
@@ -2,6 +2,9 @@
2
 
3
  This project explores ways to incorporate emotion into Text-to-Speech (TTS) using OpenAI's GPT-4o-mini for text modification and TTS-1 for speech synthesis.
4
 
 
 
 
5
  ## Background
6
 
7
  While some TTS systems like Bark can include descriptive elements in speech (e.g., "(ํฐ ์†Œ๋ฆฌ๋กœ) ์œ„ํ—˜ํ•ด์š”!"), they may have quality issues with noise. This project aims to find a method to convey emotion using OpenAI's TTS while maintaining high audio quality.
 
2
 
3
  This project explores ways to incorporate emotion into Text-to-Speech (TTS) using OpenAI's GPT-4o-mini for text modification and TTS-1 for speech synthesis.
4
 
5
+ ![Capture](./images/capture.png)
6
+
7
+
8
  ## Background
9
 
10
  While some TTS systems like Bark can include descriptive elements in speech (e.g., "(ํฐ ์†Œ๋ฆฌ๋กœ) ์œ„ํ—˜ํ•ด์š”!"), they may have quality issues with noise. This project aims to find a method to convey emotion using OpenAI's TTS while maintaining high audio quality.
images/capture.png ADDED