Slashdot Mirror


Speech Recognition Using the Raspberry Pi

aonsquared writes "In a previous Slashdot story, I demonstrated a voice-controlled robotic arm using the open-source speech decoder Julius. This time, I have managed to port the system to a Raspberry Pi to control the same robotic arm, and as usual, posted the tutorial and source code. Some negative reviews of the Raspberry Pi are starting to appear, and they're missing the educational point of this device — I'm hoping this will counter the naysayers, and help inspire a new generation of hackers, as well as also bring open-source speech recognition the same attention as proprietary solutions (i.e Siri) are getting!"

8 of 74 comments (clear)

  1. Re:Would be most interesting ... by CajunArson · · Score: 4, Interesting

    Lol... I ordered mine on March 3 and the last update I got says it might ship in about 2 weeks... maybe...

    I like a lot of things about Raspberry Pi, but they made a big mistake by overhyping the product. The next closest competitor I can think of is the Beagleboard, and while the Beagleboards are more expensive they aren't insane (still $100) and have a much more mature software and developer ecosystem.

    --
    AntiFA: An abbreviation for Anti First Amendment.
  2. Re:What do I use mine for? by i-reek · · Score: 5, Funny
    You could always give it to me.

    Then we solve both our problems :)

  3. Engadget review negative? by supremebob · · Score: 5, Insightful

    I wouldn't consider the Engadget review to be negative. They tried to use the board for things it wasn't designed to do (like play Youtube or Flash videos), and it failed to do so. Big deal. The people who are actually trying to buy these boards would likely know better.

    The reviewer didn't seem to have a clue what they were doing... they complained about having to type in the startx command to start the GUI, for pete's sake. If anything, the review did a better job of making Engadget look bad than the product they were reviewing.

    That said, it's easy to think of negative things to say about the Pi... like the lack of supply. I've been on the waiting list for one for over a month now, and I haven't even been given an estimated shipping date at this point.

    1. Re:Engadget review negative? by CajunArson · · Score: 4, Insightful

      When I first saw the Engadget review I thought it was a little bit off-kilter since it was trying to use the Pi for desktop & media playback use instead of for simple programming or embedded projects.

        Then I remembered that lots of the demonstrations shown off on the Raspberry Pi website show using the Pi for the same purposes, especially with the heavy emphasis placed on XBMC. I think part of the issue with the Raspberry Pi is that the developers need to focus more on realistic usage scenarios for the device so that reviewers have the correct expectations going into the review.

      --
      AntiFA: An abbreviation for Anti First Amendment.
    2. Re:Engadget review negative? by SilenceBE · · Score: 5, Informative

      I wouldn't consider the Engadget review to be negative. They tried to use the board for things it wasn't designed to do (like play Youtube or Flash videos), and it failed to do so. Big deal. The people who are actually trying to buy these boards would likely know better.

      The reviewer didn't seem to have a clue what they were doing... they complained about having to type in the startx command to start the GUI, for pete's sake. If anything, the review did a better job of making Engadget look bad than the product they were reviewing.

      That said, it's easy to think of negative things to say about the Pi... like the lack of supply. I've been on the waiting list for one for over a month now, and I haven't even been given an estimated shipping date at this point.

      "They tried to use the board for things it wasn't designed to do"

      Funny that you say that

      What’s a Raspberry Pi?

      It’s a capable little PC which can be used for many of the things that your desktop PC does, like spreadsheets, word-processing and games. It also plays high-definition video.


      http://www.raspberrypi.org/faqs

    3. Re:Engadget review negative? by Svartalf · · Score: 5, Informative

      But it can do browsing and other things. The Endgaget reviewer went and did several boneheaded things- whether out of ignorance or deliberation will be left as a determination by the reader...

      XBMC does do what they're claiming it does. It DOES run Quake III:Arena. The thing is...you can't just nab any old Linux binary and run it. You have to code to leverage the GPU to get it to do many of the heavy load-lifting things and only the things they showcased before release have been made to work that way.

      The biggest thing (and they never changed their tune...you lot may have not been paying attention...) is that they've said from the beginning that this was intended for computer science education , not as a general purpose computer (though you CAN make it that way with a bit of effort- effort, I might add, that's being done by several of the distributions working on producing a version of their project for the R-Pi...).

      --
      I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
  4. Pi's great by networkz · · Score: 5, Insightful

    I got mine yesterday (after my co-workers tricked me into thinking I'd not get it)..

    It's slow like the Engadget guy said.. not up to HD media playback in a fast manner, though that should change once the software's optimised.

    However, it's crazy low power, size and features mean I can make my own mini-nas/access point/controller for my caravan which runs on solar.

    So many different ways to apply the Pi, as long as your aren't expecting it to be a fast desktop PC!

  5. Re:CPU by Anonymous Coward · · Score: 4, Informative

    That's very unlikely. These devices achieve their low cost because of the System On a Chip (SOC) design. The board layout and everything else is built around that Broadcom SOC. Simply "swapping it out" with something else would mean respinning the entire board and having to resubmit for all their qualifications. It's not trivial by any means.