Changes between Version 28 and Version 29 of WikiStart


Ignore:
Timestamp:
Oct 17, 2009, 2:54:00 AM (15 years ago)
Author:
Paul Brossier
Comment:

remove most content that was copied from the main page, explain where we are

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v28 v29  
    33= Hands on =
    44
    5  - [wiki:Features Features] - where we are [[BR]]
    6  - [wiki:Goals Goals] - where do we want to be [[BR]]
    7  - [wiki:Screenshots Screenshots] - a quick look at the current status
     5 - [wiki:Features Features] - where we are
     6 - [wiki:Goals Goals] - where do we want to be
    87
    9  - [wiki:Download Download] - grab the latest package, source code or bazaar revision [[BR]]
    10  - [wiki:Build Build] - build and installation instructions [[BR]]
     8 - [wiki:Download Download] - grab the latest package, source code or bazaar revision
     9 - [wiki:Build Build] - build and installation instructions
    1110
    12  - [/trac/newticket File a bug] - File a bug report (or add a comment about an [/report/1 existing bug]) [[BR]]
    13  - [wiki:Discuss Discuss] - Subscribe to a mailing list or contact us [[BR]]
     11 - [/newticket File a bug] - File a bug report (or add a comment about an [/report/1 existing bug])
     12 - [wiki:Discuss Discuss] - Subscribe to a mailing list or contact us
    1413 - [wiki:Develop Develop] - Submit patches, work on the code, contribute
     14
     15}}}
     16
     17= dev.aubio.org =
     18
     19This site is used to follow the development of aubio. For everything about the latest stable version of aubio, see the main web page of the project at http://aubio.org .
     20
     21On this site you will find:
     22
     23 - [/report bug reports]: everything about the latest bugs
     24 - [wiki:WikiStart wiki], latest instructions about building aubio, references, results.
     25 - the [/browser browser] lets you navigate latest version of the source tree and its revisions.
     26 - the [/timeline timeline] lets you view recent commits, wiki edits and ticket changes.
    1527
    1628= See Also =
     
    1931 - ProjectsUsingAubio - list of projects using aubio
    2032 - SimilarProjects - list of similar projects
    21  - Examples - some audio examples
    22  - FAQ - Frequently Asked Questions
    23 }}}
    24 
    25 = Moving =
    26 
    27 Here we are, working on the new trac-based website, which will become the main [http://aubio.org aubio.org] page. Several parts of the [http://aubio.org aubio website] are still missing here (e.g. [http://aubio.org/archives /archives], [http://aubio.org/news /news]), we will see how we mix everything as we need it.
    28 
    29 = About =
    30 
    31 aubio is a library for audio labeling. Its features include segmenting a sound file before each of its attacks, performing pitch detection, tapping the beat and producing midi streams from live audio. The name aubio comes from 'audio' with a typo: several transcription errors are likely to be found in the results too.
    32 
    33 The aim of this project is to provide these automatic labeling features to other audio softwares. Functions can be used offline in sound editors and software samplers, or online in audio effects and virtual instruments.
    34 
    35 aubio has been built to be used by audio developers to add high level feature extraction to their softwares. Because these tasks are difficult, we thought it was important to gather them in a dedicated library. To increase the fun, we have made these algorithms work in a causal or almost causal way, so as to be used in real time applications with as low delay as possible.
    36 
    37 = Features =
    38 
    39 Functions implemented in the library include:
    40 
    41     * various onset detection functions and real time peak-picking
    42     * various pitch detection functions
    43     * beat tracking algorithm (tempo detection)
    44     * transient and steady state separation
    45 
    46 See the page [wiki:Features Features] for more informations.
    47 
    48 = Implementation =
    49 
    50 aubio is written in C. The functions can be called from C++, and a wrapper has been written using [http://swig.org SWIG]. The python interface is already usable, and it would probably be a matter of seconds to add access to the other languages supported by SWIG (including perl, java and many more).
    51 
    52 Currently, [http://aubio.org aubio] depends on [http://mega-nerd.com/libsndfile libsndfile], [http://mega-nerd.com/SRC libsamplerate] and [http://fftw.org FFTW]. On Linux platforms, aubio can be built using [http://jackit.sf.net/ JACK], and [http://www.alsa-project.org/ ALSA].
    53 
    54 = License =
    55 
    56 aubio is a free and open source software released under the [http://www.gnu.org/ GNU] [http://www.gnu.org/licenses/gpl.html General Public License (GPL)].
    57 
    58 = Mailing-list =
    59 
    60 The project has a mailing list: [mailto:aubio@piem.org aubio@piem.org]. You can subscribe to the list by writing a mail to [mailto:aubio-subscribe@piem.org aubio-subscribe@piem.org].
    61 
    62 = Contact =
    63 
    64 Send bug reports about the web site or the mailing list directly to [mailto:piem@piem.org Paul Brossier]. Feedback is most welcome.
     33 - [wiki:FAQ FAQ] - Frequently Asked Questions