Mercurial > hg > aimc
comparison src/Support/ModuleTree.cc @ 84:bee31e7ebf4b
- Added as-yet-unfinished support for a proper configuraiton file format
- Added a couple of pythin scripts to generate HMM configuration files
- Variable name changes and other cosmetic things
- Added the option for the noise generation to do pink noise (untested)
author | tomwalters |
---|---|
date | Thu, 12 Aug 2010 11:28:11 +0000 |
parents | |
children | 077c7ecc2d5f |
comparison
equal
deleted
inserted
replaced
83:9c3cac29f300 | 84:bee31e7ebf4b |
---|---|
1 // Copyright 2010, Thomas Walters | |
2 // | |
3 // AIM-C: A C++ implementation of the Auditory Image Model | |
4 // http://www.acousticscale.org/AIMC | |
5 // | |
6 // Licensed under the Apache License, Version 2.0 (the "License"); | |
7 // you may not use this file except in compliance with the License. | |
8 // You may obtain a copy of the License at | |
9 // | |
10 // http://www.apache.org/licenses/LICENSE-2.0 | |
11 // | |
12 // Unless required by applicable law or agreed to in writing, software | |
13 // distributed under the License is distributed on an "AS IS" BASIS, | |
14 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
15 // See the License for the specific language governing permissions and | |
16 // limitations under the License. | |
17 | |
18 /*! \file | |
19 * \brief Parse a configuration file to generate a tree of modules. | |
20 */ | |
21 | |
22 /*! \author: Thomas Walters <tom@acousticscale.org> | |
23 * \date 2010/08/08 | |
24 * \version \$Id: $ | |
25 */ | |
26 | |
27 namespace aimc { | |
28 ParseConfigFile(string ) | |
29 | |
30 } // namespace aimc |