We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e0439d + 9fba05b commit e1aed2eCopy full SHA for e1aed2e
README.md
@@ -104,7 +104,7 @@ The following constants are reported as the only parameter to the
104
105
### Methods
106
107
-- `media.getCurrentAmplitude`: Returns the current position within an audio file.
+- `media.getCurrentAmplitude`: Returns the current amplitude within an audio file.
108
109
- `media.getCurrentPosition`: Returns the current position within an audio file.
110
@@ -140,7 +140,7 @@ The following constants are reported as the only parameter to the
140
141
## media.getCurrentAmplitude
142
143
-Returns the current amplitude of the current recording.
+Returns the current amplitude within an audio file.
144
145
media.getCurrentAmplitude(mediaSuccess, [mediaError]);
146
0 commit comments