Download List

Projeto Descrição

DromeAudio is a small audio manipulation and playback library. It features a simple API for loading, generating, processing, and playing audio. Some of its features include loading and saving WAV sounds, loading Ogg Vorbis sounds, audio mixing/playback, and dynamic audio processing effects such as pitch shifting and echo.

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.

2008-12-31 04:47
0.1.2

A classe Mutex foi adicionado. A classe AudioContext agora usa um mutex para prevenir emissores de som que está sendo adicionado / removido quando as amostras estão sendo gravados para o dispositivo de áudio no segmento de atualização de áudio.
Tags: Minor feature enhancements
The Mutex class has been added. The AudioContext class now uses a mutex to prevent sound emitters from being added/removed while samples are being written to the audio device in the audio update thread.

2008-10-20 10:58
0.1.1

A classe AudioDriverALSA, para reprodução de áudio usando o ALSA, foi adicionado. Documentação Inline foi acrescentado à maioria dos arquivos de cabeçalho, e alguns códigos tem sido limpos.
Tags: Minor feature enhancements
The AudioDriverALSA class, for audio playback using ALSA, has been added. Inline documentation has been added to most of the header files, and some code has been cleaned up.

2008-10-14 06:21
0.1.0

Tags: Initial freshmeat announcement

Project Resources