OS4 DepotLogo by Alkaron 
(anonymous IP: 3.15.221.67,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Development » Library » Audio » libao.lha

Libao

Description: Cross-platform Audio Library
Download: libao.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 180kb
Version: 1.1.0r3
Date: 21 Mar 2014
Author: See AUTHORS file
Submitter: Fredrik Wikström
Email: fredrik/a500 org
Homepage: http://xiph.org/ao/
Category: development/library/audio
Replaces: development/library/audio/libao.tar.bz2
License: GPL
Distribute: yes
Min OS Version: 4.0
FileID: 8694
 
Comments: 3
Snapshots: 0
Videos: 0
Downloads: 175  (Current version)
416  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
Installation:

Copy SDK/#? ALL SDK:
MakeLink SDK:local/newlib/lib/libao.so libao.so.4 SOFT

Changes:

1.1.0r3 (21-Mar-2014)
 - Removed unnecessary libdl dependency.
 - Fixed close function in AHI backend so it doesn't sometimes mistakenly
   return an error code anymore.

1.1.0r2 (25-Jan-2012)
 - AHI backend now sets the minimum AHI version before calling OpenDevice.
 - Also added some other improvements in AHI backend.

--- original readme ---

libao - A Cross-platform Audio Library, Version 0.8.6

Originally Copyright (C) Aaron Holtzman - May 1999
Changes Copyright (C) Jack Moffitt - October 2000
Changes Copyright (C) Stan Seibert - July 2000-March 2004
libao-pulse Copyright (C) Lennart Poettering 2004-2006
Changes Copyright (C) 2004-2005 Xiph.org Foundation 
Changes Maintainer Benjamin Gerard

libao is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.

libao is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Make; see the file COPYING.  If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.

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

OVERVIEW

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)

HISTORY

Libao began life as cross-platform audio library inside of ac3dec, an
AC3 decoder by Aaron Holtzman that is part of the LiViD project.  When
ogg123 (part of the command line vorbis tools) needed a way to play
audio on multiple operating systems, someone on the vorbis-dev mailing
list suggested the libao library as a possible way to add cross-platform 
support to ogg123. Stan Seibert downloaded the libao library, severely 
hacked it up in order to make the build process simpler and support 
multiple live-playback devices. (The original code allowed one live 
playback driver, the wav driver, and a null driver to be compiled into 
the library.) Jack Moffitt got it supporting dynamically loaded plugins 
so that binary versions of libao could be provided. The API was revised 
for version 0.8.0.

This code is being maintained by Stan Seibert (volsung()xiph.org) 
and various other individuals.  Please DO NOT annoy Aaron Holtzman about 
bugs, features, comments, etc. regarding this code.

WORKAROUNDS

The OSS emulation in ALSA deviates from the OSS spec by not returning
immediately from an open() call if the OSS device is already in use.
Instead, it makes the application wait until the device is available.
This is not desirable during the autodetection phase of libao, so a
workaround has been included in the source.  Since the workaround
itself violates the OSS spec and causes other problems on some
platforms, it is only enabled when ALSA is detected.  The workaround
can be turned on or off by passing the --enable-broken-oss or
--disable-broken-oss flag to the configure script.



File Version Size Date OS Dls Readme
libao-src.lha1.1.0r396kb21 Mar 20144.0126¤ Libao-src - Cross-platform Audio Library (Source)
Copyright © 2004-2024 by Björn Hagström All Rights Reserved