23 projects tagged "Conversion"
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.
Ecasound is a software package designed for multitrack audio processing. It can be used for simple tasks like audio playback, recording, and format conversions, as well as for multitrack effect processing, mixing, recording and signal recycling. It supports a wide range of audio inputs, outputs, and effect algorithms. Effects and audio objects can be combined in various ways, and their parameters can be controlled by operator objects like oscillators and MIDI-CCs. A versatile console-mode user interface is included in the package.
Sweep is an audio editor and live playback tool. It supports many music and voice formats including WAV, AIFF, Ogg Vorbis, Speex, and MP3, with multichannel editing and LADSPA effects plugins. Inside lives a pesky little virtual stylus called Scrubby who enjoys mixing around in your files.
The Java Media Framework (JMF) is an API for incorporating audio, video, and other time-based media into Java applications and applets. It is an optional package that extends the multimedia capabilities on the Java2 platform. The Blackdown JMF is a Performace Pack which includes native code in order to provide faster processing and tighter integration with Linux than the all-Java version.
MP3do is an "all in one" bash script. It is useful for decoding and mastering audio files. It can decode a list of MP3 or Ogg Vorbis files to WAV or CD-R, auto-convert poor quality MP3s to 44100Hz stereo, check whether all files fit on a CD, normalize all WAV files (adjust the volume to a standard volume level), and burn a CD.
Maudio is a simple audio mirroring device (a sort of audio pipe). Unlike a filesystem pipe, maudio behaves as a hardware soundcard. In particular, after installation of the driver, you get two audio-like devices (usually /dev/dsp0 and /dev/dsp1) which are connected to each other. Everything sent to the first DSP will appear as sound data on the second DSP and vice versa.