Stop Voice
Stop playing voice audio
Description
'stop voice [voice_id] [with fade <time>]'Parameters
Name
Type
Description
Examples
Stop a Specific Voice
monogatari.script({
'Start': [
'play voice dialog_002 with loop',
'The previous voice will be repeating itself over and over',
'play voice dialog_001',
'Two voices are currently playing',
'stop voice dialog_002',
'Now the first one has stopped and the second one will stop as soon as it ends',
'end'
]
});monogatari.assets('voices', {
'dialog_001': 'dialog_file_1.mp3',
'dialog_002': 'dialog_file_2.mp3'
});Stop All Voices
Fade Out Effect
Fade Out All Voices
Related Actions
Last updated
Was this helpful?