|
| tl::expected< juce::var, juce::String > | engine::analyseAudioFile (Engine &, const juce::File &, const std::vector< AudioFileAnalyser * > &, const std::function< bool()> &shouldAbort={}) |
| | Streams an audio file once through the given analysers, returning their combined results as a JSON-style object with the file's basic properties (sampleRate, channels, seconds) always included.
|
| |
| tl::expected< juce::var, juce::String > | engine::analyseAudioFile (Engine &, const juce::File &, const AudioAnalysisOptions &={}) |
| | Analyses a file with the standard level/spectrum/envelope analysers.
|
| |