We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc49d7 commit 80152bfCopy full SHA for 80152bf
examples/examples.cpp
@@ -141,6 +141,6 @@ namespace examples
141
// 4. Write audio file to disk
142
143
std::string outputFilePath = "quieter-audio-file.wav"; // change this to somewhere useful for you
144
- a.save (outputFilePath, AudioFileFormat::Aiff);
+ a.save (outputFilePath, AudioFileFormat::Wave);
145
}
146
0 commit comments