Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
CasualPokePlayer committed Jun 18, 2022
1 parent 3cb0add commit 4007e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/AudioCommon/WaveFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class WaveFileWriter

private:
static constexpr size_t BUFFER_SIZE = 32 * 1024;
static constexpr u32 OUT_SAMPLE_RATE = 96000;
static constexpr u32 OUT_SAMPLE_RATE = 48000;

File::IOFile file;
bool skip_silence = false;
Expand Down

0 comments on commit 4007e26

Please sign in to comment.