Giter Club home page Giter Club logo

twine's Introduction

TWINE

Thread and Worker INterface for Elk Audio OS

Support library for managing realtime threads and worker pools

Copyright Copyright 2017-2023 Elk Audio AB, Stockholm, Sweden.

Usage

To include twine in a CMake based project the lines below needs to be added to the projects CMake configuration. Further build options can be found in twine/CMakeLists.txt add_subdirectory(twine) target_link_libraries(project PRIVATE twine)

This will also export the necessary include folders so that the twine header file can then be included into source files with:

#include "twine/twine.h

By default, the target twine is a shared library. A static library target is also generated and can be linked instead by using twine_objlib.

CMake build options

Option Value Notes
TWINE_WITH_XENOMAI on / off Build with Xenomai realtime thread support
TWINE_WITH_TESTS on / off Build and run unit tests
TWINE_BUILD_WITH_APPLE_COREAUDIO on / off Build with CoreAudio support on macOS. This is needed to support apple silicon real-time thread workgroups

On macOS, Apple CoreAudio is on by default - switching it off will significantly affect performance on Apple Silicon, since CoreAudio is needed for joining thread workgroups.

License

TWINE is licensed under the GNU General Public License v3 (“GPLv3”). Commercial licenses are available on request at [email protected].

Copyright Copyright 2017-2023 Elk Audio AB, Stockholm, Sweden.

twine's People

Contributors

fmarverti avatar iliasbergstrom avatar knitink avatar noizebox avatar ruben-elk avatar ruurdadema avatar stez-mind avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.