Add subtitle UI for voice playback
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using BriarQueen.Data.Identifiers;
|
||||
using BriarQueen.Framework.Events.System;
|
||||
|
||||
namespace BriarQueen.Framework.Events.Audio
|
||||
{
|
||||
public record VoicePlaybackStartedEvent(
|
||||
VoiceKey VoiceKey,
|
||||
SubtitleKey SubtitleKey,
|
||||
float ClipLengthSeconds) : IEvent;
|
||||
}
|
||||
Reference in New Issue
Block a user