Prototype
tas3_conf* tas3_new_conf_to_cf(const char* conf);
Create a new TAS3 configuration object given configuration string and possibly configuration file. Usually a configuration object is generated and passed around to different API calls to avoid reparsing the configuration at each API call.
Configuration string
Configuration object