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

[Bug]: bookmark and punctuation timestamp misaligned #829

Open
branaway opened this issue Jun 5, 2024 · 2 comments
Open

[Bug]: bookmark and punctuation timestamp misaligned #829

branaway opened this issue Jun 5, 2024 · 2 comments
Assignees
Labels
bug Something isn't working in review Acknowledged and being looked at now service side issue This is a service side issue, not in SDK text-to-speech

Comments

@branaway
Copy link

branaway commented Jun 5, 2024

What happened?

<speak version='1.0' xmlns="http://www.w3.org/2001/10/synthesis" xmlns:mstts="https://www.w3.org/2001/mstts" xml:lang='en-US'>
        <voice name='en-US-BrianNeural'>
john: <bookmark mark="@newline"/> hello
        </voice>
      </speak>

two problems:

  1. The ':' before the bookmark carried a timestamp that was later than the bookmark.
  2. with the @ I received empty string as the bookmark; without it, I received garbled junk characters.

The whole bookmark thing is weird!

Version

1.36.0 (Latest)

What browser/platform are you seeing the problem on?

No response

Relevant log output

No response

@branaway branaway added the bug Something isn't working label Jun 5, 2024
@branaway
Copy link
Author

branaway commented Jun 5, 2024

and also tried emojis, well...

@BrianMouncer BrianMouncer assigned yulin-li and unassigned yulin-li and glharper Jun 5, 2024
@BrianMouncer BrianMouncer added text-to-speech in review Acknowledged and being looked at now labels Jun 5, 2024
@yulin-li yulin-li added the service side issue This is a service side issue, not in SDK label Jun 5, 2024
@ForrestGumb
Copy link

Issue #1: send bookmark event before word boundary event for ":".
This is a TTS service issue. When bookmark is beside a punctuation, TTS service can't guarantee the order of bookmark event and word boundary event of punctuation.
There's no clear plan to fix this issue.

Issue #2 is the same as #828.
We'll fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in review Acknowledged and being looked at now service side issue This is a service side issue, not in SDK text-to-speech
Projects
None yet
Development

No branches or pull requests

5 participants