X-Git-Url: http://git.treefish.org/~alex/seamulator.git/blobdiff_plain/18258cd17adcc9e97a58926a9882d0e23683c59d..refs/heads/noise:/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);