Exemplo n.º 1
0
def Decoder_file_config(path):
    """Decoder_file_config(char const * path) -> Config"""
    return _pocketsphinx.Decoder_file_config(path)
Exemplo n.º 2
0
 def file_config(*args):
     """file_config(char const * path) -> Config"""
     return _pocketsphinx.Decoder_file_config(*args)