HomeSort by relevance Sort by last modified time
    Searched defs:szFilename (Results 1 - 2 of 2) sorted by null

  /external/srec/audio/test/AudioHardwareRecord/src/
AudioHardwareRecord.c 86 char *szFilename = "output_AudioHardwareRecord.pcm";
88 fpOutput = fopen(szFilename, "wb");
91 printf("ERROR: cannot create '%s'\n", szFilename);
  /external/srec/audio/test/AudioInRecord/src/
AudioInRecord.c 131 char *szFilename = OUTPUT_FILENAME;
133 fpOutput = fopen(szFilename, "wb");
136 printf("ERROR: cannot create output file: '%s'\n", szFilename);
142 printf("\nOutput audio saved to '%s'\n\n", szFilename);

Completed in 80 milliseconds