Skip to content

Commit 80152bf

Browse files
committed
fix: wrong output file type in examples
1 parent dbc49d7 commit 80152bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,6 @@ namespace examples
141141
// 4. Write audio file to disk
142142

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

0 commit comments

Comments
 (0)