Giter Site home page Giter Site logo

dvingo / web-audio-cljs Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 820 KB

Playing around with web audio and cljs

Home Page: http://dvingo.github.io/web-audio-cljs/

License: MIT License

Clojure 49.94% JavaScript 8.13% HTML 0.55% CSS 41.15% Shell 0.23%

web-audio-cljs's Introduction

Web audio from cljs

A sample project figuring out how to work with web audio, visualizing to a canvas element and recording a wave file โ€“ with the structure of Om.

The repository was created using the following template:

lein new figwheel <project-name> -- --om

To build and run the project:

rlwrap lein figwheel

Prod build

Make sure you add any public names you don't want minified to externs.js.

In the master branch, from the top directory of the project:

lein clean && lein cljsbuild once min
git checkout gh-pages
mv resources/public/js/compiled/web_audio_cljs.js js/compiled/web_audio_cljs.js
mv resources/public/css/style.css css/style.css
git add js/compiled/web_audio_cljs.js
git commit -m "Message"
git push origin gh-pages
git checkout master

Licensing

This project is licensed under the MIT License:

http://opensource.org/licenses/MIT

Recorder.js

This project makes use of:

https://github.com/mattdiamond/Recorderjs

Icons

This project uses the following images:

A record image by Juan Pablo Bravo

A mic image by

Play button by

Button Styles

Codrops article "Inspiration for Button Styles and Effects" http://tympanus.net/codrops/2015/02/26/inspiration-button-styles-effects/

web-audio-cljs's People

Stargazers

Michael Anthony avatar

Watchers

Daniel Vingo avatar Michael Anthony avatar  avatar

Forkers

kitefishlabs

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.