Skip to content

Commit e1aed2e

Browse files
authored
Merge pull request #154 from jcesarmobile/CB-12264
CB-12264 (README): fix media.getCurrentAmplitude definition
2 parents 6e0439d + 9fba05b commit e1aed2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The following constants are reported as the only parameter to the
104104

105105
### Methods
106106

107-
- `media.getCurrentAmplitude`: Returns the current position within an audio file.
107+
- `media.getCurrentAmplitude`: Returns the current amplitude within an audio file.
108108

109109
- `media.getCurrentPosition`: Returns the current position within an audio file.
110110

@@ -140,7 +140,7 @@ The following constants are reported as the only parameter to the
140140

141141
## media.getCurrentAmplitude
142142

143-
Returns the current amplitude of the current recording.
143+
Returns the current amplitude within an audio file.
144144

145145
media.getCurrentAmplitude(mediaSuccess, [mediaError]);
146146

0 commit comments

Comments
 (0)