From owner-freebsd-multimedia Mon Nov 24 12:40:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA03469 for multimedia-outgoing; Mon, 24 Nov 1997 12:40:12 -0800 (PST) (envelope-from owner-freebsd-multimedia) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id MAA03434 for ; Mon, 24 Nov 1997 12:40:05 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id UAA03169; Mon, 24 Nov 1997 20:34:33 +0100 From: Luigi Rizzo Message-Id: <199711241934.UAA03169@labinfo.iet.unipi.it> Subject: Re: snd971117.tgz + speak_freely-6.1c To: J.Klaus@sh.cvut.cz (Jaroslav Klaus) Date: Mon, 24 Nov 1997 20:34:32 +0100 (MET) Cc: multimedia@FreeBSD.ORG In-Reply-To: from "Jaroslav Klaus" at Nov 24, 97 07:54:52 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hello, > > I have GUSPnP and now I have sound driver snd971117 in 2.2.2: > > mpg123 works fine but speak_freely-6.1c produce a lot of noice. > I recompiled it with new soundbyte.c which was in snd/misc > directory but nothing changed. Could you help me, please? Whoops, you are right, I forgot to mention this. The guspnp support in my driver does not work well with ulaw. I am not sure why -- I set the codec in mode2 instead of mode3 as in the voxware/oss driver, that might be a reason of the malfunctioning (although, if this is the case, it seems to be a bug in the codec of the guspnp). One possibility could be to do the 16bit<->ulaw translation in speak-freely. cheers luigi