Giter VIP home page Giter VIP logo

nvs_libraries's Introduction

nvs_libraries

nvs_libraries is a collection of libraries intended for realtime audio dsp. this collection grows according to my personal needs, and it is in no way exhaustive.

nvs_filters: audio filters using a variety of approaches, such as state-space, topology-preserving transform (TPT, trapezoidal integration). so far, all filters except for perhaps the 'naive' (which uses Euler backward difference integration) and utility (dcBlock) are intended as time-variant filters, handling fast modulation well.

nvs_delayFilters: essentially delay lines. considered as filters because they are equivalent to comb filters, and an allpass delay is also included.

nvs_gen: some functions/objects adapted from the gen environment in max/msp.

nvs_LFO: a simple low frequency oscillator with basic waveshapes, simultaneously available but not computed if unwanted.

nvs_logpow: lookup tables for logarithm and pow.

nvs_matrix2x2: a simple 2x2 matrix used currently for state space filters. implemented because it was much faster than eigen's (much more flexible) matrices.

nvs_memoryless: memoryless mapping functions. includes also some (less customizable for now) lookup tables such as sine, tan, and tanh.

interpolation: some methods of hermite interpolation, for now. taken from musicdsp.org

nvs_libraries's People

Contributors

nvssynthesis avatar

Watchers

 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.