kripken / speak.js

Text-to-Speech in JavaScript using eSpeak
GNU General Public License v3.0
1.29k stars 293 forks source link

Doesn't work on Android 4.0 #23

Open Sandra-Milanovic opened 12 years ago

Sandra-Milanovic commented 12 years ago

In theory, Android 4.0 should support typed arrays. However, when trying to initialize a Float64Array over an existing buffer an INDEX_SIZE_ERR is thrown. Therefore generateSpeech doesn't really work

ccsnet commented 12 years ago

Just to add I'm also trying to use this on an Android 4.0.1 handset and testing with Dolphin with the same result. I've got my own code and the demo page that I have tried with the same result.