Advertisement
Guest User

SiriKeepListening source code

a guest
Mar 23rd, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. %hook AFSpeechReqestOptions
  2.  
  3. -(void)setUseAutomaticEndpointing:(bool)arg1 {
  4.     %orig(NO);
  5. }
  6.  
  7. -(bool)useAutomaticEndpointing {
  8.     return NO;
  9. }
  10.  
  11. %end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement