Changeset b201912 for README.md


Ignore:
Timestamp:
Apr 11, 2017, 1:49:44 AM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
sampler
Children:
04d0c89
Parents:
fbafd2c (diff), b762f8d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into sampler

Fixed conflicts:

python/lib/gen_external.py
src/io/source_avcodec.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.md

    rfbafd2c rb201912  
    33
    44[![Travis build status](https://travis-ci.org/aubio/aubio.svg?branch=master)](https://travis-ci.org/aubio/aubio "Travis build status")
    5 [![Appveyor build status](https://ci.appveyor.com/api/projects/status/f3lhy3a57rkgn5yi?svg=true)](https://ci.appveyor.com/project/piem/aubio "Appveyor build status")
     5[![Appveyor build status](https://img.shields.io/appveyor/ci/piem/aubio/master.svg)](https://ci.appveyor.com/project/piem/aubio "Appveyor build status")
    66[![Landscape code health](https://landscape.io/github/aubio/aubio/master/landscape.svg?style=flat)](https://landscape.io/github/aubio/aubio/master "Landscape code health")
    7 [![Documentation Status](https://readthedocs.org/projects/aubio/badge/?version=latest)](http://aubio.readthedocs.io/en/latest/?badge=latest "Documentation status")
    8 [![Commits since last release](https://img.shields.io/github/commits-since/aubio/aubio/0.4.4.svg?maxAge=2592000)](https://github.com/aubio/aubio "Commits since last release")
     7[![Commits since last release](https://img.shields.io/github/commits-since/aubio/aubio/0.4.5.svg)](https://github.com/aubio/aubio "Commits since last release")
     8
     9[![Documentation](https://readthedocs.org/projects/aubio/badge/?version=latest)](http://aubio.readthedocs.io/en/latest/?badge=latest "Latest documentation")
     10[![DOI](https://zenodo.org/badge/396389.svg)](https://zenodo.org/badge/latestdoi/396389)
    911
    1012aubio is a library to label music and sounds. It listens to audio signals and
     
    2729  - spectral filtering
    2830  - transient/steady-state separation
    29   - sound file and audio devices read and write access
     31  - sound file read and write access
    3032  - various mathematics utilities for music applications
    3133
     
    3638-------------
    3739
    38 A python module to access the library functions is also provided. Please see
    39 the file [`python/README.md`](python/README.md) for more information on how to
    40 use it.
     40A python module for aubio is provided. For more information on how to use it,
     41please see the file [`python/README.md`](python/README.md) and the
     42[manual](https://aubio.org/manual/latest/) .
    4143
    42 Examples tools
    43 --------------
     44Tools
     45-----
    4446
    45 A few simple command line tools are included along with the library:
     47The python module comes with the following command line tools:
     48
     49 - `aubio` extracts informations from sound files
     50 - `aubiocut` slices sound files at onset or beat timestamps
     51
     52Additional command line tools are included along with the library:
    4653
    4754 - `aubioonset` outputs the time stamp of detected note onsets
     
    5360 - `aubioquiet` extracts quiet and loud regions
    5461
    55 Additionally, the python module comes with the following script:
     62Documentation
     63-------------
    5664
    57  - `aubiocut` slices sound files at onset or beat timestamps
     65  - [manual](https://aubio.org/manual/latest/), generated with sphinx
     66  - [developer documentation](https://aubio.org/doc/latest/), generated with Doxygen
    5867
    5968The latest version of the documentation can be found at:
     
    7483    ./setup.py build
    7584
    76 See also the [manual](https://aubio.org/manual/latest/) for more information
    77 about [compiling](https://aubio.org/manual/latest/building.html) and
    78 [installing](https://aubio.org/manual/latest/installing.html).
     85See the [manual](https://aubio.org/manual/latest/) for more information about
     86[installing aubio](https://aubio.org/manual/latest/installing.html).
    7987
    80 Credits and Publications
    81 ------------------------
     88Citation
     89--------
    8290
    83 This library gathers music signal processing algorithms designed at the Centre
    84 for Digital Music and elsewhere. This software project was developed along the
    85 research I did at the Centre for Digital Music, Queen Mary, University of
    86 London. Most of this C code was written by myself, starting from published
    87 papers and existing code. The header files of each algorithm contains brief
    88 descriptions and references to the corresponding papers.
     91Please use the DOI link above to cite this release in your publications. For
     92more information, see also the [about
     93page](https://aubio.org/manual/latest/about.html) in [aubio
     94manual](https://aubio.org/manual/latest/).
    8995
    90 Special thanks go Juan Pablo Bello, Chris Duxbury, Samer Abdallah, Alain de
    91 Cheveigne for their help and publications. Also many thanks to Miguel Ramirez
    92 and Nicolas Wack for their bug fixing.
    93 
    94 Substantial informations about the algorithms and their evaluation are gathered
    95 in:
    96 
    97   - Paul Brossier, _[Automatic annotation of musical audio for interactive
    98     systems](https://aubio.org/phd)_, PhD thesis, Centre for Digital music,
    99 Queen Mary University of London, London, UK, 2006.
    100 
    101 Additional results obtained with this software were discussed in the following
    102 papers:
    103 
    104   - P. M. Brossier and J. P. Bello and M. D. Plumbley, [Real-time temporal
    105     segmentation of note objects in music signals](https://aubio.org/articles/brossier04fastnotes.pdf),
    106 in _Proceedings of the International Computer Music Conference_, 2004, Miami,
    107 Florida, ICMA
    108 
    109   -  P. M. Brossier and J. P. Bello and M. D. Plumbley, [Fast labelling of note
    110      objects in music signals] (https://aubio.org/articles/brossier04fastnotes.pdf),
    111 in _Proceedings of the International Symposium on Music Information Retrieval_,
    112 2004, Barcelona, Spain
    113 
    114 
    115 Contact Info and Mailing List
    116 -----------------------------
     96Homepage
     97--------
    11798
    11899The home page of this project can be found at: https://aubio.org/
    119100
    120 Questions, comments, suggestions, and contributions are welcome. Use the
    121 mailing list: <aubio-user@aubio.org>.
    122 
    123 To subscribe to the list, use the mailman form:
    124 https://lists.aubio.org/listinfo/aubio-user/
    125 
    126 Alternatively, feel free to contact directly the author.
    127 
    128 
    129 Copyright and License Information
    130 ---------------------------------
    131 
    132 Copyright (C) 2003-2016 Paul Brossier <piem@aubio.org>
     101License
     102-------
    133103
    134104aubio is free software: you can redistribute it and/or modify it under the
     
    136106Foundation, either version 3 of the License, or (at your option) any later
    137107version.
     108
     109Contributing
     110------------
     111
     112Patches are welcome: please fork the latest git repository and create a feature
     113branch. Submitted requests should pass all continuous integration tests.
Note: See TracChangeset for help on using the changeset viewer.