Page MenuHomePhabricator
Feed Search

Oct 18 2017

HaraldBerthelsen added a comment to T177910: Flite voice sounds weird without textprocessor=basic_en.

New version of flite_adapter.

Oct 18 2017, 3:08 PM · Wikispeech-STTS, Wikispeech-Synthesis, Wikispeech

Oct 17 2017

HaraldBerthelsen added a comment to T177910: Flite voice sounds weird without textprocessor=basic_en.

In what way does it sound weird? I can't reproduce, what I've tested sounds fine, or at least the same no matter which textprocessor is used..
If it doesn't, yes that should be fixed!

Oct 17 2017, 8:47 PM · Wikispeech-STTS, Wikispeech-Synthesis, Wikispeech

Oct 6 2017

HaraldBerthelsen added a comment to T177069: workflow_demo: Uncaught SyntaxError for Norwegian.

Did you update lexdata, copy the new symboltable, restart pronlex server, update wikispeech, restart wikispeech server?
In that case I must have forgotten to commit something.

Oct 6 2017, 9:30 AM · Wikispeech, Wikispeech-STTS
HaraldBerthelsen added a comment to T177585: Stress tests: Test the wikispeech application over longer time and/or with heavy simultaneous usage.

Cronjob or just test script that calls the server every couple of seconds or so?

Oct 6 2017, 9:02 AM · Wikispeech, Wikispeech-STTS

Oct 5 2017

HaraldBerthelsen added a comment to T177069: workflow_demo: Uncaught SyntaxError for Norwegian.

Symboltable added to git/lexdata. Mapper added to voice_config for Norwegian.
Works for me now.

Oct 5 2017, 8:20 PM · Wikispeech, Wikispeech-STTS
HaraldBerthelsen added a comment to T177069: workflow_demo: Uncaught SyntaxError for Norwegian.

The lexicon wasn't setup right in wikispeech_server/voice_config
But now that it is, it's worse, all transcription fields are now wrong and there seems to be no mapper available for norwegian marytts sampa .
Nothing should have worked before so in that sense it's better now. Right place to look, anyway, at the mapper.

Oct 5 2017, 7:43 PM · Wikispeech, Wikispeech-STTS
HaraldBerthelsen added a comment to T177069: workflow_demo: Uncaught SyntaxError for Norwegian.

The error message is very confusing - but what actually happens is that marytts returns an error, because there is an unknown symbol in the transcription. "." instead of "-" as syllable separator.
The mapper isn't called in that case. Why not?
The transcription in the table on the left is mapped, and in the "ssml transcription field". But not in the "lexicon entries" field.

Oct 5 2017, 7:30 PM · Wikispeech, Wikispeech-STTS

Aug 31 2017

HaraldBerthelsen added a comment to T166761: wikispeech server should serve root url OR print info on which url to use.

Added info message "The wikispeech server can be accessed at http://localhost:10000/wikispeech"

Aug 31 2017, 4:15 PM · Wikispeech-STTS, Wikispeech-API, Wikispeech
HaraldBerthelsen added a comment to T166761: wikispeech server should serve root url OR print info on which url to use.

The reason for this is described at http://flask.pocoo.org/docs/0.12/quickstart/#a-minimal-application under "Externally visible server".
It's no longer needed and can anyway be done in different ways, so I removed it.
However, when I ran the server with "host=0.0.0.0", it did serve at that URL, as well as 127.0.0.1, and "localhost". So I'm not sure what the problem was?

Aug 31 2017, 4:10 PM · Wikispeech-STTS, Wikispeech-API, Wikispeech
HaraldBerthelsen added a comment to T174548: Example in wikispeech returns audio link to "localhost" but should specify the IP .

Edit "audio_url_prefix" in the config file to do this.
We could change so that the audio link is always at the request host, but sometimes this is not right - if the request is being proxied through another webserver, for instance.

Aug 31 2017, 3:45 PM · Wikispeech, Wikispeech-STTS

May 29 2017

HaraldBerthelsen moved T162514: Cleanup, rename, remove some old code from Sprint 2017-05-10 to Sprint 2017-05-24 on the Wikispeech board.
May 29 2017, 7:37 AM · Wikispeech (Sprint 2017-06-21), Wikispeech-Synthesis, Wikispeech-STTS
HaraldBerthelsen moved T148535: Development of lexicon using tools (Arabic) from Sprint 2017-05-10 to Sprint 2017-05-24 on the Wikispeech board.
May 29 2017, 7:37 AM · Wikispeech, Wikispeech-STTS, Wikispeech-NewLanguages
HaraldBerthelsen moved T159418: Word decompounder API and server from Sprint 2017-05-10 to Sprint 2017-05-24 on the Wikispeech board.
May 29 2017, 7:36 AM · Wikispeech, Story, Wikispeech-STTS

May 12 2017

HaraldBerthelsen closed T165127: Error for Swedish expressions: sre_constants.error: unmatched group as Resolved.

Yes I could replicate on morf.se. Updated the offending line. Works now on morf.se, commited bugfix to github.

May 12 2017, 11:39 AM · Wikispeech-STTS, Wikispeech-Synthesis, Wikispeech
HaraldBerthelsen added a comment to T165127: Error for Swedish expressions: sre_constants.error: unmatched group.

I can't replicate this error.
http://localhost:10000/wikispeech/?lang=sv&input=tilltugg,%20i%20bakverk
and
http://localhost:10000/wikispeech/?lang=sv&input=tillverkningen
both work fine for me.

May 12 2017, 9:09 AM · Wikispeech-STTS, Wikispeech-Synthesis, Wikispeech

May 11 2017

HaraldBerthelsen closed T164917: Swedish expressions of the type "600-talet" lose the number as Resolved.
May 11 2017, 12:20 PM · Wikispeech (Sprint 2017-05-10), Wikispeech-Synthesis, Wikispeech-STTS
HaraldBerthelsen added a comment to T164917: Swedish expressions of the type "600-talet" lose the number.

Fixed in a very simple way by inserting a space before the hyphen, in marytts_adapter.py
Not sure that's actually good enough..

May 11 2017, 12:20 PM · Wikispeech (Sprint 2017-05-10), Wikispeech-Synthesis, Wikispeech-STTS

May 10 2017

HaraldBerthelsen closed T164918: "600" is prounounced as "seskhundra" as Resolved.

The marytts textprocessing uses icu locale files for number expansion. In words like "sexhundra", it returns a soft hyphen "sex\xadhundra". This causes lexicon lookup to fail. Simple fix is just to remove "\xad" if it is found before doing lexicon lookup.

May 10 2017, 2:29 PM · Wikispeech (Sprint 2017-05-10), Wikispeech-STTS, Wikispeech-Synthesis
HaraldBerthelsen edited projects for T164918: "600" is prounounced as "seskhundra", added: Wikispeech (Sprint 2017-05-10); removed Wikispeech.
May 10 2017, 12:32 PM · Wikispeech (Sprint 2017-05-10), Wikispeech-STTS, Wikispeech-Synthesis
HaraldBerthelsen claimed T164917: Swedish expressions of the type "600-talet" lose the number.
May 10 2017, 12:31 PM · Wikispeech (Sprint 2017-05-10), Wikispeech-Synthesis, Wikispeech-STTS
HaraldBerthelsen claimed T164918: "600" is prounounced as "seskhundra".
May 10 2017, 12:30 PM · Wikispeech (Sprint 2017-05-10), Wikispeech-STTS, Wikispeech-Synthesis
HaraldBerthelsen moved T159418: Word decompounder API and server from Sprint 2017-04-25 to Sprint 2017-05-10 on the Wikispeech board.
May 10 2017, 12:12 PM · Wikispeech, Story, Wikispeech-STTS
HaraldBerthelsen moved T148535: Development of lexicon using tools (Arabic) from Sprint 2017-04-25 to Sprint 2017-05-10 on the Wikispeech board.
May 10 2017, 12:10 PM · Wikispeech, Wikispeech-STTS, Wikispeech-NewLanguages
HaraldBerthelsen moved T162514: Cleanup, rename, remove some old code from Sprint 2017-04-25 to Sprint 2017-05-10 on the Wikispeech board.
May 10 2017, 12:10 PM · Wikispeech (Sprint 2017-06-21), Wikispeech-Synthesis, Wikispeech-STTS

May 9 2017

HaraldBerthelsen updated the task description for T164821: Error in mapping of cmudict to ws-sampa.
May 9 2017, 8:47 AM · Wikispeech-Lexicon
HaraldBerthelsen created T164821: Error in mapping of cmudict to ws-sampa.
May 9 2017, 8:28 AM · Wikispeech-Lexicon

Apr 26 2017

HaraldBerthelsen closed T162512: Allow misconfigured voices to fail without killing server as Resolved.
Apr 26 2017, 12:32 PM · Wikispeech (Sprint 2017-04-25), Wikispeech-Synthesis, Wikispeech-STTS

Apr 25 2017

HaraldBerthelsen moved T159418: Word decompounder API and server from Sprint 2017-04-05 to Sprint 2017-04-25 on the Wikispeech board.
Apr 25 2017, 12:15 PM · Wikispeech, Story, Wikispeech-STTS
HaraldBerthelsen moved T148535: Development of lexicon using tools (Arabic) from Sprint 2017-04-05 to Sprint 2017-04-25 on the Wikispeech board.
Apr 25 2017, 12:15 PM · Wikispeech, Wikispeech-STTS, Wikispeech-NewLanguages
HaraldBerthelsen moved T162514: Cleanup, rename, remove some old code from Sprint 2017-04-05 to Sprint 2017-04-25 on the Wikispeech board.
Apr 25 2017, 12:15 PM · Wikispeech (Sprint 2017-06-21), Wikispeech-Synthesis, Wikispeech-STTS
HaraldBerthelsen moved T162512: Allow misconfigured voices to fail without killing server from Sprint 2017-04-05 to Sprint 2017-04-25 on the Wikispeech board.
Apr 25 2017, 12:14 PM · Wikispeech (Sprint 2017-04-25), Wikispeech-Synthesis, Wikispeech-STTS
HaraldBerthelsen added a comment to T162512: Allow misconfigured voices to fail without killing server.

Updated handling of test errors.
TODO: set up a minimal flite voice.

Apr 25 2017, 9:45 AM · Wikispeech (Sprint 2017-04-25), Wikispeech-Synthesis, Wikispeech-STTS
HaraldBerthelsen claimed T148535: Development of lexicon using tools (Arabic).
Apr 25 2017, 9:36 AM · Wikispeech, Wikispeech-STTS, Wikispeech-NewLanguages

Apr 10 2017

HaraldBerthelsen removed a project from T162511: Move lexicon names from code to config file: Wikispeech (Sprint 2017-04-05).
Apr 10 2017, 8:57 AM · Wikispeech-Synthesis, Wikispeech-STTS
HaraldBerthelsen closed T162511: Move lexicon names from code to config file as Resolved.
Apr 10 2017, 8:56 AM · Wikispeech-Synthesis, Wikispeech-STTS

Apr 8 2017

HaraldBerthelsen added a comment to T148535: Development of lexicon using tools (Arabic).

There is now a TEST version of an Arabic lexicon, to be used for foreign names and the like.
It only contains four entries at the moment, so not much real use, but it means that it is now possible to add words to the lexicon to improve pronunciation of a wikipedia article.

Apr 8 2017, 7:29 AM · Wikispeech, Wikispeech-STTS, Wikispeech-NewLanguages
HaraldBerthelsen added a project to T162511: Move lexicon names from code to config file: Wikispeech-Synthesis.
Apr 8 2017, 7:19 AM · Wikispeech-Synthesis, Wikispeech-STTS
HaraldBerthelsen added a project to T162512: Allow misconfigured voices to fail without killing server: Wikispeech-Synthesis.
Apr 8 2017, 7:19 AM · Wikispeech (Sprint 2017-04-25), Wikispeech-Synthesis, Wikispeech-STTS
HaraldBerthelsen edited projects for T162514: Cleanup, rename, remove some old code, added: Wikispeech (Sprint 2017-04-05); removed Wikispeech.
Apr 8 2017, 7:19 AM · Wikispeech (Sprint 2017-06-21), Wikispeech-Synthesis, Wikispeech-STTS
HaraldBerthelsen edited projects for T162514: Cleanup, rename, remove some old code, added: Wikispeech, Wikispeech-Synthesis; removed Wikispeech (Sprint 2017-04-05).
Apr 8 2017, 7:18 AM · Wikispeech (Sprint 2017-06-21), Wikispeech-Synthesis, Wikispeech-STTS
HaraldBerthelsen created T162514: Cleanup, rename, remove some old code.
Apr 8 2017, 7:16 AM · Wikispeech (Sprint 2017-06-21), Wikispeech-Synthesis, Wikispeech-STTS
HaraldBerthelsen created T162512: Allow misconfigured voices to fail without killing server.
Apr 8 2017, 7:08 AM · Wikispeech (Sprint 2017-04-25), Wikispeech-Synthesis, Wikispeech-STTS
HaraldBerthelsen created T162511: Move lexicon names from code to config file.
Apr 8 2017, 6:55 AM · Wikispeech-Synthesis, Wikispeech-STTS

