-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSFSpeechAudioBufferRecognitionRequest.h.h
More file actions
30 lines (26 loc) · 1.09 KB
/
Copy pathSFSpeechAudioBufferRecognitionRequest.h.h
File metadata and controls
30 lines (26 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* Generated by RuntimeBrowser
Platform: iOS 15.7.3 (19H307) arm64
Image: /System/Library/Frameworks/Speech.framework/Speech (1)
*/
@interface SFSpeechAudioBufferRecognitionRequest : SFSpeechRecognitionRequest {
bool _audioEnded;
<SFSpeechRecognitionBufferDelegate> * _bufferDelegate;
AVAudioConverter * _converter;
NSObject<OS_dispatch_queue> * _queue;
NSMutableArray * _queuedBuffers;
}
@property (nonatomic, readonly) AVAudioFormat *nativeAudioFormat;
- (void).cxx_destruct;
- (void)_appendAudioPCMBuffer:(id)arg1;
- (void)_convertAndFeedPCMBuffer:(id)arg1;
- (void)_drainAndClearAudioConverter;
- (void)_endAudio;
- (void)_handleAudioBuffersWithDelegate:(id)arg1;
- (id)_startedConnectionWithLanguageCode:(id)arg1 delegate:(id)arg2 taskHint:(long long)arg3 requestIdentifier:(id)arg4;
- (id)_startedLocalConnectionWithLanguageCode:(id)arg1 delegate:(id)arg2 taskHint:(long long)arg3 requestIdentifier:(id)arg4;
- (void)appendAudioPCMBuffer:(id)arg1;
- (void)appendAudioSampleBuffer:(struct opaqueCMSampleBuffer { }*)arg1;
- (void)endAudio;
- (id)init;
- (id)nativeAudioFormat;
@end