Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -2,7 +2,6 @@ | ... | @@ -2,7 +2,6 @@ |
2 | <project version="4"> | 2 | <project version="4"> |
3 | <component name="ChangeListManager"> | 3 | <component name="ChangeListManager"> |
4 | <list default="true" id="5c08ae96-2f87-46c1-b81d-f30e494ce252" name="Default Changelist" comment=""> | 4 | <list default="true" id="5c08ae96-2f87-46c1-b81d-f30e494ce252" name="Default Changelist" comment=""> |
5 | - <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> | ||
6 | <change beforePath="$PROJECT_DIR$/app.js" beforeDir="false" afterPath="$PROJECT_DIR$/app.js" afterDir="false" /> | 5 | <change beforePath="$PROJECT_DIR$/app.js" beforeDir="false" afterPath="$PROJECT_DIR$/app.js" afterDir="false" /> |
7 | </list> | 6 | </list> |
8 | <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> | 7 | <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> |
... | @@ -71,6 +70,7 @@ | ... | @@ -71,6 +70,7 @@ |
71 | <workItem from="1575459081260" duration="382000" /> | 70 | <workItem from="1575459081260" duration="382000" /> |
72 | <workItem from="1575532808855" duration="131000" /> | 71 | <workItem from="1575532808855" duration="131000" /> |
73 | <workItem from="1575532969901" duration="12000" /> | 72 | <workItem from="1575532969901" duration="12000" /> |
73 | + <workItem from="1575533747259" duration="32000" /> | ||
74 | </task> | 74 | </task> |
75 | <servers /> | 75 | <servers /> |
76 | </component> | 76 | </component> | ... | ... |
... | @@ -253,7 +253,7 @@ function handleEvent(event) { | ... | @@ -253,7 +253,7 @@ function handleEvent(event) { |
253 | var audio_options = { | 253 | var audio_options = { |
254 | 'Text': result.text, | 254 | 'Text': result.text, |
255 | 'OutputFormat': 'mp3', | 255 | 'OutputFormat': 'mp3', |
256 | - 'VoiceId': 'Amy', | 256 | + 'VoiceId': 'Seoyeon', |
257 | "LanguageCode": 'ko-KR' | 257 | "LanguageCode": 'ko-KR' |
258 | }; | 258 | }; |
259 | } else if (options.form.target == 'en') { | 259 | } else if (options.form.target == 'en') { | ... | ... |
-
Please register or login to post a comment