h6ah4i / cxxdasp

"cxxdasp" : Digital Audio Signal Processing library for C++
Apache License 2.0
31 stars 11 forks source link

cxxdasp

"cxxdasp" : Digital Audio Signal Processing library for C++

Features

Supported platforms

This library requires C++11 compatible compiler.

I have tested on these platforms listed below:

(1) No special optimization is provided. Just can be compiled and not tested. (2) llvm-libc++ or gnustl is requred to build test applications. (Because gmock requires complete STL implementation. However cxxdasp library is compatible with stlport, llvm-libc++ and gnustl.)

Latest version

Documentation

See Wiki.

License

See LICENSE for full of the license text.

Copyright (C) 2014 Haruki Hasegawa

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Notes

You also have to check dependent library/software licenses.

Dependent libraries

Single-precision FFT backend

Double-precision FFT backend

Misc.

Dependent or Related softwares