Timbre Looks like a great library to create sound effects for the JS mobile app, however, it seems that there is a very significant delay when the speakers try to play sound in the browser, the samples working in the documents also show delays. . It is also in the Chrome mobile emulator on Windows (on Mac, there is no delay). Docs says that "Android support is only the Firefox app." I'm not sure what that means. In the PhoneGap application, the sound is not played at all
This is the code that I am using with Timber:
Function Place () {var sine1 = T ("Sin", {freq: 440.00, mul: 0.5}); T ("purse", {r: 500}, sign1) .on ("finished", function () {this.pause ();}). Bang (). Play (); }
If TimberJS is not working on mobile, is there any other means of generating simple voice through a phonegap app?
No comments:
Post a Comment