www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1995/07/17/10:54:36

From: "A.Appleyard" <A DOT APPLEYARD AT fs2 DOT mt DOT umist DOT ac DOT uk>
To: DJGPP AT SUN DOT SOE DOT CLARKSON DOT EDU
Date: Mon, 17 Jul 1995 09:12:26 BST
Subject: Re: Simple C or C++ speech synthesizer wanted

  Someone kindly sent me the source form of a speech simulation package in C;
but in one of its files is:-

#include <useconfig.h>
...
#include <audio/audiolib.h>
#include <audio/soundlib.h>
...                             Please could someone send me a copy of these
                                #includes?, as they are not in my C compiler.
...
 Sound s = SoundCreate(SoundFileFormatNone, little_endian ?
                       AuFormatLinearSigned16LSB : AuFormatLinearSigned16MSB,
                       1, samp_rate, n, "Chit chat");
...
   if (!AuSoundPlayFromData(aud, s, data, AuNone,
                            AuFixedPointFromFraction(volume, 100),
                            done, &priv,
                            &flow, &multiplier,
                            &monitor, &ret_status))
...
  I can't find the bodies of the functions SoundCreate and AuSoundPlayFromData
anywhere in this package. Are they in some standard C library?

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019