Uspeech library won't upload.

Hello I am working on a Google glass approach that will include voice commands, I found a great arduino voice command library called U Speech, apparently it works great! But heres the problem, I downloaded the .zip file which includes the other README files and such and the .H and .CPP, I downloaded it, it goes to a winrar .zip file, then when i go into arduino to upload the library which I do alot, it says this:

Arduino: 1.5.6-r2 (Windows 8), Board: "Arduino Esplora"

Sketch uses 16,414 bytes (57%) of program storage space. Maximum is 28,672 bytes.

Global variables use 354 bytes (13%) of dynamic memory, leaving 2,206 bytes for local variables. Maximum is 2,560 bytes.

  This report would have more information with
  "Show verbose output during compilation"
  enabled in File > Preferences.

I have no idea what that means but I need help to fix it.
Thanks in advance,
-Clay

Sorry i dont think the error is in that code I sent heres a screenshot:

For anybody else that has the same issue i fixed it by literally by renaming it and taking out the dashes and uppercase character, I am now going to test this library and thanks to anyone that tried to help! :stuck_out_tongue: :slight_smile:

The problem was only the dash (hyphen) in the name uSpeech-master. Upper case letters aren't a problem. You could use an underscore instead: uSpeech_master

Pete