Welcome, Guest. Please login or register.

Author Topic: How can I record amiga games music on CD?  (Read 3239 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/
Re: How can I record amiga games music on CD?
« on: June 10, 2005, 02:01:48 PM »
UADE is pretty much the best when it comes to authenticy. It even emulates the lowpass filter. You can use -outpipe option to output 16bit 44100 Hz raw sampledata. This can be converted to AIFF or wav for CD track saving.

This is what I use to convert some modules to mp3's under MorphOS:
Code: [Select]

uade big:modules/mod.KnullaKuk -outpipe 1 | lame -h -r IN: t:KnullaKuk.mp3