Cool! Will give it a go.

 

Thanks,

Bob

 


From: Tim Sawyer [mailto:tim.sawyer@mac.com]
Sent: Tuesday, May 27, 2014 9:33 PM
To: Bob
Cc: Ken; app_rpt-users@ohnosec.org
Subject: Re: [App_rpt-users] Playing mp3 files in app_rpt

 

It’s real simple to convert .mp3 to a .wav file:

 

sox newsline.mp3 -r 8000 temp.wav

 

The trick is installing SOX with LAME. I found the attached procedure worked for me.