From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: snd-usb-audio syncronisation problem Date: Tue, 26 Feb 2008 09:14:47 +0100 Message-ID: <47C3CA77.5070104@ladisch.de> References: <43e8c7320802220151p177d2c73y2c9724a4cb4743ef@mail.gmail.com> <47BEEF4D.4050507@ladisch.de> <43e8c7320802220815y332a82f4kac19999cc15fd276@mail.gmail.com> <47BEF8FE.4030408@ladisch.de> <43e8c7320802220846g7d7c8b61jb29e8ca3028d2c24@mail.gmail.com> <47BEFFFC.8030301@ladisch.de> <43e8c7320802220902j3a4ff3a1wdae77ec25f2d3785@mail.gmail.com> <47C2B822.7000507@ladisch.de> <43e8c7320802251032j7541ac02t1459ef83d95dfd4e@mail.gmail.com> <47C3C07B.2040104@ladisch.de> <43e8c7320802252353p2798488at87163c75a4511c4f@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by alsa0.perex.cz (Postfix) with ESMTP id 5606824615 for ; Tue, 26 Feb 2008 09:13:04 +0100 (CET) In-Reply-To: <43e8c7320802252353p2798488at87163c75a4511c4f@mail.gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Adrian Stancu Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Adrian Stancu wrote: > deathu@vader:~/Desktop$ sox testtone96.wav -r 192000 testtone192.wav > deathu@vader:~/Desktop$ aplay -D hw:1 testtone192.wav > Playing WAVE 'testtone192.wav' : Signed 16 bit Little Endian, Rate 192000 Hz, Mono > aplay: set_params:918: Sample format non available The device doesn't support mono. Try "sox testtone96.wav -r 192000 -c 2 testtone192.wav". > I receive totally damaged audio (wrong frequency, lots of artifacts) What frequency? What is shown /proc/asound/card1/stream0 while playing this file? Does something similar happen with a four-channel 96 kHz file? ("sox testtone96.wav -c 4 testtone4.wav") Regards, Clemens