Inquiry About Playing AudioClip from a Specific Time Point

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
JiraSpike
Posts: 2
Joined: Fri Jun 28, 2024 10:18 pm

Inquiry About Playing AudioClip from a Specific Time Point

Post by JiraSpike »

Could I can if the Dialogue System for Unity plugin supports scripting methods such as AudioWait(xxx), where the script specifies playing audio from a particular second to another defined endpoint? Like AudioWait(xxx, start second, end second)?
User avatar
Tony Li
Posts: 22886
Joined: Thu Jul 18, 2013 1:27 pm

Re: Inquiry About Playing AudioClip from a Specific Time Point

Post by Tony Li »

Hi,

There isn't a built-in command to do that, but you could write a custom sequencer command. You might even be able to make it a subclass of the Audio() or AudioWait() commands to inherit those commands default behavior and then override it to start at a specific time point.
Post Reply