Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 620 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 620 Bytes

fskube Build Status

A software modem with a web audio api demo.

  • make builds the c++ code with clang++. CXX=g++ make -e to build with g++.

  • make js builds fskube.js. Requires emscripten.

  • make jsmin compresses fskube.js to fskube.min.js. Requires clojure compiler.

  • make check runs the tests. Requires swig to produce the python wrapper for the c++ code.

  • make serve starts up a local server

TODO

  • Move off gh-pages branch
  • Add android to travis-ci
  • Integrate android release with git tags