📄 bispeechcontroller.h
字号:
//// BISpeechController.h// BIGeneric//// Created by mick on Tue Jul 20 2004.// Copyright (c) 2004 __MyCompanyName__. All rights reserved.//#import <Foundation/Foundation.h>@interface BISpeechController : NSObject { //sound and speech stuff long _selectedVoiceID; long _selectedVoiceCreator; SpeechChannel _curSpeechChannel; NSMutableArray* _sentenceQueue; BOOL _speakThread; NSLock* _speakLock;}- (void)speakSentence:(const char*)cSentence withVoice:(int)voice;@end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -