예제 #1
0
def Decoder_file_config(path):
    """Decoder_file_config(char const * path) -> Config"""
    return _pocketsphinx.Decoder_file_config(path)
예제 #2
0
 def file_config(*args):
     """file_config(char const * path) -> Config"""
     return _pocketsphinx.Decoder_file_config(*args)