From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f45.google.com (mail-pb0-f45.google.com [209.85.160.45]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 64B27E007C6 for ; Fri, 3 Jan 2014 11:24:14 -0800 (PST) Received: by mail-pb0-f45.google.com with SMTP id rp16so16021182pbb.4 for ; Fri, 03 Jan 2014 11:24:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=aTz8wOdx6QuYxz8adTELi4/YufO6YlVaRjap4F3Y/ZY=; b=TPlk2cKc/b+2OHsJehimnF8j9nVbfY9nioHFqsz7P2D2ZuCGsdj+llKbFX9+CD432R RdHB5cRbaqFB2ufD/4WRSz+bySt0yF1qYY8vhB42KTmxttjn6H4LIagqufhSrBmN5YQt KcOOL4iyKu/lwon2f5FKzsOhMCpFB0DsHQ1K7zMWb34WapBMtE8L5GEfUy4HGbAOvCJe DxcT+7UY/ZFC8lOLhPfhQP5cNBcwOLARvRLe5HVBJrBzg+3lKY4JPk5dMmo2nY4/lSgx aSm5KYVoj+gzQVPS4/eWG7c+ppJgB9s9ZCGW/cYrhKSTGgBkVJD7tsZaVnJ2o4a6TP4t 6sNw== X-Gm-Message-State: ALoCoQnPyxG6y38ekzLyRZKpZPWHss7ml7j03FrZ1QHbkUPpnXpWAV5Eyj8mO7ITlMYUnOaJfMkV X-Received: by 10.68.89.162 with SMTP id bp2mr32077429pbb.151.1388777054379; Fri, 03 Jan 2014 11:24:14 -0800 (PST) Received: from [29.6.1.5] ([63.226.49.26]) by mx.google.com with ESMTPSA id ju10sm110622435pbd.33.2014.01.03.11.24.12 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 03 Jan 2014 11:24:13 -0800 (PST) Message-ID: <52C70E59.8050703@boundarydevices.com> Date: Fri, 03 Jan 2014 12:24:09 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Gary Thomas , Fabio Estevam References: <52C6D4EF.4060502@mlbassoc.com> <52C6DC67.9080700@mlbassoc.com> <52C6EE28.2080007@boundarydevices.com> <52C6F028.7020304@mlbassoc.com> In-Reply-To: <52C6F028.7020304@mlbassoc.com> Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm] i.MX6 audio performance X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jan 2014 19:24:17 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Gary, On 01/03/2014 10:15 AM, Gary Thomas wrote: > On 2014-01-03 10:06, Eric Nelson wrote: >> Hi Gary, >> >> >> >>> I also noticed that on the SabreLite, mplayer is using an additional >>> library >>> libXxf86dga.so.1 >>> and that it was built using hard floating point (the OMAP3 is soft). >>> >>> Any ideas? >>> >> Are you forcing ALSA output using '-ao alsa'? I've seen some issues with >> OSS emulation and I'm not sure of the default. >> >> Please advise, > > No, I'm using it straight > # mplayer FILE.mp3 > Same on both platforms > Do you see an output line indicating the AO used? It should show something like this: AO: [alsa] 44100Hz 2ch s16le (2 bytes per sample) Can you try using '-ao alsa'? Please advise, Eric