summaryrefslogtreecommitdiffstats
path: root/src/sources/soundsourcemodplug.h
diff options
context:
space:
mode:
authorUwe Klotz <uwe_klotz@web.de>2017-10-28 17:35:19 +0200
committerUwe Klotz <uwe_klotz@web.de>2017-11-06 22:27:20 +0100
commite323c743893b2e1030fccaefc2fd3d0133c09813 (patch)
tree0a89244495cc87eee761628beb06929f0a0dd4cf /src/sources/soundsourcemodplug.h
parent4a445a9aa16f79c549b2784d038a9e61dc449674 (diff)
Consistently use "sample rate" instead of "sampling rate"
...even if should actually be called "sample frame rate".
Diffstat (limited to 'src/sources/soundsourcemodplug.h')
-rw-r--r--src/sources/soundsourcemodplug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sources/soundsourcemodplug.h b/src/sources/soundsourcemodplug.h
index a97cc8e0c2..b25f13733f 100644
--- a/src/sources/soundsourcemodplug.h
+++ b/src/sources/soundsourcemodplug.h
@@ -17,7 +17,7 @@ namespace mixxx {
class SoundSourceModPlug: public SoundSource {
public:
static constexpr SINT kChannelCount = 2;
- static constexpr SINT kSamplingRate = 44100;
+ static constexpr SINT kSampleRate = 44100;
static constexpr SINT kBitsPerSample = 16;
// apply settings for decoding