Date: Sun, 26 Jan 1997 16:42:42 -0600 (CST) From: Dave Bodenstab <imdave@synet.net> To: tarkhil@aha.ru Cc: questions@FreeBSD.ORG Subject: Re: rsynth Message-ID: <199701262242.QAA04761@base486.synet.net>
next in thread | raw e-mail | index | archive | help
> From: Alex Povolotsky <tarkhil@tarkhil.dialup.aha.ru> > Subject: rsynth > Date: Sun, 26 Jan 1997 23:33:58 +0300 (MSK) > > Did someone manage to put it to work? It says nothing... The only changes I made to rsynth 2.0 were: --- linuxplay.c 1995/08/09 04:46:11 2.0 +++ linuxplay.c 1995/08/09 04:46:11 2.0.1.1 @@ -26,7 +26,7 @@ #include <sys/ioctl.h> -#include <sys/soundcard.h> +#include <machine/soundcard.h> #include "proto.h" #include "getargs.h" #include "hplay.h" @@ -38,7 +38,7 @@ static int dev_fd = -1; /* file descriptor for audio device */ -char *dev_file = "/dev/sbdsp"; +char *dev_file = "/dev/dsp"; static int linear_fd = -1; Other than that, it built fine, and works for me. I followed the instructions in the README file to build a dictionary, and although the results aren't the greatest, it does talk to me! Dave Bodenstab imdave@synet.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701262242.QAA04761>