forked from len0rd/rockbox
Implement simple run for non-multithreaded TTS.
Since setting the maximum number of threads to use to 1 causes sporadically files missing add a simple alternative implementation that doesn't use futures. This is a stop-gap solution to fix voice files not creating (reported on Windows with SAPI voices, see FS#11994). Encoding doesn't seem to be affected by the problem and is unchanged. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29762 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
afa6afc3bc
commit
c6a8efb8af
2 changed files with 45 additions and 23 deletions
|
|
@ -94,6 +94,7 @@ private:
|
|||
EncBase* m_enc;
|
||||
|
||||
bool m_ttsWarnings;
|
||||
bool m_userAborted;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue