Welcome, Guest. Please login or register.

Author Topic: How can I convert an mp3 audio file to an IFF file (to use in OctaMED)?  (Read 5693 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
@gavinb

To convert mp3 to 22kHz mono 8-bit (8SVX) sample:

mpega -s -A "4 Mat - Anarchy Menu 01.mp3" -o temp.aiff

sox temp.aiff -r22000 -c1 "4 Mat - Anarchy Menu 01.8svx"


PS. Some sox builds handle mp3 directly. I think the m68k version doesn't, however, thus going thru aiff temporary file.