Coder Social home page Coder Social logo

cppsfxr's Introduction

cppSfxr, a PSG C++ library

cppSfxr is a compact Procedural Sound Generation (PSG) library in c++ with both a C dll wrapper to provide modular loading, and an luajit FFI wrapper around that to allow it's use in the LÖVE game engine. The core sound generation engine was originally written by DrPetter for the 10th Ludum Dare competition.

It is purely a sound generation library, and has no connections to any audio rendering engines or systems. The advantage of this is that it is easily compiled anywhere little endian systems allow. A precompiled dynamic link library is provided for the following platforms (in th dll folder):

  • Windows: x64cppSfxr.dll, compiled with MSVC, for any Intel AMD64 machine
  • Mac OS X: x64cppSfxr.dylib, compiled with gcc/clang via brew, for Intel macs.
  • Mac OS X (M1): m1cppSfxr.dylib, compiled with gcc/clang via brew, for new Apple Silicon macs.
  • Debian: x64cppSfxr.so, compiled with gcc, for any Intel AMD64 machine.

While not provided prebuilt, it is also trivial to compile into a small static library you can link into your application. The code has been compiled against iso:std++17 standard.

cppsfxr's People

Contributors

muragami avatar

Watchers

 avatar

Forkers

sysfce2

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.