aboutsummaryrefslogtreecommitdiffstats
path: root/source/samplebuffer.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2021-05-23 13:19:09 -0400
committerClyne Sullivan <clyne@bitgloo.com>2021-05-23 13:19:09 -0400
commitf1773b634eb6cf4e1312379dcc7bcbab7291c60b (patch)
tree2fe10536100230e7e6a3b597147f51ba4ddc32d8 /source/samplebuffer.cpp
parentd2f50fb9259a3142fa6b319a7a735a0e19355d01 (diff)
2nd pot; some doc; smooth WAV playback
Diffstat (limited to 'source/samplebuffer.cpp')
-rw-r--r--source/samplebuffer.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/samplebuffer.cpp b/source/samplebuffer.cpp
index 24cc424..1acf2f4 100644
--- a/source/samplebuffer.cpp
+++ b/source/samplebuffer.cpp
@@ -1,3 +1,14 @@
+/**
+ * @file samplebuffer.cpp
+ * @brief Manages ADC/DAC buffer data.
+ *
+ * Copyright (C) 2021 Clyne Sullivan
+ *
+ * Distributed under the GNU GPL v3 or later. You should have received a copy of
+ * the GNU General Public License along with this program.
+ * If not, see <https://www.gnu.org/licenses/>.
+ */
+
#include "samplebuffer.hpp"
SampleBuffer::SampleBuffer(Sample *buffer) :