From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Mack Subject: Re: Behringer Uphoria UMC204 usb audio capture only pops and clicks Date: Mon, 21 Apr 2014 20:37:15 +0200 Message-ID: <5355655B.3050705@zonque.org> References: <53551C5B.5010002@zonque.org> <5355431F.3000501@zonque.org> <53555A0F.4080406@zonque.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.zonque.de (svenfoo.org [82.94.215.22]) by alsa0.perex.cz (Postfix) with ESMTP id DA9EE260850 for ; Mon, 21 Apr 2014 20:37:16 +0200 (CEST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Andrew Reyes Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org On 04/21/2014 08:33 PM, Andrew Reyes wrote: >> aplay -Dhw:xxx --buffer-size 2048 file.wav > >> (again, xxx is the index or short name of your audio card). > >> Which application do you normally use to play audio? > > I'm using JACK right now for recording and gigging live and pulseaudio for > Youtube and movies. Bot should of course work, but as they're built on top of ALSA, it's best to debug directly on the lower level. IOW: with aplay. > Here is the pastebin link for the aplay command: > http://pastebin.com/3nquKW12 > > Playing WAVE 'Open The Eyes Of My Heart.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo > aplay: set_params:1233: Sample format non available > Available formats: > - S32_LE Ok, in this case, please use "plughw" instead of "hw". Daniel