annotate wiki/MainPage.wiki @ 706:f8e90b5d85fd tip

Delete CARFAC code from this repository. It has been moved to https://github.com/google/carfac Please email me with your github username to get access. I've also created a new mailing list to discuss CARFAC development: https://groups.google.com/forum/#!forum/carfac-dev
author ronw@google.com
date Thu, 18 Jul 2013 20:56:51 +0000
parents e561b75fca9b
children
rev   line source
tomwalters@269 1 #summary Main welcome page for the AIM-C wiki
tomwalters@271 2 #labels Phase-Design
tomwalters@269 3
tomwalters@269 4 = Introduction =
tomwalters@271 5 The [http://www.pdn.cam.ac.uk/groups/cnbh/research/aim.php auditory image model] (AIM) is a computational model of the early stages of the processing that occurs in the human auditory system.
tomwalters@269 6
tomwalters@271 7 AIM-C is a C++ version of AIM developed at the [http://www.pdn.cam.ac.uk/groups/cnbh/ CNBH lab] at the University of Cambridge. The original AIM-C software was written by [http://www.tomwalters.co.uk/academic/ Tom Walters] and [http://willem.engen.nl/uni/intern-cnbh/ Willem van Engen].
tomwalters@269 8
tomwalters@271 9 The main goal of AIM-C was to provide near real-time processing of audio data through the auditory model, allowing for the use of AIM in content-based audio analysis tasks. The goal of this project is to make available a well-tested version of AIM-C to the academic community, for experimental use and further development.
tomwalters@269 10
tomwalters@271 11 This project aims to take the [http://www.acousticscale.org/AIM-C-trac/ original AIM-C sources], and produce a well-maintained, easily accessible version of AIM-C.
tomwalters@271 12
tomwalters@271 13 This site will be the home of the continued development of AIM-C. The code is undergoing a complete overhaul, both in coding style and design as it is ported to the new project. We're taking the opportunity to start afresh, with unit tests, a new coding style guide and a rewritten API. We're also developing bindings for python (and potentially other languages too) using SWIG. The code on this site can't currently be used to build a working AIM-C executable, but we're working on it!
tomwalters@271 14
tomwalters@271 15 = Design Phase =
tomwalters@271 16 Currently this project is basically in the [Design] phase, although there are a few ported files in place.
tomwalters@271 17 * Details on [Building] the software.