Tweaks
This commit is contained in:
parent
c8464bc731
commit
05992a6fce
2 changed files with 2 additions and 1 deletions
|
@ -745,6 +745,7 @@ void ExportWave(Wave wave, const char *fileName)
|
|||
// Export raw sample data (without header)
|
||||
// NOTE: It's up to the user to track wave parameters
|
||||
SaveFileData(fileName, wave.data, wave.sampleCount*wave.channels*wave.sampleSize/8);
|
||||
success = true;
|
||||
}
|
||||
|
||||
if (success) TRACELOG(LOG_INFO, "Wave exported successfully: %s", fileName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue