示例#1
0
        public static Config file_config(string path)
        {
            global::System.IntPtr cPtr = PocketSphinxPINVOKE.Decoder_file_config(path);
            Config ret = (cPtr == global::System.IntPtr.Zero) ? null : new Config(cPtr, true);

            return(ret);
        }