Fixed bugs in the tests

This commit is contained in:
Romain Biard 2016-11-16 14:46:11 -03:00
commit 5ef964f2b5
3 changed files with 9 additions and 2 deletions

View file

@ -31,7 +31,7 @@ class WaveformFilters
*/
public function setDownmix()
{
$this->waveform->addFilter(new DownmixFilter());
$this->waveform->addFilter(new WaveformDownmixFilter());
return $this;
}