Skip to main content

java - Realtime Sound Producing Website for Smart Phones -


i looking options available create website accessible via smartphone can produce sound in real time. mean might need library convert osc messages sound using smart phone browser. javascript not seem work reason.

could please suggest able render sound on smartphone in realtime? html5/css/javascript/java applet? time!

java - realtime sound producing website smart phones - stack overflow

learn, share, build

each month, on 50 million developers come stack overflow learn, share knowledge, , build careers.

join world’s largest developer community.

sign up

i looking options available create website accessible via smartphone can produce sound in real time. mean might need library convert osc messages sound using smart phone browser. javascript not seem work reason.

could please suggest able render sound on smartphone in realtime? html5/css/javascript/java applet? time!

share|improve question
    
what "javascript not seem work" mean? have tried? thank god java applets never existed in mobile. you're looking audio element/apis: developer.mozilla.org/en/html/element/audio – ricardo tomasi jul 7 '12 @ 1:24
    
@ricardotomasi tried audiolet example scripts , audio tags given on don't play sound on iphone 4s. there no sound on android devices either. turned debugger on mobile safari , gives following error: typeerror: "undefined" not function – ibp73 jul 8 '12 @ 12:01
    
ah, you're out of luck. synthesizing audio doesn't work on mobile yet, need native app. – ricardo tomasi jul 9 '12 @ 0:50

your answer

 
discard

posting answer, agree privacy policy , terms of service.

browse other questions tagged or ask own question.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

c++ - Accessing inactive union member and undefined behavior? -

php - Get uncommon values from two or more arrays -