Home | History | Annotate | Download | only in permute

Lines Matching refs:FILE

5  * you may not use this file except in compliance with the License.
17 /** Permute is a host tool to randomly permute an audio file.
18 * It takes as input an ordinary .wav file and produces as output a
19 * permuted .wav file and .map which can be given the seek torture test
22 * The format of the .map file is a sequence of lines, each of which is:
56 // derived from command line options combined with file properties
119 /** Permute the specified input file */
124 // Open the file using libsndfile
134 // Check if it is a supported file format: must be WAV
240 // read the entire file into memory
251 // Create a permuted output file
288 FILE *fp_map = fopen(path_map, "w");
300 // Close the input file
337 // Permute the file