luxlabs header browser preview


@class CSAudioRecordContext, NSString;
@protocol CSEndpointAnalyzerDelegate, CSEndpointAnalyzerImplDelegate, CSEndpointAnalyzerImpl;

@interface CSEndpointerProxy : NSObject <CSEndpointAnalyzerDelegate, CSEndpointAnalyzerImplDelegate, CSEndpointAnalyzer>

@property (retain, nonatomic) id<CSEndpointAnalyzerImpl> hybridEndpointer;
@property (retain, nonatomic) id<CSEndpointAnalyzerImpl> nnvadEndpointer;
@property (retain, nonatomic) CSAudioRecordContext *recordContext;
@property (nonatomic) BOOL accessibleEndpointerEnabled;
@property (nonatomic) BOOL recordingDidStop;
@property (nonatomic) unsigned long long firstAudioSampleSensorHostTime;
@property (weak, nonatomic) id<CSEndpointAnalyzerDelegate> endpointerDelegate;
@property (weak, nonatomic) id<CSEndpointAnalyzerImplDelegate> endpointerImplDelegate;
@property (weak, nonatomic) id<CSEndpointAnalyzerImpl> activeEndpointer;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;
@property (nonatomic) long long endpointStyle;
@property (nonatomic) double delay;
@property (nonatomic) double startWaitTime;
@property (nonatomic) double automaticEndpointingSuspensionEndTime;
@property (nonatomic) double minimumDurationForEndpointer;
@property (readonly, nonatomic) double lastEndOfVoiceActivityTime;
@property (readonly, nonatomic) double lastStartOfVoiceActivityTime;
@property (nonatomic) double bypassSamples;
@property (nonatomic) long long endpointMode;
@property (nonatomic) double interspeechWaitTime;
@property (nonatomic) double endWaitTime;
@property (nonatomic) BOOL saveSamplesSeenInReset;
@property (retain, nonatomic) NSString *mhId;

- (void)setEndpointerOperationMode:(long long)a0;
- (void)endpointer:(id)a0 didDetectHardEndpointAtTime:(double)a1 withMetrics:(id)a2;
- (void)processRCFeatures:(id)a0;
- (id)endpointerModelVersion;
- (void)setRequestMHUUID:(id)a0;
- (void)endpointer:(id)a0 didDetectStartpointAtTime:(double)a1;
- (void)processFirstAudioPacketTimestamp:(id)a0 firstAudioSampleSensorTimestamp:(unsigned long long)a1;
- (void)shouldAcceptEagerResultForDuration:(double)a0 withEndpointerMetrics:(id)a1 resultsCompletionHandler:(id /* block */)a2;
- (void)updateEndpointerDelayedTrigger:(BOOL)a0;
- (void)getFirstAudioSampleSensorHostTimeWithReply:(id /* block */)a0;
- (void)stopEndpointer;
- (BOOL)isWatchRTSTriggered;
- (BOOL)_updateAccessibleEndpointerThresholdIfNeed;
- (void)recordingStoppedForReason:(long long)a0;
- (double)postVoiceTriggerSilence;
- (id)cachedEndpointerMetrics;
- (void)processOSDFeatures:(id)a0 withFrameDurationMs:(double)a1;
- (id)init;
- (BOOL)shouldAcceptEagerResultForDurationSync:(double)a0 withEndpointerMetrics:(id)a1;
- (void)endpointer:(id)a0 detectedTwoShotAtTime:(double)a1;
- (void)_setupNNVADEndpointer;
- (void)processASRFeatures:(id)a0 fromServer:(BOOL)a1;
- (long long)fetchCurrentEndpointerOperationMode;
- (void)logAnchorMachAbsTime:(unsigned long long)a0 numSamplesProcessedBeforeAnchorTime:(unsigned long long)a1 isAnchorTimeBuffered:(BOOL)a2;
- (void)_setFirstAudioSampleSensorHostTimeIfNeeded:(unsigned long long)a0;
- (void)reset;
- (void)processAudioSamplesAsynchronously:(id)a0;
- (void)updateEndpointerThreshold:(float)a0;
- (void)resetForNewRequestWithSampleRate:(unsigned long long)a0 recordContext:(id)a1 recordOption:(id)a2 voiceTriggerInfo:(id)a3;
- (void)resetForVoiceTriggerTwoShotWithSampleRate:(unsigned long long)a0;
- (void)processServerEndpointFeatures:(id)a0;
- (void)shouldAcceptEagerResultForDuration:(double)a0 resultsCompletionHandler:(id /* block */)a1;
- (void)preheat;
- (unsigned long long)endPointAnalyzerType;
- (void)processTaskString:(id)a0;
- (void)endpointer:(id)a0 reportEndpointBufferHostTime:(unsigned long long)a1 firstBufferHostTime:(unsigned long long)a2;
- (void)setActiveChannel:(unsigned long long)a0;
- (void)logHybridEndpointFeaturesWithEvent:(id)a0 locale:(id)a1;
- (void)endpointer:(id)a0 didDetectHardEndpointAtTime:(double)a1 withMetrics:(id)a2 endpointerModelType:(long long)a3;
- (id)initForSidekick;
- (void).cxx_destruct;

@end