Make temporary fix for Modello navigator. 32/33932/1
authorJaska Uimonen <jaska.uimonen@helsinki.fi>
Fri, 16 Jan 2015 16:41:49 +0000 (18:41 +0200)
committerJaska Uimonen <jaska.uimonen@helsinki.fi>
Fri, 16 Jan 2015 16:41:49 +0000 (18:41 +0200)
Take into account that this fix will make all
synthetic speech coming from TTS behaving like
it would come from navigator. That means that
it is attenuating the underlying music stream and
mixing with it. This might actually work for most
TTS cases, but not for all. Eventually this has
to be fixed in Winthorpe and xwalk TTS plugin.

Change-Id: Ie0ee1c7efa99a757a0cbb8002e1fae627ff535ca

murphy/murphy-ivi.lua

index 88eb3d6..8012f6c 100644 (file)
@@ -43,8 +43,7 @@ application_class {
     route = {
         output = { driver = routing_group.default_driver_output }
     },
-    roles = { event  = no_resource,
-              speech = no_resource }
+    roles = { event  = no_resource }
 }
 
 application_class {
@@ -75,7 +74,7 @@ application_class {
         output = { driver = routing_group.default_driver_output,
                passanger1 = routing_group.default_passanger1_output }
     },
-    roles = { navigator = {0, "autorelease", "mandatory", "shared"} },
+    roles = { navigator = {0, "autorelease", "mandatory", "shared"}, speech = no_resource },
     binaries = { ['net.zmap.navi'] = { 0, "autorelease", "mandatory", "shared" } }
 }