This commit is contained in:
2026-01-27 13:57:32 +08:00
parent e8b4b2c58a
commit ce889e1ed0
9 changed files with 497 additions and 6 deletions

View File

@@ -30,6 +30,7 @@ NS_ASSUME_NONNULL_BEGIN
@property(nonatomic, weak) id<KBVoiceToTextManagerDelegate> delegate;
@property(nonatomic, weak, readonly) KBVoiceInputBar *inputBar;
@property(nonatomic, assign) BOOL deepgramEnabled;
- (instancetype)initWithInputBar:(KBVoiceInputBar *)inputBar;
- (void)prepareConnection;