[io] prevent possible crash on empty string in source_apple_audio
[aubio.git] / doc / about.rst
1 About
2 =====
3
4 This library gathers a collection of music signal processing algorithms written
5 by several people. The documentation of each algorithms contains a brief
6 description and references to the corresponding papers.
7
8 Credits
9 -------
10
11 Many thanks to everyone who contributed to aubio, including:
12
13   - Martin Hermant (`MartinHN <https://github.com/MartinHN>`_)
14   - Eduard Müller (`emuell <https://github.com/emuell>`_)
15   - Nils Philippsen (`nphilipp <https://github.com/nphilipp>`_)
16   - Tres Seaver (`tseaver <https://github.com/tseaver>`_)
17   - Dirkjan Rijnders (`dirkjankrijnders <https://github.com/dirkjankrijnders>`_)
18   - Jeffrey Kern (`anwserman <https:/ /github.com/anwserman>`_)
19   - Sam Alexander (`sxalexander <https://github.com/sxalexander>`_)
20
21 Special thanks to Juan Pablo Bello, Chris Duxbury, Samer Abdallah, Alain de
22 Cheveigne for their help. Also many thanks to Miguel Ramirez and Nicolas Wack
23 for their advices and help fixing bugs.
24
25 Publications
26 ------------
27
28 Substantial informations about several of the algorithms and their evaluation
29 are gathered in:
30
31   - Paul Brossier, `Automatic annotation of musical audio for interactive
32     systems <https://aubio.org/phd>`_, PhD thesis, Centre for Digital music,
33     Queen Mary University of London, London, UK, 2006.
34
35 Additional results obtained with this software were discussed in the following
36 papers:
37
38   - P. M. Brossier and J. P. Bello and M. D. Plumbley, `Real-time temporal
39     segmentation of note objects in music signals
40     <https://aubio.org/articles/brossier04fastnotes.pdf>`_ in *Proceedings of
41     the International Computer Music Conference*, 2004, Miami, Florida, ICMA
42
43   - P. M. Brossier and J. P. Bello and M. D. Plumbley, `Fast labelling of note
44     objects in music signals
45     <https://aubio.org/articles/brossier04fastnotes.pdf>`, in *Proceedings of
46     the International Symposium on Music Information Retrieval*, 2004,
47     Barcelona, Spain
48
49 Citation
50 --------
51
52 Please refer to the Zenodo link in the file README.md to cite this release.
53
54 Copyright
55 ---------
56
57 Copyright © 2003-2017 Paul Brossier <piem@aubio.org>
58
59 License
60 -------
61
62 aubio is a `free <https://www.debian.org/intro/free>`_ and `open source
63 <http://www.opensource.org/docs/definition.php>`_ software; **you** can
64 redistribute it and/or modify it under the terms of the `GNU
65 <https://www.gnu.org/>`_ `General Public License
66 <https://www.gnu.org/licenses/gpl.html>`_ as published by the `Free Software
67 Foundation <https://fsf.org>`_, either version 3 of the License, or (at your
68 option) any later version.
69
70 .. note::
71
72    aubio is not MIT or BSD licensed. Contact us if you need it in your
73    commercial product.