diff options
author | marcus <marcus@FreeBSD.org> | 2004-11-01 06:53:01 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-11-01 06:53:01 +0800 |
commit | a0de103b5a4f5004dac71b6158532c58c1685b31 (patch) | |
tree | c6d6defacbf5a25d8df8fc454475ef017fbf8e54 /audio/Makefile | |
parent | 208b3fc736b6d9c6128b9bd0357ec45bd580176e (diff) | |
download | freebsd-ports-graphics-a0de103b5a4f5004dac71b6158532c58c1685b31.tar.gz freebsd-ports-graphics-a0de103b5a4f5004dac71b6158532c58c1685b31.tar.zst freebsd-ports-graphics-a0de103b5a4f5004dac71b6158532c58c1685b31.zip |
Add polypaudio, a sound server for UNIX that is designed to be a drop-in
replacement for ESOUND with a few more bells and whistles:
* Extensible plugin architecture (by loading dynamic loadable modules
with dlopen())
* Support for more than one sink/source
* Better low latency behaviour
* Embedabble into other software (the core is available as C library)
* Completely asynchronous C API
* Simple command line interface for reconfiguring the daemon while running
* Flexible, implicit sample type conversion and resampling
* "Zero-Copy" architecture
* Module autoloading
* Very accurate latency measurement for playback and recordin.
* May be used to combine multiple sound cards to one (with sample rate
adjustment)
* Client side latency interpolation
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 6883f5d4e47..a2ba98aa6db 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -290,6 +290,7 @@ SUBDIR += pimp3 SUBDIR += play SUBDIR += playmidi + SUBDIR += polypaudio SUBDIR += portaudio SUBDIR += prokyon3 SUBDIR += py-ao |