Performs the LLE alogrithm on a sound(file). As a first step, the sound is scanned piecewice with time windows sized t. In every scanning step, the time windows is shifted by dt. This generates an overall data set with dimension $n=$t and sample size $N\approx$t/dt. This dataset can then be embedded using LLE algorithm.
Usage
lle_sound(t = 500, dt = 20, k = 25, reg = 2, ss = FALSE, p = 0.5, id = TRUE)