mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
b1f5de69f7
Changes: from ccaudio2 2.1.1 to ccaudio2 2.1.2 - fixed cmake shared library builds - windows audio fixups from ccaudio2 2.1.0 to ccaudio2 2.1.1 - fixed library naming in CMakeLists.txt - updated spec files - updated lib .so name from ccaudio2 2.0.5 to ccaudio2 2.1.0 - modernized automake - patches from Brandon Invergo for current ucommon - various code cleanups - Fix MASTER_SITE, general description and WWW line in pkg-descr
16 lines
1021 B
Plaintext
16 lines
1021 B
Plaintext
GNU ccAudio2 is a stand-alone portable C++ class framework for manipulating
|
|
audio data. GNU ccAudio2 offers platform indipendent classes for directly
|
|
accessing audio files from disk. These classes are endian aware and also,
|
|
unlike some audio file manipulation libraries, content format aware;
|
|
ccAudio treats audio as an array of descreat sample points rather than simply
|
|
as binary data. ccAudio can also manipulate header information such as
|
|
annotations. GNU ccAudio2 supports sun audio, raw samples, and RIFF encoded
|
|
audio data. In addition to manipulating audio thru disk files, GNU ccAudio2
|
|
can provide audio processing of sample sets in memory. This includes generation
|
|
of pure tones, energy measurement of audio poackets, and software codec
|
|
conversions. GNU ccAudio2 includes a framework for developing plugin audio
|
|
codecs and is intended to be a carrier for freely licensed audio codecs as well
|
|
as to expand into a general purpose audio/signal processing C++ library.
|
|
|
|
WWW: http://www.gnu.org/software/ccaudio/
|