Mp3 Aggregation with EWA

Author: Jacob Smullyan
Date: 2007-02-08

Introduction to East-West Audio, an mp3-splicing system.

Promos: A Podcaster's Pickle

Podcasters want to lard their podcasts with not-so-evergreen promotional material (intros, ads, outros) which should periodically be rotated.

Remastering scales poorly; it is slow and CPU-intensive, and requires that lossless masters be available.

If remastered files need to be uploaded to a web server, every changed file needs to be transferred, even if only one promo has changed -- a big waste of bandwidth.

EWA: A Solution to Promo Rotation

Limitations

Requirements

Rule Configuration Example

02/08/2007 - 02/17/2007: [

  and(< 02-06-2007 [F, fmt=MMDDYY],
      regex:"^(radiolab|otm)/\1\d{6}"):
    pre: [pledge.wav]
    post: []

  default
]

regex:"^(radiolab|otm)/\1\d{6}":
  pre: ["${1}_intro.wav", ad.wav],
  post: ["${1}_outro.wav"]

default

More Information