cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
340
Views
0
Helpful
1
Replies

Bargein setting differentiation in the AudioGroup

denizcaglar
Level 4
Level 4

Hi,

I have a menu element, one initial audio, two Form NoMatch1 audios,  I need to make first nomatch1 audio bargein allowed,but second nomatch audio bargein not allowed. But I see that the bargein setting is for Auido Groups, i think this is a very basic need, and i have lots of menu with this need. I dont want to handle this with getting all of the nomatch audios out of the element, and count them, make max nomatch decision etc...

So is there any easy solution or workaroud?

<audio_group barge_in="true" count="1" name="initial_audio_group">

<audio_item name="audio item 1" type="static">

<audio_item_notes></audio_item_notes>

<audio_item_config view_id="default">

<static default_audio_path="true" uri="initial.wav"></static>

</audio_item_config>

</audio_item>

</audio_group>

<audio_group barge_in="true" count="1" name="nomatch_audio_group">

<audio_item name="audio item 1" type="static">

<audio_item_notes></audio_item_notes>

<audio_item_config view_id="default">

<static default_audio_path="true" uri="nomatch1.wav"></static>

</audio_item_config>

</audio_item>

<audio_item name="audio item 2" type="static">

<audio_item_notes></audio_item_notes>

<audio_item_config view_id="default">

<static default_audio_path="true" uri="nomatch2.wav"></static>

</audio_item_config>

</audio_item>

</audio_group>

1 Reply 1

janinegraves
Spotlight
Spotlight

Not that I know of.