From b9bda20d81ea44ed8265de8819eb95e2e31dabf9 Mon Sep 17 00:00:00 2001 From: asanoaozora Date: Tue, 26 Sep 2017 13:55:44 +0200 Subject: update speech POC and connect it to navigation (some improvements needed) --- api/franca/hmi/speechservice/SpeechOutput.fidl | 2 +- api/speech-service/genivi-speechservice-speechoutput.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'api') 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 @@ openPrompter = Must be called to open a SpeechOutputService session and to get the audio connection. - + connectionType (of type ConnectionType) = Sets the Audio connection that should be used for the prompter application. enum[CT_NAVIGATION (null), CT_READER (null), CT_GEN_HIGH (null), CT_GEN_MEDIUM (null), CT_GEN_LOW (null), CT_MAX (null)] - + preProcessingType (of type PreProcessingType) = Sets the text normaization mode and which active prompt data base will be activated. enum[PPT_DIALOG (null), PPT_NAVIGATION (null), PPT_NONE (null), PPT_READER (null), PPT_MAX (null)] @@ -72,7 +72,7 @@ notifyConnectionStatus = Notifies the connection status - + connectionStatus (of type ConnectionStatus) = Client connection status. 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)] @@ -100,7 +100,7 @@ notifyQueueStatus = Notifies the queue status. - + queueStatus (of type QueueStatus) = Fill status of the text buffer. enum[QS_UNKNOWN (null), QS_FULL (null), QS_HIGH_FILL (null), QS_LOW_FILL (null), QS_MAX (null)] @@ -111,7 +111,7 @@ notifyTTSStatus = Notifies the TTS engine status. - + ttsStatus (of type TtsStatus) = Current status of the TTS. 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)] -- cgit v1.2.1