Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Inference strategy for real-time #3

@keepingitneil

Description

@keepingitneil

I'm working on implementing this into a real-time system. I notice that the model performs very well for full audio clips, but I'm struggling to get good results for a real-time use case.

It works just well enough for me to mostly rule out it being a bug on my end. What is the preferred strategy for real-time. I've been adding a delay, running inference on a full long window (like 2 seconds of audio) and taking the visemes from delay_sample from the end.

So
[prev_audio...current_frame...future_audio/delay].

Any insights into what works well?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions