From owner-freebsd-gecko@freebsd.org Sun Jan 24 00:08:04 2016 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF982A8FC52 for ; Sun, 24 Jan 2016 00:08:04 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BC2481B7E for ; Sun, 24 Jan 2016 00:08:04 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: by mailman.ysv.freebsd.org (Postfix) id B992FA8FC51; Sun, 24 Jan 2016 00:08:04 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9246A8FC50 for ; Sun, 24 Jan 2016 00:08:04 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from vms173013pub.verizon.net (vms173013pub.verizon.net [206.46.173.13]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0923B1B7C; Sun, 24 Jan 2016 00:08:04 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from aldan.narawntapu ([100.1.236.52]) by vms173013.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0O1F00IQAHKNWK00@vms173013.mailsrvcs.net>; Sat, 23 Jan 2016 17:07:40 -0600 (CST) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=EdU1O6SC c=1 sm=1 tr=0 a=UorMnhrCY2jH/mPejITChw==:117 a=LaogzpLLAAAA:8 a=oR5dmqMzAAAA:8 a=7aQ_Q-yQQ-AA:10 a=r77TgQKjGQsHNAKrUKIA:9 a=NQRJZTAovinm--pPs3kA:9 a=QEXdDO2ut3YA:10 a=KnI1_fddsyFxphdQlIcA:9 a=_W_S_7VecoQA:10 To: gecko@freebsd.org, Chris Rees From: "Mikhail T." Subject: enabling INTEGER_SAMPLES seems to break sound Message-id: <56A407B7.8020404@aldan.algebra.com> Date: Sat, 23 Jan 2016 18:07:35 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 00:08:04 -0000 Hi! Fed up with the through-the-roof CPU consumption during video playback, I decided to experiment and rebuilt soundtouch and firefox (and thunderbird) with INTEGER_SAMPLES on. Upon restarting, firefox started to produce garbled sound on various video-containing pages (such as this one). The CPU consumption seemed just as bad too. Rebuilding/reinstalling again with INTEGER_SAMPLES disabled got the sound back on. -mi