Bug 1477200 - Temporarily bump audio input and output latency on OSX as a stop-gap measure, on macbook pros. r=pehrsons

MozReview-Commit-ID: 3kD3ZRT2fDf

--HG--
extra : rebase_source : 675c1a729953ab3d6ef52bb165787b151136c3f3
This commit is contained in:
Paul Adenot 2018-07-20 11:27:27 +02:00
Родитель a0acdad553
Коммит 76f4e9a05b
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -597,7 +597,9 @@ bool IsMacbookOrMacbookAir()
return true;
}
}
return false;
// Bug 1477200, we're temporarily capping the latency to 512 here to help
// with audio quality.
return true;
}
#endif
return false;