You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a given abbreviation in a dtbook XML, the expected corresponding audio sample should tell the content of the title attribute.
For example, an abbreviation structured as <abbr title="number">n°</abbr> should be pronunced "number".
Actual Behavior
The text to speech engine receives and tells the original text instead of the content of the title attribute.
Steps to Reproduce
Create a dtbook with a simple abbreviation tag.
Requests its conversion as daisy3 or epub3 with audio in the daisy pipeline 2.
Details
It was tested with SAPI / Onecore text to speech adapter.
In debug, the ssml received by the adapter before the "transform-ssml" tts specific phase was not keeping the abbreviation title content.
Environment
Operating system: Windows 10 64-bit
DAISY Pipeline 2 version: 1.14.14
Interface: Daisy pipeline App (2023)
The text was updated successfully, but these errors were encountered:
NPavie
changed the title
DTBook text-to-speech : pronounce abbreviation titles when it exists
DTBook text-to-speech : pronounce abbreviation title when it exists
Jul 3, 2023
Expected Behavior
For a given abbreviation in a dtbook XML, the expected corresponding audio sample should tell the content of the title attribute.
For example, an abbreviation structured as
<abbr title="number">n°</abbr>
should be pronunced "number".Actual Behavior
The text to speech engine receives and tells the original text instead of the content of the title attribute.
Steps to Reproduce
Create a dtbook with a simple abbreviation tag.
Requests its conversion as daisy3 or epub3 with audio in the daisy pipeline 2.
Details
It was tested with SAPI / Onecore text to speech adapter.
In debug, the ssml received by the adapter before the "transform-ssml" tts specific phase was not keeping the abbreviation title content.
Environment
The text was updated successfully, but these errors were encountered: