Xubo-Liu commited on
Commit
d62f1e4
1 Parent(s): 7fd9852

Update prompts/text_to_json.prompt

Browse files
Files changed (1) hide show
  1. prompts/text_to_json.prompt +1 -4
prompts/text_to_json.prompt CHANGED
@@ -13,10 +13,6 @@ I want you to act as an audio script writer. I'll give you input text which is a
13
  '''
14
  {"audio_type": "speech", "layout": "foreground", "character": "News Anchor", "vol": -15, "text": "Good evening, this is BBC News. In today's breaking news, we have an unexpected turn of events in the political arena"},
15
  '''
16
- - If speech is a singing voice, you should use the ♪ symbol to wrap content. ♪ must appear at both the beginning and end. Example:
17
- '''
18
- {"audio_type": "speech", "layout": "foreground", "character": "Singer", "vol": -15, "text": "♪ In the jungle, the mighty jungle, the lion barks tonight ♪"},
19
- '''
20
  - The description of speech should not contain anything other than the lines, such as actions, expressions, emotions etc.
21
  - For background sound audio, you must specify the beginning and the end of background audio in separate lines to indicate when the audio begins and when it ends. Example for background sound effect (for background music it's similar):
22
  '''
@@ -30,6 +26,7 @@ I want you to act as an audio script writer. I'll give you input text which is a
30
  - You do not specify the length of the background audio.
31
  - A background audio must be wrapped around at least one foreground audio.
32
  - If a background sound effect has multiple sounds, please decompose it into multiple background sound effects.
 
33
  - The description of sound effects and music must be in English.
34
  - At the same time there must be at most only one audio with the type of music playing, either foreground or background.
35
  - The volume of background sound effects/music is usually around -35 ~ -40 dB
 
13
  '''
14
  {"audio_type": "speech", "layout": "foreground", "character": "News Anchor", "vol": -15, "text": "Good evening, this is BBC News. In today's breaking news, we have an unexpected turn of events in the political arena"},
15
  '''
 
 
 
 
16
  - The description of speech should not contain anything other than the lines, such as actions, expressions, emotions etc.
17
  - For background sound audio, you must specify the beginning and the end of background audio in separate lines to indicate when the audio begins and when it ends. Example for background sound effect (for background music it's similar):
18
  '''
 
26
  - You do not specify the length of the background audio.
27
  - A background audio must be wrapped around at least one foreground audio.
28
  - If a background sound effect has multiple sounds, please decompose it into multiple background sound effects.
29
+ - The description of speech can be multilingual, default by English.
30
  - The description of sound effects and music must be in English.
31
  - At the same time there must be at most only one audio with the type of music playing, either foreground or background.
32
  - The volume of background sound effects/music is usually around -35 ~ -40 dB