Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to detect when visemes are received completely? #2093

Closed
ashikns opened this issue Oct 2, 2023 · 4 comments
Closed

How to detect when visemes are received completely? #2093

ashikns opened this issue Oct 2, 2023 · 4 comments
Assignees
Labels
pending close Closed soon without new activity

Comments

@ashikns
Copy link

ashikns commented Oct 2, 2023

I'm using the C# sdk on on a ASP .Net 7 app. VisemeReceived event sometimes fires after the SynthesisCompleted event, and there is no VisemeCompleted event so how to identify when all visemes have been received? Note that I'm taking the result data from AudioData field of the synthesizer (i.e. I am not waiting for the audio playback duration). The goal is to take both audio data and viseme data and send it as api response.

Similar question asked here but no answers: #1832

Cognitive SDK (nuget): 1.32.1

  • OS: Running on Azure App Service (Windows)
  • Hardware - 32 bit
  • Programming language: C#
@yulin-li
Copy link
Contributor

yulin-li commented Oct 8, 2023

Hi, thanks for reporting this issue and sorry for the delayed response as I took vacation last week. You are right that we don't have a signal to indicate the viseme data have been received. We will discuss internally and come back to you.

@github-actions
Copy link

This item has been open without activity for 19 days. Provide a comment on status and remove "update needed" label.

@github-actions github-actions bot added the update needed For items that are in progress but have not been updated label Oct 30, 2023
@yulin-li
Copy link
Contributor

yulin-li commented Nov 1, 2023

The issue will be fixed in next release (1.33.0), where the SynthesisCompleted is guaranteed to be fired after all metadata events.

@yulin-li yulin-li added pending close Closed soon without new activity and removed update needed For items that are in progress but have not been updated labels Nov 1, 2023
@pankopon
Copy link
Contributor

Closed as fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending close Closed soon without new activity
Projects
None yet
Development

No branches or pull requests

3 participants