[Csnd] Proposal - Csound on Web Audio and Javascript
Date | 2014-03-26 17:08 |
From | Roger Kelly |
Subject | [Csnd] Proposal - Csound on Web Audio and Javascript |
I have been looking at the Javascript WebAudio API a bit. It has some basic sysnthesis.
Has anyone considered porting Csound to Javascript based on WebAudio so it could be used natively in the browser? It could make for some really great possibilities.
|
Date | 2014-03-26 17:14 |
From | Rory Walsh |
Subject | Re: [Csnd] Proposal - Csound on Web Audio and Javascript |
I know nothing of the WebAudio API, but have you seen this? http://eddyc.github.io/CsoundEmscripten/ and there is also Csound for Google's Portable Native Client. You can learn more about it in the sources, but if you want to create a quick Csound-for-webpage you can use: http://rorywalsh.github.io/RIBCsound/index.html It will create and bundle all you need into a wekpage. There's a quick video toot here: https://vimeo.com/80376134 On 26 March 2014 17:08, Roger Kelly |
Date | 2014-03-26 17:53 |
From | Roger Kelly |
Subject | Re: [Csnd] Proposal - Csound on Web Audio and Javascript |
Emscripten is exactly what i am looking for! I downloaded it but don't see the csoundObj js. Do you know if that is available or how he built it. I also see Steven Yi is mentioned on that page. On Wed, Mar 26, 2014 at 12:14 PM, Rory Walsh <rorywalsh@ear.ie> wrote: I know nothing of the WebAudio API, but have you seen this? |
Date | 2014-03-26 17:56 |
From | Rory Walsh |
Subject | Re: [Csnd] Proposal - Csound on Web Audio and Javascript |
Hi Roger, Ed Costello and Steven were working on it. You should search the Csound list archives for more info. On 26 March 2014 17:53, Roger Kelly |
Date | 2014-03-26 19:50 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Proposal - Csound on Web Audio and Javascript |
It’s here http://eddyc.github.io/CsoundEmscripten/javascripts/CsoundObj.js ======================== Dr Victor Lazzarini Senior Lecturer NUI Maynooth, Ireland victor dot lazzarini at nuim dot ie On 26 Mar 2014, at 17:53, Roger Kelly |
Date | 2014-03-26 20:32 |
From | Michael Gogins |
Subject | Re: [Csnd] Proposal - Csound on Web Audio and Javascript |
Don't forget PNaCl for which there is a complete Csound port. Regards, Mike -----------------------------------------------------
Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Wed, Mar 26, 2014 at 3:50 PM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote: It’s here |