Mercurial > hg > aimc
annotate src/Configurations/NAP_dump.aimcconfig @ 244:d3968c3149b0
- Support (hopefully) both movie writing and HTK file output.
author | tomwalters |
---|---|
date | Tue, 26 Oct 2010 00:03:29 +0000 |
parents | a915f8e28cad |
children |
rev | line source |
---|---|
tom@143 | 1 module1.name = FileInput |
tom@143 | 2 module1.id = file_input |
tom@143 | 3 module1.child1 = PZFCFilterbank |
tom@143 | 4 |
tom@143 | 5 module2.name = PZFCFilterbank |
tom@143 | 6 module2.id = pzfc |
tom@143 | 7 module2.child1 = NAP |
tom@143 | 8 |
tom@143 | 9 module3.name = NAP |
tom@143 | 10 module3.id = hcl |
tom@143 | 11 module3.child1 = NAPOutput |
tom@143 | 12 |
tom@143 | 13 module4.name = NAPOutput |
tom@143 | 14 module4.id = aimc_out |
tom@143 | 15 module4.parameters = <<<ENDPARAMS |
tom@143 | 16 output.suffix=nap |
tom@143 | 17 ENDPARAMS |