summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2017-09-26 13:55:44 +0200
committerasanoaozora <fifitaneki@hotmail.com>2017-09-26 13:55:44 +0200
commitb9bda20d81ea44ed8265de8819eb95e2e31dabf9 (patch)
tree084b28b6af44b393137a21f7abb6c7e1402daafe /api
parentf14e57e3656a5500563bdd32537ac1295d4a3f52 (diff)
downloadpoi-service-b9bda20d81ea44ed8265de8819eb95e2e31dabf9.tar.gz
update speech POC and connect it to navigation (some improvements needed)
Diffstat (limited to 'api')
-rw-r--r--api/franca/hmi/speechservice/SpeechOutput.fidl2
-rw-r--r--api/speech-service/genivi-speechservice-speechoutput.xml10
2 files changed, 6 insertions, 6 deletions
diff --git a/api/franca/hmi/speechservice/SpeechOutput.fidl b/api/franca/hmi/speechservice/SpeechOutput.fidl
index 98e94e1..3f4768c 100644
--- a/api/franca/hmi/speechservice/SpeechOutput.fidl
+++ b/api/franca/hmi/speechservice/SpeechOutput.fidl
@@ -7,7 +7,7 @@
// Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with
// this file, You can obtain one at http://mozilla.org/MPL/2.0/.
-package org.genivi.hmi.speechoutputservice
+package org.genivi.hmi.speechservice
import org.genivi.CommonTypes.* from "../../CommonTypes.fidl"
diff --git a/api/speech-service/genivi-speechservice-speechoutput.xml b/api/speech-service/genivi-speechservice-speechoutput.xml
index 35838c3..6b162cc 100644
--- a/api/speech-service/genivi-speechservice-speechoutput.xml
+++ b/api/speech-service/genivi-speechservice-speechoutput.xml
@@ -24,13 +24,13 @@
<doc>
<line>openPrompter = Must be called to open a SpeechOutputService session and to get the audio connection.</line>
</doc>
- <arg direction="in" name="connectionType" type="u">
+ <arg direction="in" name="connectionType" type="i">
<doc>
<line>connectionType (of type ConnectionType) = Sets the Audio connection that should be used for the prompter application.</line>
<line>enum[CT_NAVIGATION (null), CT_READER (null), CT_GEN_HIGH (null), CT_GEN_MEDIUM (null), CT_GEN_LOW (null), CT_MAX (null)]</line>
</doc>
</arg>
- <arg direction="in" name="preProcessingType" type="u">
+ <arg direction="in" name="preProcessingType" type="i">
<doc>
<line>preProcessingType (of type PreProcessingType) = Sets the text normaization mode and which active prompt data base will be activated.</line>
<line>enum[PPT_DIALOG (null), PPT_NAVIGATION (null), PPT_NONE (null), PPT_READER (null), PPT_MAX (null)]</line>
@@ -72,7 +72,7 @@
<doc>
<line>notifyConnectionStatus = Notifies the connection status</line>
</doc>
- <arg direction="out" name="connectionStatus" type="u">
+ <arg direction="out" name="connectionStatus" type="i">
<doc>
<line>connectionStatus (of type ConnectionStatus) = Client connection status.</line>
<line>enum[CS_UNKNOWN (null), CS_ESTABLISHED (null), CS_REFUSED (null), CS_POSSIBLE (null), CS_PENDING (null), CS_PAUSED (null), CS_TERMINATED (null), CS_MAX (null)]</line>
@@ -100,7 +100,7 @@
<doc>
<line>notifyQueueStatus = Notifies the queue status.</line>
</doc>
- <arg direction="out" name="queueStatus" type="u">
+ <arg direction="out" name="queueStatus" type="i">
<doc>
<line>queueStatus (of type QueueStatus) = Fill status of the text buffer.</line>
<line>enum[QS_UNKNOWN (null), QS_FULL (null), QS_HIGH_FILL (null), QS_LOW_FILL (null), QS_MAX (null)]</line>
@@ -111,7 +111,7 @@
<doc>
<line>notifyTTSStatus = Notifies the TTS engine status.</line>
</doc>
- <arg direction="out" name="ttsStatus" type="u">
+ <arg direction="out" name="ttsStatus" type="i">
<doc>
<line>ttsStatus (of type TtsStatus) = Current status of the TTS.</line>
<line>enum[TS_UNKNOWN (null), TS_NOT_INITIALIZED (null), TS_ACTIVE (null), TS_ABORTED (null), TS_MARKER (null), TS_IDLE (null), TS_ENQUEUED (null), TS_FINISHED (null), TS_FAILED (null), TS_MAX (null)]</line>