Changeset ede63e3
- Timestamp:
- Apr 10, 2017, 10:08:53 AM (8 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler
- Children:
- 67a3053
- Parents:
- fe030d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.md
rfe030d9 rede63e3 42 42 [manual](https://aubio.org/manual/latest/) . 43 43 44 Examples tools45 ----- ---------44 Tools 45 ----- 46 46 47 47 The python module comes with the following command line tools: … … 59 59 - `aubionotes` emits midi-like notes, with an onset, a pitch, and a duration 60 60 - `aubioquiet` extracts quiet and loud regions 61 62 Documentation 63 ------------- 64 65 - [manual](https://aubio.org/manual/latest/), generated with sphinx 66 - [developer documentation](https://aubio.org/doc/latest/), generated with Doxygen 61 67 62 68 The latest version of the documentation can be found at: … … 88 94 manual](https://aubio.org/manual/latest/). 89 95 90 Contact Info and Mailing List 91 -------- ---------------------96 Homepage 97 -------- 92 98 93 99 The home page of this project can be found at: https://aubio.org/ 94 100 95 Questions, comments, suggestions, and contributions are welcome. Use the 96 mailing list: <aubio-user@aubio.org>. 97 98 To subscribe to the list, use the mailman form: 99 https://lists.aubio.org/listinfo/aubio-user/ 100 101 Alternatively, feel free to contact directly the author. 102 103 104 Copyright and License Information 105 --------------------------------- 106 107 Copyright (C) 2003-2017 Paul Brossier <piem@aubio.org> 101 License 102 ------- 108 103 109 104 aubio is free software: you can redistribute it and/or modify it under the … … 111 106 Foundation, either version 3 of the License, or (at your option) any later 112 107 version. 108 109 Contributing 110 ------------ 111 112 Patches are welcome: please fork the latest git repository and create a feature 113 branch. Submitted requests should pass all continuous integration tests.
Note: See TracChangeset
for help on using the changeset viewer.