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 c9cdf1c + a2c5df7 commit a9c1601Copy full SHA for a9c1601
src/PHPVideoToolkit/AudioFormat.php
@@ -397,7 +397,7 @@ public function setAudioQuality($quality)
397
}
398
else if (is_int($quality) === false && is_float($quality) === false)
399
{
400
- throw new \InvalidArgumentException('The volume value must be an integer or float value.');
+ throw new \InvalidArgumentException('Audio quality value must be an integer or float value.');
401
402
403
// interpret quality into ffmpeg value
0 commit comments