Skip to content

Add HandlePlayingSamples callback for audio playback#456

Merged
uezo merged 1 commit intomasterfrom
develop
Aug 16, 2025
Merged

Add HandlePlayingSamples callback for audio playback#456
uezo merged 1 commit intomasterfrom
develop

Conversation

@uezo
Copy link
Owner

@uezo uezo commented Aug 16, 2025

Introduced a public Action<float[]> HandlePlayingSamples to allow processing of audio samples during playback. When set, the code now processes and provides audio sample buffers in sync with playback, enabling features like real-time lip sync or visualization.

Introduced a public Action<float[]> HandlePlayingSamples to allow processing of audio samples during playback. When set, the code now processes and provides audio sample buffers in sync with playback, enabling features like real-time lip sync or visualization.
@uezo uezo merged commit 9a16b87 into master Aug 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant