Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.
/ liboptaudio Public archive

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

License

AGPL-3.0, GPL-3.0 licenses found

Licenses found

AGPL-3.0
COPYING
GPL-3.0
COPYING.GPL3
Notifications You must be signed in to change notification settings

zrythm/liboptaudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Topics

Resources

License

AGPL-3.0, GPL-3.0 licenses found

Licenses found

AGPL-3.0
COPYING
GPL-3.0
COPYING.GPL3

Stars

Watchers

Forks

Releases

No releases published