Skip to content

Commit

Permalink
fix: wrong output file type in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstark committed Nov 18, 2024
1 parent dbc49d7 commit 80152bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/examples.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,6 @@ namespace examples
// 4. Write audio file to disk

std::string outputFilePath = "quieter-audio-file.wav"; // change this to somewhere useful for you
a.save (outputFilePath, AudioFileFormat::Aiff);
a.save (outputFilePath, AudioFileFormat::Wave);
}
}

0 comments on commit 80152bf

Please sign in to comment.