Let me know what you think guys. I made this script because I felt like I was over doing it with reading but neglecting my listening skills. I know text to speech is not ideal, but it is better than nothing at all.
keke_eo – assuming you’re on a *nix platform you’ll have to do “gem install rest-client” “gem install json” and “gem install pry” I don’t know anything about Windows, so you’re on your own there
Opps. I forgot to remove the pry gem. Thats one I used only for debugging. I would like to point out though that this app will ONLY work on mac. It’s unfortunate, but I couldnt find w better speech api to use. Suggestions and forks are welcome.
I reinstalled the xcode tools with the command line tools option. I still get the same error as above after doing “gem install rest-client” “gem install json” and “gem install pry”. I’m on a mac running OS X 10.7.5. any ideas?
Try typing that command with the word “sudo” in front of it to install those gems as system administrator. Also, delete the line of code from the program that says “require pry”. That was a mistake on my part and you really don’t need pry to run this program.
sudo gem install rest-client
sudo gem install json
sudo gem install pry (if you don’t delete the line from the app that says ‘require pry’- but I recommend you do)
This will install those files system wide (It sounds like you installed them, but Ruby can’t find them in your current directory). Let me know how it goes. Also, make sure you enter your API Key into the line that says “api_key =”. If you don’t do that you’ll get an error about invalid URL’s.
Steve: Thanks for checking out my script! I was about to post a screencast of how the app works and a detailed explanation tonight as a response to the youtube video you just released a few days ago (I forget the title, but it was posted on twitter and you talked about how you should always value listening over speaking). It’s a little bit complicated to get up and running for those unfamiliar with Ruby, but I have been using it for the past 2 days and really prefer it over flashcards.
Anyway, Eugrus is correct, the script requires you to have the Ruby interpreter installed on your machine.
After that, type this into the terminal:
Steve: Thanks for checking out my script! I was about to post a screencast of how the app works and a detailed explanation tonight as a response to the youtube video you just released a few days ago (I forget the title, but it was posted on twitter and you talked about how you should always value listening over speaking). It’s a little bit complicated to get up and running for those unfamiliar with Ruby, but I have been using it for the past 2 days and really prefer it over flashcards.
Anyway, Eugrus is correct, the script requires you to have the Ruby interpreter installed on your machine.
After that, type this into the terminal:
@Steve : Just uploaded the video to youtube. Comments welcome. This is an idea I would love to see implemented or collaborated upon through open source.
@rick1987 - Thanks for creating this neat little tool. I’ve shared the video on our LingQ Facebook page and hope that you continue to develop this idea.
BYKI and Declan Software have iOs versions of audio flash cards. ‘Notes in Spanish’ has audio flash cards, too, but I don’t think they have a version for hand-helds. None is free, though each has a free demo of sorts. Don’t forget LingQ’s own Dictation exercise in the Vocabulary section.
However, none of these apps or applets encompasses the breadth of your notion. If I understand you correctly, Rick, you envision an all-audio LingQ. That would indeed be a very useful application to have.