Download List

Descripción del Proyecto

The Open Source Audio Library Project (OSALP) is a C++ class library that contains everything needed to build an audio application, including a powerful chaining concept so programmers can build by selecting the building blocks they desire and arranging them in a chain. The data will then be processed by pulling the data through the chain. It supports WAV, MP3, au, aiff, and aifc formats, and contains classes for playing, recording, time recording, editing, mixing, sample rate conversion, and spectrum display.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-08-13 15:55
0.7.2

Añadido aflibAudioBWFilter clase que implementa un filtro de Butterworth proporcionar la banda de paso, la banda de rechazo, de paso bajo, y los filtros de paso alto. Clase aflibAudioMemoryInput Alta proporciona la capacidad de insertar los datos de audio en el inicio de una cadena de audio de los datos en la memoria. Añadido AFLIB_DATA_32S (32 bits con signo) el tipo de datos. La clase aflibAudioSampleRateCvt tiene ahora el ajuste de volumen asociados a ella. Varios errores han sido corregidos.
Tags: Major feature enhancements
Added aflibAudioBWFilter class that implements a Butterworth filter providing band pass, band reject, low pass, and high pass filters. Added aflibAudioMemoryInput class providing the ability to insert audio data into the start of an audio chain from data in memory. Added AFLIB_DATA_32S (32 bit signed) data type. The aflibAudioSampleRateCvt class now has volume adjustment associated with it. Various bugs have also been fixed.

2001-05-22 10:08
0.7.1

En la versión 0.7.1 es el soporte para FreeBSD, numerosas correcciones de errores, el sistema de Makefile nuevo, y un nuevo módulo de lector de MP3 basado en la biblioteca de código abierto abiertos.
Tags: Minor feature enhancements
New in the 0.7.1 release is support for FreeBSD, numerous bug fixes, new Makefile system, and a new mp3 reader module based on the open source splay library.

2001-01-30 15:13
(OSALP) V 0.6

Esta versión incluye numerosas correcciones de errores, MU-ley y un códecs de ley para la UA y los formatos de audio WAV, y le permite cambiar la cantidad de memoria intermedia realizada por la tarjeta de sonido.
This release includes numerous bugfixes, mu-law and a-law codecs for the AU and WAV audio formats, and allows you to change the amount of buffering performed by the sound card.

2001-01-30 15:13
0.7

Primera versión beta, con soporte para Solaris Sparc, así como un Makefile mejorado y sistema de instalación.
First beta release, adding support for Solaris Sparc as well as an improved Makefile and install system.

2001-01-30 15:13
0.4

De conversión automática de datos, almacenamiento en caché de memoria, y corrección de errores.
Automatic data conversion, memory caching, and bugfixes.

Project Resources