From owner-cvs-all Wed May 24 0: 0:44 2000 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id D5E8937BBE7; Wed, 24 May 2000 00:00:32 -0700 (PDT) (envelope-from SoboMax@FreeBSD.org) Received: from vega.vega.com (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id JAA03754; Wed, 24 May 2000 09:59:33 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.9.3/8.9.3) with ESMTP id JAA55782; Wed, 24 May 2000 09:59:59 +0300 (EEST) (envelope-from SoboMax@FreeBSD.org) Message-ID: <392B7DEB.9344C331@FreeBSD.org> Date: Wed, 24 May 2000 09:59:55 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: daeron@wit401305.student.utwente.nl Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/audio/wsoundserver Makefile ports/audio/wsoundserver/files md5 ports/audio/wsoundserver/patches patch-aa patch-ab patch-ac patch-ad ports/audio/wsoundserver/pkg DESCR PLIST References: <200005230633.XAA68264@freefall.freebsd.org> <20000524021016.A24438@shadowmere.student.utwente.nl> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Pascal Hofstee wrote: > On Mon, May 22, 2000 at 11:33:53PM -0700, Maxim Sobolev wrote: > > sobomax 2000/05/22 23:33:53 PDT > > > > Modified files: > > audio/wsoundserver Makefile > > audio/wsoundserver/files md5 > > audio/wsoundserver/pkg DESCR PLIST > > Removed files: > > audio/wsoundserver/patches patch-aa patch-ab patch-ac patch-ad > > Log: > > Import wsoundserver. > > > > WSoundServer is successor of the old wmsound. > > As the Author of this baby ... i think it would be appreciated by people if > there could be added a knob like "WITH_ESD" that would activate the > ESD-backend instead of the default Voxware-backend. > > (Voxware should at all times be kept the default though) Yes, it is already in my TODO list ;). BTW, there is some problem with playing short sounds, at least on my -current with OPL3-SA soundcard. It seems that if length of sound is less that default buffer used to write sounds (8k for 8 bit and 4k for 16 bit) then it simple doesn't produce any sound. Reducing length of the buffer helps, but it might be not the ideal solution. Now I'm looking into the problem and probably will came with the workaround soon. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message