Replay buffer size and samplerate adjustment

This commit is contained in:
furrtek
2017-06-24 18:42:41 +01:00
parent 33a2df9d2a
commit 46515ebb05
6 changed files with 36 additions and 26 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ private:
using option_t = std::pair<std::string, int32_t>;
using options_t = std::vector<option_t>;
static constexpr uint32_t sampling_rate = 1000000;
static constexpr uint32_t sampling_rate = 4000000;
void toggle();