www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2022/12/31/15:02:04

X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
Message-Id: <202212311955.2BVJtIQJ023409@delorie.com>
Date: Sat, 31 Dec 2022 18:18:38 +0100
From: "Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) [via djgpp-announce AT delorie DOT com]" <djgpp-announce AT delorie DOT com>
To: djgpp-announce AT delorie DOT com
Subject: ANNOUNCE: DJGPP port of Cross-platform Audio Library (libao) 1.2.0
uploaded.
UI-OutboundReport: notjunk:1;M01:P0:D4ka9jLWMdw=;tUm/IzE1RWidC0pq14hB2qm/ryf
+2i79HC7QiXo20QM/ra3eohH8yR95/vr5F6gAJnKKR4KuLtw/M0S6Q7EMZX6dZohaCz2Ub5nt
wHSR/baLnIV+Lrx3WzH6UQoBytPUWaE0YSdQMMKrufubpBTHsu2zHW080Ah9vTbqw+9WC9kAB
yAPWDkbZv6I9PEMuQuwfit68dctzVJRi85FdWjFkiLUvZ1cVTIX4Sg2c/4PF0xsYti45ljTdz
4Fh5IODsMAwKUPsJEGfTzB6b8jO3IdOf+n8iDRw3uKUQgyJ5r3QjL3jQ8Lryk3T0WohpV3z+K
KZCF9TW1sSHX2nl91VY+Io5hSzzbZbhqsOOiF9FOALk/YLkV3sxvlS1f1Lf7OnXoSTB9/IEFb
j057P2Soy9sHOaaAM9OrLQislxMV4XGgKlwIeHpr57cy7OUsMDpC3uOqCAG6zCwoNAGYssTKd
/aetuFVv/DaciADhrVMWqXAFEKLs3ZfOrqHPv89VVTPqDl6hIj8lhxyMnHvSDLCKsvrYUzuHr
guopOOkPh3v9UGiWKLsQg8DQrl5bcRuhO0mHvZFqtUhcpNQneaYKNzht6bUG4QoZ/zf7s2ZHm
RxcQFkNLtEnZwZvHCbpvGjrWfoq0nxnDWgkHvOdEMRSSGkFlq0bmGFjVNZ7l4OvPosSBCzG+C
xGj1NDqA0SeIAtknaUi6OJGRHhUQlg4A6d1daYAHP5KKwvqI7XpU+vz/J3ezYIU/ipWCj2smr
wAkLY8BDrEtiE9BvPGNW0qhBEMGzzCRr3RTc8w+usVU171AqikZ++yXWpoleXjkVlJsgH3GYA
1EaWkhDzlyUvBvABzJlCELCP3ti/kaIyWrYOo5EmYNblLm9GNqej5lUzJRnnQ1tOWt9pAs34+
mtjCNJ2zaRdfhnMSsd8xuGe6gEQYUz9qQNoRa/yNApQvAz8i8dH8cu+ttdJXjJhtuFKygFOIm
PvBZsQ==
Reply-To: djgpp AT delorie DOT com

This is a port of Cross-platform Audio Library 1.2.0 to MSDOS/DJGPP.


Libao is a cross-platform audio library that allows programs to output
audio using a simple API on a wide variety of platforms.  It currently
supports:
   * Null output
   * WAV files
   * OSS (Open Sound System)
   * ESD (ESounD or Enlightened Sound Daemon)
   * ALSA (Advanced Linux Sound Architecture)
   * PulseAudio (next generation GNOME sound server)
   * AIX
   * Solaris (untested)
   * IRIX (untested)



  DJGPP specific changes.
  =======================

  - The following backends are supported by the port:
      file output: AU, RAW and WAV
      live output: NULL

  - The port expects "/dev/env/DJDIR/etc/libao.conf" as the system wide
    config file and the user specific one either as ".libao" or "_libao"
    in the HOME directory.  If the HOME environment variable is not set
    then the current working directory is used to find the config file.

  - The reading/writing stream is switched into O_BINARY mode.  If the
    stream is connected to stdin/stdout/TTY, then Ctrl-C and Ctrl-Break
    are re-enabled so the user can interrupt the program.

  - Apart from those changes there are no other user visible ones.  Only
    some small changes have been done to get the library configured and
    compiled.

  - The Cross-platform Audio Library does not provide any test suite so
    the port cannot be tested except by using it.

  - To configure and compile this port at least the following version of
    Bash, Make and pkg-config are required:
      http://ftp.delorie.com/pub/djgpp/current/v2gnu/bsh4253b.zip
      http://ftp.delorie.com/pub/djgpp/current/v2gnu/mak43br2.zip
      http://ftp.delorie.com/pub/djgpp/current/v2tk/pkc023b.zip
    No previous versions will work nor are supported.  Any future version
    should work.

  - The port has been configured and compiled on WinXP SP3, Win98SE and
    MSDOS 6.22 with DOSLFN v0.41f.  There is no guarantee that this may
    be possible with any other DOS-like OS.  Due to the use of long file
    names it will not be possible to configure and compile without LFN
    support.  The port has been compiled using gcc346 and bnu2351b.

  As usual, all djgpp specific files (diffs, README files, etc.) are stored
  in the "djgpp" directory.  The sources have been configured to be build
  in the "0build" directory.  If for some reason it does not work for you,
  delete its contents and configure from scratch again.

  Please read the docs to become familiar with this product.


  Here is an extract of the CHANGES file showing the user visible changes
  from the last port (Cross-platform Audio Library 1.2.0) to this one:

-------------------------------------------------------------------------------

This is the first port.  Read the documentation.


-------------------------------------------------------------------------------




  The port consists of the usual two packages that have been produced using
  djdev20X (CVS repository code) and can be downloaded from ftp.delorie.com
  and mirrors as (time stamp 2022-10-22):


    Cross-platform Audio Library 1.2.0 headers, library and html and man format documentation:
    http://ftp.delorie.com/pub/djgpp/current/v2tk/lao120b.zip

    Cross-platform Audio Library 1.2.0 source:
    http://ftp.delorie.com/pub/djgpp/current/v2tk/lao120s.zip



  Send Cross-platform Audio Library specific bug reports to
  <https://gitlab.xiph.org/xiph/libao/activity/>.
  Send suggestions and bug reports concerning the DJGPP port
  to comp.os.msdos.djgpp or <djgpp AT delorie DOT com>.


Enjoy.

    Guerrero, Juan Manuel <juan DOT guerrero AT gmx DOT de>

- Raw text -


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