musicflower.loader

Functions

audio_scape(n_time_intervals, data[, ...])

Compute a pitch scape from audio data.

get_cache_file_path(file_path, n[, ...])

For a given file path and resolution, return the associated cache file path, which corresponds to the original file path appended with _<n>.pickle, where <n> is replaced with the actual resolution.

get_chroma(data[, cqt, normal, harm, ...])

Get chroma features from audio data.

load_corpus(data, n[, parallel, sort_func])

This is essentially a wrapper for parallelisation around the load_file() function, which computes pitch scapes for a set of files.

load_file(data, n[, use_cache, ...])

Reads a single file and computes its pitch scape with resolution n.

plot_chroma_comparison(file_name, start, end)