Skip to content

PaulBatchelor/RSound

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package provides two programs.

rsd        -   The server which PCM data is streamed to over TCP/IP or Unix domain sockets, 
               sound is played back with a low latency depending on what backend is used.
               It supports several connections to be played back at the same time.


rsdplay    -   The client which streams PCM data recieved from stdin to a rsoundserv.
               The code in rsdplay is mostly for reference.


For integration with applications, librsound can be used.

The package compiles and runs on the following platforms:

Unix-like                  - ALSA (Linux), OSS, libao, PortAudio, PulseAudio, 
                             µRoar, OpenAL, RoarAudio VS, Jack
Microsoft Windows (Cygwin) - PortAudio, (OSS), libao, OpenAL
                  (Win32)  - DirectSound, µRoar
Mac OSX                    - libao (possibly more)

On how to use these programs, refer to the --help in the respective programs, or the man-pages.

For install instructions, see INSTALL
For documentation of RSound protocol and API, see DOCUMENTATION.

About

A multi-platform, simple PCM audio server and client.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 93.5%
  • Makefile 3.7%
  • Python 1.4%
  • Other 1.4%