Slashdot Mirror


USB Key-Sized MP3 Player With LCD Display

nhahmada writes "The Muvo MP3 player/storage device from Creative has been out for awhile, but some have complained of its lack of a display or equalizer. Well, now Innogear has released the 128MB Duex mp302 with a backlit LCD supporting ID3 tags, a "multi-category" equalizer and a timer (Why?). The mp302 also has the ability to record/playback voice via its built-in microphone. It can be used for storing any type of file and plays MP3/WMA/WAV. Both the Muvo and mp302 run on one AAA, giving 12 hours of continuous playback. Running at $179, it's a little more expensive than the $169.99 128MB Muvo, but I am willing to shell out ten bucks for an LCD. Go here for a better look at the display."

4 of 391 comments (clear)

  1. Re:to eliminate a hundred comments by Joseph+Vigneau · · Score: 5, Informative

    Yes.
    And I'm not buying a dedicated player until it plays ogg files. I bought a Zaurus 5500 just for this purpose. I'd like to also buy a more purpose-built device for this, though, and I refuse to buy one that does not play Ogg Vorbis I files.

  2. Re:What I want by Sc00ter · · Score: 5, Informative
    I do this with an FM card in my linux box. I record Car Talk, Wait Wait Don't Tell Me, and a few other shows. Here's the script I use for Car Talk:

    ---

    #! /bin/bash

    #Kill off anybody using /dev/dsp
    /sbin/fuser -k /dev/dsp

    #change to the right freq
    /usr/local/bin/fmio -d v4l -f 89.1 -v 7

    #set correct mixer settings
    /usr/local/bin/smixer -s /root/mixersettings/recordshow.mix

    DATE=`date +%Y-%m-%d`
    /usr/local/bin/mpegrec -b 32 -l 3600 -x "-b 32 --resample 32 -m m" -o /home/travis/radioshows/Car_Talk/Car_Talk_-_$DATE. mp3
    /usr/local/bin/smixer -s /root/mixersettings/default.mix
    chown -R travis.travis /home/travis/radioshows

    ---

    Hope that helps some, works great. You can use a bitrate of 16, but my portable MP3 player won't play it if it's that low for some stupid reason.

  3. Re:What I want by mithras+the+prophet · · Score: 5, Informative

    I do this with a combination of streamripper and a crontab. (This only works if you have an always-on connection like a cable modem, of course)

    There are a number of NPR stations that broadcast in streaming mp3:

    I just set a crontab to run streamripper and record from one of those stations, at the time and for the duration of the program I want. Then tell iTunes to dump the file to the iPod, and poof - several hours of interesting listening, ready and waiting!

    All of the stations have program schedules available, or you can just guess for the live programs.

    When I have some time, I'll be gussying this up in a Cocoa interface for any fellow Mac OS X users.

    --
    four nine eighteen twenty-7 thirty-nine forty-7 fiftyeight sixty-nine seventy-9 eighty-8 one-hundred-and-nine one-twenty
  4. Re:to eliminate a hundred comments by xercist · · Score: 5, Informative

    No, actually it takes a bit -less- processing power to decode vorbis, but a bit more memory. The real problem here is that most of these players use dedicated mp3-decoding chips. That's all they do, and can't be reprogrammed for other things. Some players use ARM based processors, and this is where a firmware upgrade enabling vorbis-decoding is possible. However, the truth is that right now most of these companies are losing money on portable players - they're just so cheap. To make them play oggs requires engineers, and engineers cost money. Most of these companies have already laid off all their engineers because they can't afford to keep paying them after initially creating the hardware/firmware.

    Anyway, you didn't hear it from me, but iRiver is currently working on implementing vorbis support in their portables.

    --

    --
    grep "xercist" /dev/random ...you'll find me in there someday