Searched refs:permute (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/tools/permute/
H A DMakefile0 permute : permute.c
2 gcc -o $@ -Wall -Werror permute.c -lsndfile
5 $(RM) permute
H A Dpermute.c17 /** Permute is a host tool to randomly permute an audio file.
121 void permute(char *path_in) function
228 // now permute the segments randomly using a bad algorithm
338 permute(arg);

Completed in 108 milliseconds