ofxAudioAnalyzer
openFrameworks wrapper for Essentia. Audio analysis algorithms in real-time
File Explorer
Download Latest Version (.zip)- .gitkeep
- beatTrack.wav
- cadence.wav
- chord.wav
- flute.wav
- noise.wav
- test440mono.wav
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- example-allAlgorithms Debug.xcscheme
- example-allAlgorithms Release.xcscheme
- project.pbxproj
- main.cpp
- ofApp.cpp
- ofApp.h
- addons.make
- config.make
- Makefile
- openFrameworks-Info.plist
- Project.xcconfig
- .gitkeep
- mix-stereo.wav
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- example-audioFilePlayer Debug.xcscheme
- example-audioFilePlayer Release.xcscheme
- project.pbxproj
- main.cpp
- ofApp.cpp
- ofApp.h
- addons.make
- config.make
- Makefile
- openFrameworks-Info.plist
- Project.xcconfig
- .gitkeep
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- example-emptyExample Debug.xcscheme
- example-emptyExample Release.xcscheme
- project.pbxproj
- main.cpp
- ofApp.cpp
- ofApp.h
- addons.make
- config.make
- Makefile
- openFrameworks-Info.plist
- Project.xcconfig
- .gitkeep
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- example-emptySoundPlayer Debug.xcscheme
- example-emptySoundPlayer Release.xcscheme
- project.pbxproj
- main.cpp
- ofApp.cpp
- ofApp.h
- addons.make
- config.make
- Makefile
- openFrameworks-Info.plist
- Project.xcconfig
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- project.pbxproj
- .gitkeep
- beatTrack.wav
- example-onsets Debug.xcscheme
- example-onsets Release.xcscheme
- main.cpp
- ofApp.cpp
- ofApp.h
- addons.make
- config.make
- Makefile
- openFrameworks-Info.plist
- Project.xcconfig
- .gitkeep
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- example-rmsInput Debug.xcscheme
- example-rmsInput Release.xcscheme
- project.pbxproj
- main.d
- main.o
- ofApp.d
- ofApp.o
- .compiler_flags
- main.cpp
- ofApp.cpp
- ofApp.h
- addons.make
- config.make
- Makefile
- openFrameworks-Info.plist
- Project.xcconfig
- .gitkeep
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- example-stereoAudioOutput Debug.xcscheme
- example-stereoAudioOutput Release.xcscheme
- project.pbxproj
- main.cpp
- ofApp.cpp
- ofApp.h
- addons.make
- config.make
- Makefile
- openFrameworks-Info.plist
- Project.xcconfig
- graphutils.h
- network.h
- networkparser.h
- copy.h
- devnull.h
- diskwriter.h
- fileoutput.h
- poolstorage.h
- ringbufferinput.h
- ringbufferoutput.h
- ringbuffervectoroutput.h
- vectorinput.h
- vectoroutput.h
- accumulatoralgorithm.h
- multiratebuffer.h
- phantombuffer.h
- phantombuffer_impl.h
- sink.h
- sinkbase.h
- sinkproxy.h
- source.h
- sourcebase.h
- sourceproxy.h
- streamingalgorithm.h
- streamingalgorithmcomposite.h
- streamingalgorithmwrapper.h
- jama_cholesky.h
- jama_eig.h
- jama_lu.h
- jama_qr.h
- jama_svd.h
- tnt.h
- tnt2essentiautils.h
- tnt2vector.h
- tnt_array1d.h
- tnt_array1d_utils.h
- tnt_array2d.h
- tnt_array2d_utils.h
- tnt_array3d.h
- tnt_array3d_utils.h
- tnt_cmat.h
- tnt_fortran_array1d.h
- tnt_fortran_array1d_utils.h
- tnt_fortran_array2d.h
- tnt_fortran_array2d_utils.h
- tnt_fortran_array3d.h
- tnt_fortran_array3d_utils.h
- tnt_i_refvec.h
- tnt_math_utils.h
- tnt_sparse_matrix_csr.h
- tnt_stopwatch.h
- tnt_subscript.h
- tnt_vec.h
- tnt_version.h
- asciidag.h
- asciidagparser.h
- atomic.h
- audiocontext.h
- betools.h
- bpfutil.h
- bpmutil.h
- ffmpegapi.h
- jsonconvert.h
- MersenneTwister.h
- metadatautils.h
- output.h
- peak.h
- ringbufferimpl.h
- synth_utils.h
- yamlast.h
- algorithm.h
- algorithmfactory.h
- algorithmfactory_impl.h
- config.h
- configurable.h
- connector.h
- debugging.h
- essentia.h
- essentiamath.h
- essentiautil.h
- iotypewrappers.h
- iotypewrappers_impl.h
- parameter.h
- pool.h
- range.h
- roguevector.h
- streamconnector.h
- streamutil.h
- stringutil.h
- threading.h
- types.h
- version.h
- libessentia.a
- libessentia.a
- fftw3.f
- fftw3.f03
- fftw3.h
- fftw3l.f03
- fftw3q.f03
- libfftw3f.a
- libfftw3f.a
- sndfile.h
- sndfile.hh
- libsndfile.a
- ofSoundPlayerExtended.cpp
- ofSoundPlayerExtended.h
- ofxAAMultiPitchKlapuriAlgorithm.cpp
- ofxAAMultiPitchKlapuriAlgorithm.h
- ofxAAOnsetsAlgorithm.cpp
- ofxAAOnsetsAlgorithm.h
- ofxAudioAnalyzer.cpp
- ofxAudioAnalyzer.h
- ofxAudioAnalyzerAlgorithms.cpp
- ofxAudioAnalyzerAlgorithms.h
- ofxAudioAnalyzerUnit.cpp
- ofxAudioAnalyzerUnit.h
- .gitignore
- addon_config.mk
- AlgorithmsReference.md
- changelog.md
- essentia_compilation.md
- LICENSE
- README.md
- TODO.md
# Installation Guide
1. Get the code
git clone https://github.com/leozimmerman/ofxAudioAnalyzer
Downloads the entire project code from GitHub to your computer.
cd ofxAudioAnalyzer
Moves into the project folder you just downloaded.
2. Make
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
cd example-allAlgorithms
This project's files live in a subfolder, so move into it first.
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
