← back to log

Corpus Explorer: navigating a sound corpus by ear, not by filename

Corpus Explorer: navigating a sound corpus by ear, not by filename

Every grain in a corpus gets a 29-feature vector: MFCCs, spectral contrast, onset strength, spectral slope. PCA and t-SNE fold that down into a space you can fly through. Picking a point runs a weighted k-nearest-neighbour search and triggers overlap-add granular synthesis on whatever is closest.

// comments

No comments yet.

Log in to comment.