After use this code:
media.voiceRecognition(function(text) { console.log(text); media.textToSpeech(text);});
Can I use the media clas to get the TEXT variable? I was wondering how.
Cheers