Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#831 で残した次のTODOのうち、`Synthesizer`についてだけ解決する。 ````rs // TODO: `VoiceModelFile`のように、次のような設計にする。 // // ``` // pub(crate) mod blocking { // pub struct Synthesizer(Inner<SingleTasked>); // // … // } // pub(crate) mod nonblocking { // pub struct Synthesizer(Inner<BlockingThreadPool>); // // … // } // ``` ```` 目的としては、 #687 のようなことを行うのを円滑にするため。 もしかしたらパフォーマンスには影響が出ているかもしれないが、そこまで大き なものではないはず。 Refs: #831, #687
- Loading branch information