summaryrefslogtreecommitdiffstats
path: root/src/sources/v1/legacyaudiosource.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/v1/legacyaudiosource.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/v1/legacyaudiosource.h')
-rw-r--r--src/sources/v1/legacyaudiosource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sources/v1/legacyaudiosource.h b/src/sources/v1/legacyaudiosource.h
index 05a7fade06..9b9c94b802 100644
--- a/src/sources/v1/legacyaudiosource.h
+++ b/src/sources/v1/legacyaudiosource.h
@@ -14,7 +14,7 @@ class LegacyAudioSource {
// Adjusts the current frame seek index:
// - Precondition: isValidFrameIndex(frameIndex) == true
- // - The seek position in seconds is frameIndex / samplingRate()
+ // - The seek position in seconds is frameIndex / sampleRate()
// Returns the actual current frame index which may differ from the
// requested index if the source does not support accurate seeking.
virtual SINT seekSampleFrame(SINT frameIndex) = 0;