Enable to stop TTS generation (#1041)
This commit is contained in:
@@ -60,5 +60,8 @@ public:
|
||||
private:
|
||||
Microphone mic_;
|
||||
std::unique_ptr<std::thread> play_thread_;
|
||||
std::unique_ptr<std::thread> generate_thread_;
|
||||
|
||||
public:
|
||||
afx_msg void OnBnClickedStop();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user