Apr 5 2017

HaraldBerthelsen moved T159418: Word decompounder API and server from Sprint 2017-03-22 to Sprint 2017-04-05 on the Wikispeech board.
Apr 5 2017, 12:14 PM · Wikispeech, Story, Wikispeech-STTS
HaraldBerthelsen moved T148535: Development of lexicon using tools (Arabic) from Sprint 2017-03-22 to Sprint 2017-04-05 on the Wikispeech board.
Apr 5 2017, 12:12 PM · Wikispeech, Wikispeech-STTS, Wikispeech-NewLanguages
HaraldBerthelsen closed T141462: Enable installation of TTS-server for development as Resolved.
Apr 5 2017, 12:12 PM · Wikispeech (Sprint 2017-03-22), Wikispeech-STTS

Mar 30 2017

HaraldBerthelsen added a comment to T141462: Enable installation of TTS-server for development .

There is now a branch "packaging" in https://github.com/stts-se/wikispeech_mockup, that I think contains everything needed for fairly simple setup of the ws server. Lexicon and marytts servers are separate, as previously.

Mar 30 2017, 1:55 PM · Wikispeech (Sprint 2017-03-22), Wikispeech-STTS
HaraldBerthelsen moved T141462: Enable installation of TTS-server for development from Sprint 2017-02-22 to Sprint 2017-03-22 on the Wikispeech board.
Mar 30 2017, 1:53 PM · Wikispeech (Sprint 2017-03-22), Wikispeech-STTS
HaraldBerthelsen moved T148535: Development of lexicon using tools (Arabic) from Sprint 2017-02-22 to Sprint 2017-03-22 on the Wikispeech board.
Mar 30 2017, 1:53 PM · Wikispeech, Wikispeech-STTS, Wikispeech-NewLanguages

Mar 7 2017

HaraldBerthelsen closed T122146: [Story] API for text processing (Wikispeech) as Resolved.

Closing this. But that does not mean that there are no possible future issues.

Mar 7 2017, 8:52 AM · Wikispeech-STTS, Wikispeech (Phase 2), Story, Wikispeech-API, Wikispeech-Textprocessing, Wikispeech-NLP
HaraldBerthelsen closed T122140: [Story] Conversion to phonetic text (Wikispeech) as Resolved.
Mar 7 2017, 8:49 AM · Wikispeech-STTS, Wikispeech (Phase 2), Story, Wikispeech-NLP
HaraldBerthelsen closed T133838: [Task] Conversion to phonetic markup (Wikispeech) as Resolved.

Closing this. But that does not mean that there are no possible future issues.

