THE AUDITORY MODELING TOOLBOX

Applies to version: 1.0.0

View the code

Go to function

amt_configuration - Returns the configuration of the current AMT session

Usage

[flags, kv] = amt_configuration;
[flags, kv] = amt_configuration('cacheURL', cU);
[flags, kv] = amt_configuration('silent');
[flags, kv] = amt_configuration('silent', 'normal');

Description

'amt_configuration' accepts the following optional parameters:

'cacheURL',cU : Set the download URL of the cache
'auxdatapath',aP : Set the path where the auxdata is stored
'auxdataURL',aU : Set the download URL for the auxdata

'amt_configuration' accepts the following flags:

'cacheMode' : {global, normal, cached, redo}
'disp' : {verbose, documentation, silent}

'amt_configuration' can be used to retrieve and set the above parameters. Any parameter set in the functions amt_auxdatapath, |auxdataurl|, and amt_cache will also be set in amt_configuration and vice-versa.

Docutils System Messages

System Message: ERROR/3 (<string>, line 35); backlink

Undefined substitution referenced: "auxdataurl".