MycroftAI / mimic-recording-studio

Mimic Recording Studio is a Docker-based application you can install to record voice samples, which can then be trained into a TTS voice with Mimic2
Apache License 2.0
493 stars 111 forks source link

Optimized "end-of-corpus" handling (fixing issue #38) #70

Closed thorstenMueller closed 2 years ago

thorstenMueller commented 2 years ago

Description

When last phrase of corpus has been recorded the last phrase will be shown again and again and again ... and an exception is logged on the commandline (see issue #38).

Bildschirmfoto 2021-10-24 um 13 40 12

Now following phrase in shown in frontend when corpus has been completely recorded.

Type of PR

Testing

Use a small corpus file and record all phrases. Check console log when last recorded is done if no exception is logged. Text *no more phrases in corpus to record* should be shown in frontend.

Documentation

Docstring in backend has been updated.

thorstenMueller commented 2 years ago

Hi @krisgesling 👋 . Do you think you can find some time to review/merge the PR during this week? But I don't want to rush you.