zrythm / liboptaudio

C library for optimized audio subroutines (abandoned - use lsp-dsp-lib)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

liboptaudio

builds.sr.ht status

liboptaudio (lib optimized audio) is a library for optimized audio subroutines, such as applying gain on a float buffer and mixing float buffers.

Until version 1.0 is released, the API is subject to change.

Usage

Use #include <optaudio/optaudio.h> in your C/C++ project and add a dependency to the library using the pkg-config name optaudio.

See the header file for more info.

Building

To build only:

meson build
ninja -C build

Installation:

ninja -C build install

Patches/Issues

Open an issue in https://redmine.zrythm.org/projects/zrythm/issues

License

liboptaudio is released under the GNU Affero GPLv3+. See the file COPYING for more details. Some files, where specified, are licensed under different licenses.


Copyright (C) 2020 Alexandros Theodotou

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.

About

C library for optimized audio subroutines (abandoned - use lsp-dsp-lib)

License:GNU Affero General Public License v3.0


Languages

Language:Assembly 49.1%Language:C 34.6%Language:Meson 9.2%Language:C++ 7.2%