146 projects tagged "LGPL"
The Advanced Linux Sound Architecture is composed of several parts. The first is a fully modularized sound driver which supports module autoloading, devfs, isapnp autoconfiguration, and gives complete access to analog audio, digital audio, control, mixer, synthesizer, DSP, MIDI, and timer components of audio hardware. It also includes a fully-featured kernel-level sequencer, a full compatibility layer for OSS/Free applications, an object-oriented C library which covers and enhances the ALSA kernel driver functionality for applications (client/server, plugins, PCM sharing/multiplexing, PCM metering, etc.), an interactive configuration program for the driver, and some simple utilities for basic management.
The Audiere Audio System is a portable audio library which supports playing MP3, Ogg Vorbis, WAV, IT, XM, S3M, and MOD files. You can use it from C, C++, Python, Java, and any language that supports XPCOM (JavaScript in Mozilla, for example). It currently supports DirectSound 3, DirectSound 8, and arbitrary DLLs for output in Windows, and OSS in Linux.
QSMP3 is a MP3 Playback component for Delphi and Kylix. It allows you to add full MP3 playback capabilities to your application under both Win32 and Linux. It is a non-visual component, so it should be functional under Linux CLI, X11, Win32 GUI, and Win32 (not DOS) CLI. Supported capabilities include playback, stop, pause, seek-by-time-index,seek-by-byte-indes, automatic position reporting (by event), and position reporting by function call. This component relies on SDL, SMPEG, and the JEDI-SDL translation of the SDL and SMPEG headers to Pascal.
The Deimos Project is a 3D space combat simulator and modular game library collection. It includes a 3D modeler designed with a programmer's needs in mind. It allows you to construct 3D models by writing Java source code. All you need to design a model is a computer, some graph paper, and a pencil. The modeler's internals function as a simple OpenGL scene graph API, without preventing the use of low-level OpenGL commands. For storing settings and other hierarchically-representable data, the project provides a Hierarchy library that stores data atomically using XML. It also features a timing library, a game object container system, and many other features.
Numeric TTS is a PHP class that can be used to generate audio to spell numbers using different voices and idioms. It generates audio files in the WAVE format by concatenating audio samples that spell the digits of a number. The digit audio samples are available for male and female voices in English and Arabic. The resulting audio sample can be stored in a file or served as the current script output.