From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qy0-f170.google.com (mail-qy0-f170.google.com [209.85.216.170]) by speech.braille.uwo.ca (Postfix) with ESMTP id 795B5C1A192 for ; Fri, 25 Feb 2011 19:42:47 -0500 (EST) Received: by qyk32 with SMTP id 32so825394qyk.8 for ; Fri, 25 Feb 2011 16:42:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=um7kl6J4rvKhHSO3epL5PvAcxaiwdQhj+mLV8L9XHFw=; b=RzG4arbOWh+15/FTMIw9+ajj+QPQcqIe4Q0geFZcBjtWZw6eMIi49QB1qKeJoj+sdj B4pS/OQYq4WhDfe/DJjnd+GRXhVDm79m+3NYwVcWBYlJJ3p1oa0ldHg4kLSdk7JcZ+AF YTZDZiVeYwdE8f36g7LfRr5K2lYO8AePAIMeA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=pioBU/u7hJf5lBt8QOtcZVxlLRCUvr1wnkbQ/6/HwuLw7Sory3HWVMqNWXxS9c/zCe 6wsyO3M+ayeNNha009ajh9qn6fzGo/OhKH0WtMD7GI3yVTd6o6DE6eQnj1fyrgDjSoIH FE2iXcpdM2gf+LfBRpey6VrXQcL0zeZc5MFM8= Received: by 10.229.235.142 with SMTP id kg14mr2410626qcb.133.1298680967050; Fri, 25 Feb 2011 16:42:47 -0800 (PST) Received: from nextdog (c-66-31-213-94.hsd1.ma.comcast.net [66.31.213.94]) by mx.google.com with ESMTPS id g32sm928370qck.22.2011.02.25.16.42.46 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 25 Feb 2011 16:42:46 -0800 (PST) Date: Fri, 25 Feb 2011 19:43:17 -0500 From: Christopher Moore To: "Speakup is a screen review system for Linux." Subject: Re: speech-dispatcher and espeak Message-ID: <20110226004317.GA4034@nextdog> References: <4D6419D1.2080001@gmail.com> <4D6427BD.1080108@gmail.com> <20110222223256.GB23691@lnx3> <4D6540DB.6090404@gmail.com> <20110223195321.GA1739@nextdog> <4D657762.9010305@gmail.com> <20110225064638.GA1254@lnx3> <4D67BE78.6040606@gmail.com> <20110225212217.GB32521@lnx3> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110225212217.GB32521@lnx3> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.13 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Feb 2011 00:42:47 -0000 Another thing you need to do when running pulse is to blacklist the snd_pcm_oss module. This prevents any oss applications from using the soundcard directly. In arch there is an osp package which you install. The osspd daemon becomes the link between your oss apps and pulse. Chris