luxlabs header browser preview


@class NSArray;

@interface AVSpeechSynthesisProviderAudioUnit : AUAudioUnit

@property (retain, nonatomic) NSArray *speechVoices;
@property (copy, nonatomic) id /* block */ speechSynthesisOutputMetadataBlock;

+ (void)initialize;

- (void).cxx_destruct;
- (void)synthesizeSpeechRequest:(id)a0;
- (void)cancelSpeechRequest;

@end