Searched refs:path_out (Results 1 – 1 of 1) sorted by relevance
252 char *path_out = malloc(strlen(path_in) + 8); in permute() local253 assert(path_out != NULL); in permute()254 strcpy(path_out, path_in); in permute()255 strcat(path_out, ".wav"); in permute()262 sf_out = sf_open(path_out, SFM_WRITE, &sfinfo_out); in permute()264 perror(path_out); in permute()274 path_out, (int) s.mSegmentArray[i].mFrameLength, (int) count); in permute()