Page MenuHomePhabricator

Request: Avoid floating values in Wikispeech-server response
Closed, ResolvedPublic

Description

Due to JSON serialization problems with floating values in PHP, would it be possible to use integer milliseconds (micro, nano or what not) rather than floating point seconds when defining timing in the Wikispeech-server response?

PHP related "bug" can be seen here:
https://bugs.php.net/bug.php?id=75800

Event Timeline

kalle renamed this task from Request: Avoid floating values in Speechoid-server response to Request: Avoid floating values in Wikispeech-server response.Aug 12 2020, 9:24 PM
kalle created this task.
Lokal_Profil subscribed.

Removing WMSE from this. We'll have a subtask for implementing after STTS updates Speechoid

Output json now contains timing in milliseconds instead of seconds