Mar 7 2017, 8:49 AM · Wikispeech, Wikispeech-STTS, Wikispeech-NLP
HaraldBerthelsen closed T133838: [Task] Conversion to phonetic markup (Wikispeech), a subtask of T122140: [Story] Conversion to phonetic text (Wikispeech), as Resolved.
Mar 7 2017, 8:49 AM · Wikispeech-STTS, Wikispeech (Phase 2), Story, Wikispeech-NLP
HaraldBerthelsen closed T133839: [Task] Language specific components (Wikispeech) as Resolved.
Mar 7 2017, 8:49 AM · Wikispeech, Wikispeech-STTS, Wikispeech-NLP
HaraldBerthelsen closed T133839: [Task] Language specific components (Wikispeech), a subtask of T122140: [Story] Conversion to phonetic text (Wikispeech), as Resolved.
Mar 7 2017, 8:49 AM · Wikispeech-STTS, Wikispeech (Phase 2), Story, Wikispeech-NLP
HaraldBerthelsen closed T122139: [Story] Send text to Wikispeech API (Wikispeech) as Resolved.
Mar 7 2017, 8:48 AM · Wikispeech-STTS, Wikispeech (Phase 2), Story, Wikispeech-API, Wikispeech-NLP
HaraldBerthelsen closed T122151: [Story] Synthesis engine handling (Wikispeech) as Resolved.
Mar 7 2017, 8:47 AM · Wikispeech-STTS, Wikispeech (Phase 2), Story, Wikispeech-Synthesis
HaraldBerthelsen closed T133846: [Task] Configuration (Wikispeech) as Resolved.
Mar 7 2017, 8:46 AM · Wikispeech-STTS, Wikispeech, Wikispeech-Synthesis
HaraldBerthelsen closed T133846: [Task] Configuration (Wikispeech), a subtask of T122151: [Story] Synthesis engine handling (Wikispeech), as Resolved.
Mar 7 2017, 8:46 AM · Wikispeech-STTS, Wikispeech (Phase 2), Story, Wikispeech-Synthesis
HaraldBerthelsen closed T122152: [Story] Synthesis API for all engines (Wikispeech) as Resolved.
Mar 7 2017, 8:45 AM · Wikispeech-STTS, Wikispeech (Phase 2), Story, Wikispeech-API, Wikispeech-Synthesis
HaraldBerthelsen closed T133845: [Task] Synthesis engine handling (Wikispeech) as Resolved.
Mar 7 2017, 8:43 AM · Wikispeech-STTS, Wikispeech, Wikispeech-Synthesis
HaraldBerthelsen closed T133845: [Task] Synthesis engine handling (Wikispeech), a subtask of T122152: [Story] Synthesis API for all engines (Wikispeech), as Resolved.
Mar 7 2017, 8:43 AM · Wikispeech-STTS, Wikispeech (Phase 2), Story, Wikispeech-API, Wikispeech-Synthesis
HaraldBerthelsen closed T133845: [Task] Synthesis engine handling (Wikispeech), a subtask of T122151: [Story] Synthesis engine handling (Wikispeech), as Resolved.
Mar 7 2017, 8:43 AM · Wikispeech-STTS, Wikispeech (Phase 2), Story, Wikispeech-Synthesis
HaraldBerthelsen closed T133845: [Task] Synthesis engine handling (Wikispeech), a subtask of T122154: Language/voice selection (synthesis engine) (Wikispeech), as Resolved.
Mar 7 2017, 8:43 AM · Wikispeech (Phase 2), Wikispeech-WMSE, Story, Wikispeech-Player, Wikispeech-Synthesis
HaraldBerthelsen closed T122154: Language/voice selection (synthesis engine) (Wikispeech) as Resolved.
Mar 7 2017, 8:41 AM · Wikispeech (Phase 2), Wikispeech-WMSE, Story, Wikispeech-Player, Wikispeech-Synthesis
HaraldBerthelsen added a comment to T133843: Choose pronunciation variants.

This is not a subtask of T122157

Mar 7 2017, 8:39 AM · Wikispeech-Text-to-Speech
HaraldBerthelsen removed a subtask for T122157: [Story] Choose between voices (Wikispeech): T133843: Choose pronunciation variants.
Mar 7 2017, 8:38 AM · Wikispeech (Phase 2), Wikispeech-WMSE, Story, Wikispeech-Player
HaraldBerthelsen removed a parent task for T133843: Choose pronunciation variants: T122157: [Story] Choose between voices (Wikispeech).
Mar 7 2017, 8:38 AM · Wikispeech-Text-to-Speech
HaraldBerthelsen closed T122157: [Story] Choose between voices (Wikispeech) as Resolved.

It is possible to choose between voices.

Mar 7 2017, 8:33 AM · Wikispeech (Phase 2), Wikispeech-WMSE, Story, Wikispeech-Player

Feb 24 2017

