4 projects tagged "Audio"
RSound is a simplistic and lightweight framework for networked TCP/IP audio. It is designed to be very simple to implement, and to work well with music and video players. A librsound is supplied. It is not designed for low latency audio (games), and lets the sound backend take care of sound mixing. It supports POSIX-compliant systems (including cygwin). It includes audio output support for ALSA, OSS, libao, and PortAudio.
Derrick is a simple tool for recording data streams of TCP and UDP traffic. It shares similarities with other network recorders, such as tcpflow and wireshark, though it is more advanced than the first and clearly inferior to the latter. It has been specifically designed to monitor application-layer communication. In contrast to other tools, the application data is logged in a line-based ASCII format. Common Unix tools, such as grep, sed, and awk, can be directly applied. Even replay of recorded communication is straightforward using netcat. Derrick supports on-the-fly compression and rotation of log files.