[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Brief on SPKit from HomePage
Sound Processing Kit
Release notes
Introduction
Sound Processing Kit is an object-oriented class library for audio signal
processing. Sound
Processing Kit (abbreviated as SPKit) includes classes for various signal
processing tasks, but most
importantly, it introduces a way of implementing sound processing algorithms
in a simple
object-oriented manner. Sound Processing Kit is implemented in C++.
SPKit is designed to be portable. The current version requires a bare-bones
C++ 2.0 compatible
compiler (templates and exceptions are not needed). ANSI C standard libraries
are required. In
particular, SPKit uses ANSI C routines for sound file I/O. The source code
should compile with
little or no modification on most UNIX compatible platforms.