From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Message-ID: <4F506D17.6010203@altlinux.ru> Date: Fri, 02 Mar 2012 10:47:51 +0400 From: Anton Gorlov User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: ALT Linux Community general discussions References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Content preview: мне в своё время помогло cat .asoundrc #asym fun start here. we define one pcm device called “dmixed” pcm.dmixed { ipc_key 1025 type dmix slave.pcm "hw:0,0" } #one called "dsnooped" for capturing pcm.dsnooped { ipc_key 1027 type dsnoop slave.pcm "hw:0,0" } [...] Content analysis details: (-1.9 points, 7.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.5 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.6 AWL AWL: From: address is in the auto white-list Subject: Re: [Comm] =?utf-8?b?0J/RgNC+0LHQu9C10LzRiyDRgdC+INGB0LrQsNC50L/QvtC8?= X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Community general discussions List-Id: ALT Linux Community general discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2012 06:49:06 -0000 Archived-At: List-Archive: List-Post: мне в своё время помогло cat .asoundrc #asym fun start here. we define one pcm device called “dmixed” pcm.dmixed { ipc_key 1025 type dmix slave.pcm "hw:0,0" } #one called "dsnooped" for capturing pcm.dsnooped { ipc_key 1027 type dsnoop slave.pcm "hw:0,0" } #and this is the real magic pcm.asymed { type asym playback.pcm "dmixed" capture.pcm "dsnooped" } #a quick plug plugin for above device to do the converting magic pcm.pasymed { type plug slave.pcm "asymed" } #a ctl device to keep xmms happy ctl.pasymed { type hw card 0 } #for aoss: pcm.dsp0 { type plug slave.pcm "asymed" } ctl.mixer0 { type hw card 0 }