mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 19:01:15 +00:00
Clean compile for speech recognizer server
This commit is contained in:
parent
ea2fe89e5f
commit
886cb4d0e8
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue