Implemented basic BPM mechanism

This commit is contained in:
2020-04-29 19:48:41 +02:00
parent 2919ca2db6
commit 81cc81fe3a
18 changed files with 426 additions and 122 deletions

View File

@@ -2,7 +2,7 @@
#include <QAudioFormat>
static constexpr int sampleRate = 44100;
static constexpr int frameRate = 44100;
static constexpr int channelCount = 2;
static constexpr int sampleSize = 32;
static constexpr auto codec = "audio/pcm";