Hello,
This might seem a little confusing, but I'll try to explain it as best as i can.

I want to do some dj-style-mp3-mixing on my computer. The best program I found for this is called eMixer (can be found at freshmeat). The problem is that I really dont like this program and feel I can write something better (or atleast better for me).
Why not just rewrite emixers code?
1. The original source wont compile on my system, I have to use precompiled binaries.
2. I havent looked at C code in a long time, and really dont have the time to brush up.

So I'm starting to write my own emixer type program in perl. It'll use curses, which wont be hard at all to incorporate. The main problem I feel I will have is here:

eMixer allows more than one song to be played through an output device (im guessing like esound -- but i havent messed with esound, only read about it).

So the point is: how can i get more than 1 mp3 to be played through 1 output and be able to control the volume, fade, and tempo for each song? There is an mpg123 module for perl, but I dont know if that will do everything I need. Usually if you play one mp3 through mpg123 in terminal A then in terminal B do the same, you get a /dev/dsp error in TermB.

Is this possible?

In reply to Perl, raving, and mpg123 by auximini

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.