X-Git-Url: http://git.treefish.org/~alex/seamulator.git/blobdiff_plain/3185fa3e31555b1b80edb81dc4e76a1d9856f6fb..776129fef279847eb021c4657a6c0bece71c5d13:/src/synthesizer.cpp diff --git a/src/synthesizer.cpp b/src/synthesizer.cpp index 8352e7a..fb920ae 100644 --- a/src/synthesizer.cpp +++ b/src/synthesizer.cpp @@ -42,7 +42,7 @@ Synthesizer::Synthesizer(ConstWaterSurfacePtr surface) : m_startTime{std::chrono::system_clock::now()}, m_lastRuntime{getRuntime()} { - stk::Stk::setSampleRate( 44100.0 ); + stk::Stk::setSampleRate( 48000.0 ); stk::Stk::showWarnings( true ); m_dac = std::make_unique(2);