[Bug 50515] SofTalk 1.56 doesn't speak continuously after punctuation marks.

WineHQ Bugzilla wine-bugs at winehq.org
Sun Jan 17 08:43:18 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=50515

Sagawa <sagawa.aki+winebugs at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |download

--- Comment #1 from Sagawa <sagawa.aki+winebugs at gmail.com> ---
I'm preparing a patch for this case.

After a few days debugging, I found out that waveOutGetPosition() doesn't
conform to the native.

In detail, waveOutGetPosition() doesn't support TIME_MS type on native. So, it
returns playing position with TIME_BYTE type. However, on wine, TIME_MS is
supported.
While SofTalk asks TIME_MS type, it seems to rely on returning TIME_BYTE
counter. So, it doesn't work as expected, sigh.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list