Shop OBEX P1 Docs P2 Docs Learn Events
Sound — Parallax Forums

Sound

ArchiverArchiver Posts: 46,084
edited 2003-10-28 03:18 in General Discussion
does anyone know where there are any song written for the bs1?

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2003-10-27 19:39
    Thanks to anyone who culd help me with this
    is it possible to recrd and play back a very small sound file on to a basic
    stamp?????



    Post your free ad now! Yahoo! Canada Personals


    [noparse][[/noparse]Non-text portions of this message have been removed]
  • ArchiverArchiver Posts: 46,084
    edited 2003-10-27 21:45
    Sure, depending on just how large/complex the sound file is.
    For instance, you could play back a simple sequence of tones several minutes
    long, but it might be impossible to play back more than a fraction of a
    second of voice-type sound. Just what do you have in mind?

    - Robert


    Original Message
    From: "natacha Roussel" <natacharoussel@y...>
    > Thanks to anyone who culd help me with this
    > is it possible to recrd and play back a very small sound file on to a
    basic stamp?????
  • ArchiverArchiver Posts: 46,084
    edited 2003-10-28 02:07
    yeah, you can play wav. files with Quadravox QV430P Sound Programmer [noparse]:)[/noparse]

    natacha Roussel <natacharoussel@y...> wrote:
    Thanks to anyone who culd help me with this
    is it possible to recrd and play back a very small sound file on to a basic
    stamp?????



    Post your free ad now! Yahoo! Canada Personals


    [noparse][[/noparse]Non-text portions of this message have been removed]



    To UNSUBSCRIBE, just send mail to:
    basicstamps-unsubscribe@yahoogroups.com
    from the same email address that you subscribed. Text in the Subject and Body of
    the message will be ignored.


    Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/



    Do you Yahoo!?
    Exclusive Video Premiere - Britney Spears

    [noparse][[/noparse]Non-text portions of this message have been removed]
  • ArchiverArchiver Posts: 46,084
    edited 2003-10-28 03:05
    From: "natacha Roussel" <natacharoussel@y...>

    > [noparse][[/noparse]...] I want to play back a really small rythmic file
    > size: 1.61 ko size on disk 16 ko
    >
    > My concern is how to save it on the stamp

    Would that be 1.61 kilobytes, Natacha? That's a very big file for a Stamp.
    The memory available is different on different models, but BS2 for example
    has only 2 kilobytes total and that has to handle the program as well.

    More important, I suspect that 1.6 kb is a file in some standard format,
    like a WAV file. It's not impossible, but I've never heard of code to play
    back a WAV file -- or any standard audio file format on a Stamp. What you
    would need to do is add one of the special chips programmed for that
    purpose. Then you load the audio file on that chip with the memory it
    provides.

    Parallax offers several audio add-on units for the Stamp. Check:
    http://makeashorterlink.com/?W11125B56

    Without that, I think you'll be limited to writing your own little tune
    using the simple tones a Stamp can generate with the FREQOUT command. If you
    have musical ability that can be pretty impressive. It's just a lot of work
    to prepare the notes.

    Gary
  • ArchiverArchiver Posts: 46,084
    edited 2003-10-28 03:18
    From: "natacha Roussel" <natacharoussel@y...>
    > [noparse][[/noparse]...] my project is getting sound out of clothing wich means
    > as little electronic as possible I guess I am going to pursue with
    > frequout even if it is limited

    I'm sure you can make something work with FREQOUT. I remember a popular line
    of greeting cards that used a similar technique to play "Happy Birthday" and
    other tunes from a very small chip glued into the card.

    It just calls for creativity. Good luck,

    Gary
Sign In or Register to comment.