HaraldBerthelsen closed T148534: Manual improvement of bad components (Arabic), a subtask of T122193: Add Arabic to Wikispeech, as Resolved.
Feb 24 2017, 12:01 PM · Wikispeech-STTS, Wikispeech (Phase 4), Story, Wikispeech-NewLanguages
HaraldBerthelsen closed T148534: Manual improvement of bad components (Arabic) as Resolved.
Feb 24 2017, 12:01 PM · Wikispeech-STTS, Wikispeech-NewLanguages, Wikispeech
HaraldBerthelsen closed T148532: API adaptations (Arabic) as Resolved.
Feb 24 2017, 12:01 PM · Wikispeech-STTS, Wikispeech-NewLanguages, Wikispeech
HaraldBerthelsen closed T148532: API adaptations (Arabic), a subtask of T122193: Add Arabic to Wikispeech, as Resolved.
Feb 24 2017, 12:01 PM · Wikispeech-STTS, Wikispeech (Phase 4), Story, Wikispeech-NewLanguages
HaraldBerthelsen added a comment to T148534: Manual improvement of bad components (Arabic).

Ongoing but nothing special at the moment

Feb 24 2017, 12:00 PM · Wikispeech-STTS, Wikispeech-NewLanguages, Wikispeech
HaraldBerthelsen edited projects for T148535: Development of lexicon using tools (Arabic), added: Wikispeech (Sprint 2017-02-22); removed Wikispeech.

There is no Arabic lexicon at the moment, because it works instead by vocalising the input text.
At some point we need to have at least lexicon for exceptions, foreign words, names, etc.
Maybe this is a good time to do that.

Feb 24 2017, 11:59 AM · Wikispeech, Wikispeech-STTS, Wikispeech-NewLanguages
HaraldBerthelsen closed T148429: API adaptations (Swedish) as Resolved.
Feb 24 2017, 11:53 AM · Wikispeech-STTS, Wikispeech-NewLanguages, Wikispeech
HaraldBerthelsen closed T148429: API adaptations (Swedish), a subtask of T122191: Add Swedish to Wikispeech, as Resolved.
Feb 24 2017, 11:53 AM · Wikispeech-STTS, Wikispeech (Phase 4), Story, Wikispeech-NewLanguages
HaraldBerthelsen closed T148430: Manual improvement of bad components (Swedish) as Resolved.
Feb 24 2017, 11:53 AM · Wikispeech-STTS, Wikispeech-NewLanguages, Wikispeech
HaraldBerthelsen closed T148430: Manual improvement of bad components (Swedish), a subtask of T122191: Add Swedish to Wikispeech, as Resolved.
Feb 24 2017, 11:53 AM · Wikispeech-STTS, Wikispeech (Phase 4), Story, Wikispeech-NewLanguages
HaraldBerthelsen closed T148433: Development of lexicon using tools (Swedish), a subtask of T122191: Add Swedish to Wikispeech, as Resolved.
Feb 24 2017, 11:52 AM · Wikispeech-STTS, Wikispeech (Phase 4), Story, Wikispeech-NewLanguages
HaraldBerthelsen closed T148433: Development of lexicon using tools (Swedish) as Resolved.
Feb 24 2017, 11:52 AM · Wikispeech-STTS, Wikispeech-NewLanguages, Wikispeech
HaraldBerthelsen closed T148517: Installation (Swedish) as Resolved.
Feb 24 2017, 11:52 AM · Wikispeech-STTS, Wikispeech-NewLanguages, Wikispeech
HaraldBerthelsen closed T148517: Installation (Swedish), a subtask of T122191: Add Swedish to Wikispeech, as Resolved.
Feb 24 2017, 11:52 AM · Wikispeech-STTS, Wikispeech (Phase 4), Story, Wikispeech-NewLanguages
HaraldBerthelsen closed T148519: Configuration by developers (Swedish) as Resolved.
Feb 24 2017, 11:51 AM · Wikispeech-STTS, Wikispeech-NewLanguages, Wikispeech
HaraldBerthelsen closed T148519: Configuration by developers (Swedish), a subtask of T122191: Add Swedish to Wikispeech, as Resolved.
Feb 24 2017, 11:51 AM · Wikispeech-STTS, Wikispeech (Phase 4), Story, Wikispeech-NewLanguages
HaraldBerthelsen closed T133842: [Task] Automatic pronunciation component (Wikispeech) as Resolved.

