Clean compile for speech recognizer server

This commit is contained in:
Gregory John Casamento 2020-02-01 05:57:32 -05:00
parent ea2fe89e5f
commit 886cb4d0e8

View file

@ -1,16 +1,16 @@
#import "GSSpeechRecognitionEngine.h"
#include <pocketsphinx/pocketsphinx.h>
// #include <pocketsphinx/pocketsphinx.h>
/**
* Implementation of a speech engine using pocketsphinx. This should be the default
* for resource-constrained platforms.
*/
@interface PocketsphinxSpeechEngine : GSSpeechRecognitionEngine
@interface PocketsphinxSpeechRecognitionEngine : GSSpeechRecognitionEngine
{
}
@end
@implementation PocketsphinxSpeechEngine
@implementation PocketsphinxSpeechRecognitionEngine
+ (void)initialize
{
}