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.
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.
To install aubio, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install aubio
To see what files were installed by aubio, run:
port contents aubio
To later upgrade aubio, run:
sudo port selfupdate && sudo port upgrade aubio
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.