Greetings fellow monks. I ask for your wisdom again. I am in need of some way that will allow me to record a sound file using a normal computer microphone. I know there are many modules out there that can do the easiest part, recording, however, my main problem is I need to be able to then modify the sound file. For instance, the user needs the ability to go back 10 - 15 seconds and either insert a part they missed or even overwrite some of the sound file they just recorded.

The other pre-requisite is that this needs to not only work in the linux world, it needs to work on the latest version of Mac OSX (which I think is Tiger verion 10) and also windows 2000/XP. So, I guess I could have just said cross-platform.

This is for a dictation system I am writing for our attorneys. The old system is in Visual Basic (cringes) and uses a WAV control. I wrote it over 5 years ago and it's worked great since then, however we are switching everybody in the company over to linux machines and/or mac mini's and the dictation system needs to be replaced.

Thanks in advance for any wisdom you can shed upon my query.

In reply to Recording Sound File by the_0ne

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.