Giter VIP home page Giter VIP logo

soul-tests's Introduction

Building Executables (macOS)

w/ miniaudio

  • g++ -std=c++17 main/miniaudio.cpp -o"./build/a.out"
    ./build/a.out {mono,stereo}
    

w/ RtAudio

  • g++ -std=c++17 main/rtaudio.cpp rtaudio/RtAudio.cpp -D__MACOSX_CORE__ -framework CoreAudio -framework CoreFoundation -lpthread -o build/a.out
    ./build/a.out {mono,stereo}
    

What is this

This is the smallest audio programming proof-of-concept I could come up with:

  • Listen to primary audio device playback with some DSP library
  • Send audio input to SOUL
  • Listen to audio output from SOUL
  • Write to primary audio device with DSP library

I started at "I want to build a cool audio tool, but I don't want to spend my time in the weeds of C++ DSP programming". These are the examples I wish I had when I was getting started. This is my first time writing C++, so forgive any oddities and/or mistakes.

Contributing

It's a tough skill set, and it takes years and years. And it seems to be a skill set that mostly belongs to white male engineers with beards and poor dress sense... Surely we can do better than that right?

— Jules Storer, ADC 2018 https://www.youtube.com/watch?v=-GhleKNaPdk

I published this repo to solicit ideas and help the next would-be audio programmer. I was inspired by Jules' talk introducing SOUL, and I resonate with the demographic the team is aiming to include. If you are also interested in helping get new beginners started, please feel free to submit contributions. The more working examples, the better!

soul-tests's People

Contributors

kofigumbs avatar

Stargazers

 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.