김수민

name modfi

......@@ -2,7 +2,6 @@
<project version="4">
<component name="ChangeListManager">
<list default="true" id="5c08ae96-2f87-46c1-b81d-f30e494ce252" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app.js" beforeDir="false" afterPath="$PROJECT_DIR$/app.js" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
......@@ -71,6 +70,7 @@
<workItem from="1575459081260" duration="382000" />
<workItem from="1575532808855" duration="131000" />
<workItem from="1575532969901" duration="12000" />
<workItem from="1575533747259" duration="32000" />
</task>
<servers />
</component>
......
......@@ -253,7 +253,7 @@ function handleEvent(event) {
var audio_options = {
'Text': result.text,
'OutputFormat': 'mp3',
'VoiceId': 'Amy',
'VoiceId': 'Seoyeon',
"LanguageCode": 'ko-KR'
};
} else if (options.form.target == 'en') {
......