diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-28 19:05:27 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-28 19:05:27 +0800 |
commit | 79b55f19e1756864befe7025b145b204b61a226f (patch) | |
tree | d698dd32134d1edd149dd2ac5c29bcc50080b872 /audio/ccaudio/pkg-descr | |
parent | 613ae557d711213647fe516c2fe3f56e1a52026d (diff) | |
download | freebsd-ports-gnome-79b55f19e1756864befe7025b145b204b61a226f.tar.gz freebsd-ports-gnome-79b55f19e1756864befe7025b145b204b61a226f.tar.zst freebsd-ports-gnome-79b55f19e1756864befe7025b145b204b61a226f.zip |
Add ccaudio - a generic C++ class library for audio files and devices.
PR: 20230
Submitted by: David Sugar <dyfet@gnu.org>
Diffstat (limited to 'audio/ccaudio/pkg-descr')
-rw-r--r-- | audio/ccaudio/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/audio/ccaudio/pkg-descr b/audio/ccaudio/pkg-descr new file mode 100644 index 000000000000..1c1206869fa3 --- /dev/null +++ b/audio/ccaudio/pkg-descr @@ -0,0 +1,7 @@ +This library is primary used to access audio files on disk. It differs from +other audio processing libraries in that ccaudio will automatically frame +align, merge, and fill audio frames for direct delivery to a DSP audio +resource. + +- David Sugar +dyfet@gnu.org |