284 projects tagged "C"
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.
Asterisk is a hybrid TDM and packet voice PBX (Private Branch eXchange) and IVR platform with ACD functionality. It acts as middleware between the Internet (IAX, SIP, MGCP, Skinny, H.323), telephony channels (like Zaptel, T1, PRI, E1, FXO, FXS, VoIP, VoFR, ISDN, modems, Internet Phone Jack, etc.), and applications (like voice-mail, conferencing, directories, MP3 players, intercoms, etc.). It has many advanced features such as a codec translation API. The base distribution includes several channel backends, as well as applications. However, the beauty of Asterisk is its ability to be extended using its APIs, dynamic module loader, and AGI scripting interface. End users can even write their own applications that run on the system in C or any scripting language of their choice.
COSA and SRP are synchronous serial boards for ISA bus which have two channels. Each channel can be set up to one of the X.21, V.24, V.35 and V.36 hardware interfaces. The Linux kernel driver and user-space tools serve for setting up and using the COSA and SRP boards under Linux. It allows you to use it with the following link-level protocols: Cisco HDLC , synchronous PPP, or as the frame-based character device.
Dmx4linux is a driver package for accessing DMX interfaces with Linux. DMX is a protocol for controlling devices supporting DMX512 like dimmers, moving lights, or scanners. Many commercial and free interfaces are supported. The package includes some simple console and X applications to test the drivers and your hardware immediately.
eCos (Embedded Configurable OS) is an open source, configurable, portable, and royalty-free embedded Real Time Operating System. It is written in C++, provides all the usual OS things. You configure the OS so that the parts you don't need aren't loaded to the embedded system. eCos is released under a modified GPL that allows for its use in embedded systems without having to GPL the embedded application.