We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0583b commit a7dbfe9Copy full SHA for a7dbfe9
1 file changed
Waveform.php
@@ -60,7 +60,7 @@ public function getInfo()
60
}
61
62
if ($this->samples && $this->sampleRate) {
63
- $this->duration = 1.0 * $this->samples / $this->samples;
+ $this->duration = 1.0 * $this->samples / $this->sampleRate;
64
65
66
if ($ret !== 0) {
0 commit comments