GithubHelp home page GithubHelp logo

olilarkin / adc2018 Goto Github PK

View Code? Open in Web Editor NEW
14.0 4.0 1.0 99 KB

A collection of examples using emscripten for audio and graphics for ADC2018

Makefile 23.27% JavaScript 8.38% C++ 11.28% Shell 4.92% C 35.58% HTML 16.57%
webaudio webaudioapi webgl emscripten

adc2018's Introduction

Hello ๐Ÿ‘‹

I'm Oli Larkin. I'm a generalist audio programmer, and I've been making audio plug-ins since 2003.

adc2018's People

Contributors

olilarkin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

spitfire-audio

adc2018's Issues

Changes needed to the HelloWAM Script

Hi,

Thanks for this awesome demo project. I wanted to test your your HelloWAM script, but I found I needed to make some changes, specifically:

In order to get this project to build, I had to make the following changes to the makefile:

  • Change EXTRA_EXPORTED_RUNTIME_METHODS to EXPORTED_RUNTIME_METHODS
  • Add "_malloc" to the list of EXPORTS.
  • change EXPORT_NAME="AudioWorkletGlobalScope.WAM.MyWAM" to EXPORT_NAME="AudioWorkletGlobalScope_WAM_MyWAM"
    • EXPORT_NAME no longer supports having "." in it, as this is not a valid javascript identifier, so I am not sure how this would of ever worked. I then did a find and replace of the js file generated, and replace the underscores with "."

I'd be happy to do a pull request to fix the other two changes - but I was wondering if you had any insights into getting the export name working without a hack?

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.