This is not an actual task, but a description of needed infrastructure for pronunciation.
If it refers to implementing the basics, it is done.
Closed.
Open new task when something needs to be done.

Feb 24 2017, 11:50 AM · Wikispeech, Wikispeech-STTS, Wikispeech-NLP
HaraldBerthelsen closed T133842: [Task] Automatic pronunciation component (Wikispeech), a subtask of T122143: [Story] Automatic g2p generation (Wikispeech), as Resolved.
Feb 24 2017, 11:50 AM · Wikispeech-STTS, Story, Wikispeech-Lexicon, Wikispeech-NLP
HaraldBerthelsen removed a project from T133914: [Task] API for pronunciation component (Wikispeech): Wikispeech-STTS.
Feb 24 2017, 11:47 AM · Wikispeech-STTS, Wikispeech, Wikispeech-NLP
HaraldBerthelsen removed a project from T133849: [Task] Enable voice choice (Wikispeech): Wikispeech-STTS.
Feb 24 2017, 11:43 AM · Wikispeech-WMSE, Wikispeech, Wikispeech-Synthesis
HaraldBerthelsen added a comment to T122154: Language/voice selection (synthesis engine) (Wikispeech).

Voice can be selected. If there are British/American voices available, the server supports choosing between them.

Feb 24 2017, 11:42 AM · Wikispeech (Phase 2), Wikispeech-WMSE, Story, Wikispeech-Player, Wikispeech-Synthesis
HaraldBerthelsen removed a project from T133865: ☂Lexicon editor: Wikispeech-STTS.
Feb 24 2017, 11:36 AM · Wikispeech-Jobrunner, Wikispeech-Text-to-Speech, Wikispeech-WMSE
HaraldBerthelsen closed T143644: Multiple requests to TTS server should not cause delay as Resolved.
Feb 24 2017, 11:30 AM · Wikispeech-Synthesis, Wikispeech-STTS
HaraldBerthelsen closed T133836: [Task] Wikispeech (API) (Wikispeech) as Resolved.
Feb 24 2017, 10:59 AM · Wikispeech, Wikispeech-STTS, Wikispeech-API, Wikispeech-NLP
HaraldBerthelsen closed T133836: [Task] Wikispeech (API) (Wikispeech), a subtask of T122139: [Story] Send text to Wikispeech API (Wikispeech), as Resolved.
Feb 24 2017, 10:59 AM · Wikispeech-STTS, Wikispeech (Phase 2), Story, Wikispeech-API, Wikispeech-NLP
HaraldBerthelsen closed T133837: [Task] API for text processing (Wikispeech) as Resolved.
Feb 24 2017, 10:54 AM · Wikispeech, Wikispeech-STTS, Wikispeech-Textprocessing, Wikispeech-API, Wikispeech-NLP
HaraldBerthelsen closed T133837: [Task] API for text processing (Wikispeech), a subtask of T122146: [Story] API for text processing (Wikispeech), as Resolved.
Feb 24 2017, 10:54 AM · Wikispeech-STTS, Wikispeech (Phase 2), Story, Wikispeech-API, Wikispeech-Textprocessing, Wikispeech-NLP
HaraldBerthelsen closed T133837: [Task] API for text processing (Wikispeech), a subtask of T122147: [Story] Handle in-text tags (Wikispeech), as Resolved.
Feb 24 2017, 10:54 AM · Wikispeech, Story, Wikispeech-API, Wikispeech-NLP

Feb 20 2017

HaraldBerthelsen closed T133847: [Task] Synthesis API (Wikispeech) as Resolved.

Yes

Feb 20 2017, 10:43 AM · Wikispeech, Wikispeech-STTS, Wikispeech-API, Wikispeech-Synthesis
HaraldBerthelsen closed T133847: [Task] Synthesis API (Wikispeech), a subtask of T122152: [Story] Synthesis API for all engines (Wikispeech), as Resolved.
Feb 20 2017, 10:43 AM · Wikispeech-STTS, Wikispeech (Phase 2), Story, Wikispeech-API, Wikispeech-Synthesis
HaraldBerthelsen closed T134736: [Task] Document the current api (Wikispeech) as Resolved.
Feb 20 2017, 10:42 AM · Documentation, Wikispeech-STTS, Wikispeech-API, Wikispeech-NLP