Changeset 067d794
- Timestamp:
- Apr 5, 2017, 2:33:48 PM (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:
- 60fdc89
- Parents:
- c2e2362
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.md
rc2e2362 r067d794 44 44 -------------- 45 45 46 A few simple command line tools are included along with the library: 46 The python module comes with the following command line tools: 47 48 - `aubio` extracts informations from sound files 49 - `aubiocut` slices sound files at onset or beat timestamps 50 51 Additional command line tools are included along with the library: 47 52 48 53 - `aubioonset` outputs the time stamp of detected note onsets … … 53 58 - `aubionotes` emits midi-like notes, with an onset, a pitch, and a duration 54 59 - `aubioquiet` extracts quiet and loud regions 55 56 Additionally, the python module comes with the following script:57 58 - `aubiocut` slices sound files at onset or beat timestamps59 60 60 61 The latest version of the documentation can be found at:
Note: See TracChangeset
for help on using the changeset viewer.