jueves, 24 de octubre de 2013

MP3 Resources

Another thing to remember: don't put any copyrighted music in your video without permission! Expensive lawsuits are never fun. Here are some music resources you can use when the time comes: SoundCloud, Vimeo Music Store, Free Music Archive, and ccMixter. 

martes, 8 de octubre de 2013

TiFaceRecognizer

This module allows CoreImage face detection.

https://github.com/mpociot/TiFaceRecognizer

TixSplitView



A cross platform SplitView that adds some sugar to the Ti.iPad split view to make it more iOS email like. Also works on Android Tablets.


Google Text to Speech


"http://translate.google.com/translate_tts?ie=UTF-8&q=" + $.textField.value + '&tl=en-us';

 where:
   - textField.value = text to read
   - lt= language. en-us, es,it,fr,etc…


http://www.fromtexttospeech.com/