Searched defs:WAV_OutputOpen (Results 1 - 1 of 1) sorted by relevance

/external/aac/libSYS/src/
H A Dwav_file.cpp375 * WAV_OutputOpen
385 INT WAV_OutputOpen(HANDLE_WAV *pWav, const char *outputFilename, INT sampleRate, INT numChannels, INT bitsPerSample) function
391 FDKprintfErr("WAV_OutputOpen(): Unable to allocate WAV struct.\n");
397 FDKprintfErr("WAV_OutputOpen(): Invalid argument (bitsPerSample).\n");
404 FDKprintfErr("WAV_OutputOpen(): unable to create file %s\n", outputFilename);
428 FDKprintfErr("WAV_OutputOpen(): error writing to output file %s\n", outputFilename);

Completed in 181 milliseconds