Csound Csound-dev Csound-tekno Search About

Re: talking Mac

Date1998-09-03 12:38
FromJim Stevenson
SubjectRe: talking Mac
All blind users I know of who have tryed talking Mac vs Pc report Mac is far
less user friendly with speech.

The only program that makes Mac talk was Outspoken. I believe it is no longer
being updated to work with Mac OS 8.*.

There is a list called blind-l for talking PCs using Dos, and guispeek for
blind window$ users, which is of course < speech friendly.

Also blinux for talking linux.

The debates about which programs are best for making pcs talk are endless.

Cheers.


Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id bg13336;
          4 Sep 98 4:33 BST
Received: from pat.bath.ac.uk by stork.maths.Bath.AC.UK id aa07013;
          3 Sep 98 15:37 BST
Received: (qmail 26598 invoked from network); 3 Sep 1998 14:37:55 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by pat.bath.ac.uk with SMTP; 3 Sep 1998 14:37:55 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (PAA24770); Thu, 3 Sep 1998 15:32:12 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Thu, 3 Sep 1998 15:32:01 +0100
Received: from Thuban.AC.HMC.Edu [134.173.53.8] (may be forged) by hermes via ESMTP (PAA24167); Thu, 3 Sep 1998 15:31:58 +0100 (BST)
Received: from [134.173.38.61] (Spjut.Eng.HMC.Edu)
 by THUBAN.AC.HMC.EDU (PMDF V5.1-7 #28820)
 with ESMTP id <01J1D1BM8SMM8WXE80@THUBAN.AC.HMC.EDU> for
 csound@maths.ex.ac.uk; Thu, 3 Sep 1998 07:31:44 PST
Date: Thu, 03 Sep 1998 07:34:57 -0700
From: Erik Spjut 
Subject: Re: way way way off topic
In-reply-to: <35EE360C.F6AD6C5D@flash.net>
X-Sender: spjut@thuban.ac.hmc.edu
To: pete moss , csound 
Message-id: 
MIME-version: 1.0
Content-type: text/plain; charset="us-ascii"
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

On speech and speech recognition a good starting point is
 Shortcut: speech
Apple was on the leading edge of this field three to five years ago, but
they let it languish. They're trying hard to regain their lead. OS 8 comes
with built-in speech synthesis with a large variety of voices.

On midi, for years more professionals have used Mac than any other
platform. I would start at http://www.opcode.com/ and http://www.motu.com/.
For lower cost check out http://www.cakewalk.com/Products/ME/ME4.html. I've
been midi-ing on Mac's since 1989.

-------------------------------------------------------------------------------
Erik Spjut (pronounce ju as long u or yew) - Associate Professor of Engineering
and  Associate Director for Engineering Computing,  Center for Design Education
Harvey Mudd College, Claremont, CA 91711-5990  USA
Erik_Spjut@hmc.edu      Ph & Voice mail (909) 607-3890      Fax (909) 621-8967




Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id at13998;
          4 Sep 98 6:38 BST
Received: from pat.bath.ac.uk by stork.maths.Bath.AC.UK id aa01791;
          4 Sep 98 0:44 BST
Received: (qmail 21359 invoked from network); 3 Sep 1998 23:45:08 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by pat.bath.ac.uk with SMTP; 3 Sep 1998 23:45:08 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (AAA23749); Fri, 4 Sep 1998 00:42:34 +0100 (BST)
Received: from sunny.ex.ac.uk by maths.ex.ac.uk; Fri, 4 Sep 1998 00:42:21 +0100
Received: from root@westnet.com [206.24.6.2] by sunny via ESMTP (AAA26535); Fri, 4 Sep 1998 00:36:58 +0100 (BST)
Received: from goodguy (port12.ts1.westnet.com [206.24.7.233])
	by westnet.com (8.9.0/8.9.0) with SMTP id TAA02549;
	Thu, 3 Sep 1998 19:41:44 -0400 (EDT)
Message-ID: <35EF2218.733DB89A@westnet.com>
Date: Thu, 03 Sep 1998 23:11:20 +0000
From: Larry Troxler 
X-Mailer: Mozilla 3.01 (X11; I; Linux 2.0.31 i586)
MIME-Version: 1.0
To: Antoine Lefebvre 
CC: csound@maths.ex.ac.uk
Subject: Bug in OSS code? / Re: Again Real time csound problem
References: <35EE0C73.588BCC20@iname.com> <35EE0AFD.14C1EB97@westnet.com> <35EE8DFC.B5996F@iname.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

Antoine Lefebvre wrote:
> 
> My system is a pentium 166 Mhz with 32M Ram and using linux 2.0.34 with the
> latest OSS/free that work.

> For the buffer, I try to change it with the -B and -b flag of the csound
> comand line but it change nothing!!!!


(Nothing, meaning the 6 second latency Antione is experiencing)

I hope you don't mind, Antione, that I CC'd this mail back to the
mailing list. 

This problem suspiciously sounds liike it could be related to a bug in
the Csound OSS code a while back. Unfortunately, I don't have the source
on my machine at the moment, so hopefully another Linux person could
provide the details. 

The problem was that in the OSS ioctl call that specifies the fragment
size, and the number of fragments, the code correctly used the
command-line buffer size as the fragment size. (The OSS "fragment" is
essentially what we think of as a buffer). But the top byte of the
argument, which specifies the number of fragments, was initially all
high, which means "allocate as many fragments as possible". At one point
I caught this error, and changed the top-half of the argument to specify
using two fragments.

Sorry the above is so muddled. Hopefully Dave Phillips or someone else
working on the Linux version could point you to the exact source code to
check. 

OTOH, If you just recently downloaded the current Linux version, then
this should be already fixed, so maybe your problem is something else.

> I have code a little utility to change the setting of /dev/dsp (rate, bits,
> channels) but it seem to get back the default value when I close /dev/dsp in
> my program. Is it normal??????
> 

I'm not a Unix expert, but yes, I think this is normal, if you're using
ioctl() calls. 

Larry

--  Larry Troxler --  lt@westnet.com  --  Patterson, NY USA  --



Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id ax13998;
          4 Sep 98 6:38 BST
Received: from mercury.bath.ac.uk by stork.maths.Bath.AC.UK id aa06038;
          4 Sep 98 1:26 BST
Received: (qmail 12602 invoked from network); 4 Sep 1998 00:26:41 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by mercury.bath.ac.uk with SMTP; 4 Sep 1998 00:26:41 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (BAA02183); Fri, 4 Sep 1998 01:24:24 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Fri, 4 Sep 1998 01:24:10 +0100
Received: from pimout3-ext.prodigy.net [207.115.59.211] by hermes via ESMTP (BAA16728); Fri, 4 Sep 1998 01:24:09 +0100 (BST)
Received: from prodigy.net (VRHSB110-38.splitrock.net [209.156.163.153])
	by pimout3-int.prodigy.net (8.8.5/8.8.5) with ESMTP id UAA45616
	for ; Thu, 3 Sep 1998 20:21:59 -0400
Message-ID: <35EEFAFA.94375534@prodigy.net>
Date: Thu, 03 Sep 1998 20:24:27 +0000
From: Carlton Joseph Wilkinson 
X-Mailer: Mozilla 4.04 (Macintosh; I; PPC)
MIME-Version: 1.0
To: Csound Mail-list 
Subject: Trenton Avant Garde Festival
Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353"
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

Trenton Avant Garde Festival '98
Saturday noon to 10 pm in Mill Hill Park and surroundings, Trenton,
N.J., USA.
Free.
Indoor and outdoor stages. Rain date Sunday Sept. 13.
willl feature, among about a 100 other performances, three tape
compositions using mostly Csound, by Jon Christopher Nelson, Carlton
Wilkinson, and Kelly Wood indoors at the Joe's Mill Hill Saloon upstairs
stage.
Live performances will include a roving installation altering crowd
noise with a laptop computer and several analog/digital instrument
players, Chapman Stick players, altered and invented instruments,
looping artists and noise improvisers. Also a ton of visual art,
multimedia and spoken word.

A complete list of performers will be accessible soon at
http://www.trentonnj.com/TAG
The site is under construction, but directions and some further
information are already available there.

Thank you.