diff --git a/SoundLooper.hpp b/SoundLooper.hpp index a44ed39..5b18b6f 100644 --- a/SoundLooper.hpp +++ b/SoundLooper.hpp @@ -52,10 +52,10 @@ class SoundLooper final : public QObject { if (not BASS_Init(-1, 48'000, BASS_DEVICE_DEFAULT, nullptr, nullptr)) exit(-10); - if (not BASS_RecordInit(0)) + if (not BASS_RecordInit(2)) exit(-11); - recording = BASS_RecordStart(48'000, 2, 0, nullptr, nullptr); + recording = BASS_RecordStart(96'000, 1, 0, nullptr, nullptr); if (not recording) exit(-12);