Skip to content

Commit

Permalink
fix type for ApplyFrontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Hu Qi committed Jul 9, 2018
1 parent d51c2e2 commit e506781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/iOS/Obj-C/SnowboyTest/ViewController.mm
Expand Up @@ -31,7 +31,7 @@ - (void)initSnowboy {
std::string([[[NSBundle mainBundle]pathForResource:@"alexa" ofType:@"umdl"] UTF8String]));
_snowboyDetect->SetSensitivity("0.5");
_snowboyDetect->SetAudioGain(1.0);
_snowboyDetect->ApplyFrotnend(false);
_snowboyDetect->ApplyFrontend(false);
}

- (void) initMic {
Expand Down

0 comments on commit e506781

Please sign in to comment.