Author Topic: ACM conversion  (Read 5337 times)

ACM conversion
« on: April 23, 2015, 06:40:34 pm »
hi there

i want to convert a .wav file to .acm, but in the game, the quality is lowered and it seem to be 2x slower when played.
i tried everything, many converter programs but it still not working properly. if anyone could help me out it would be much appreciated.
thanks

the file i want to convert: http://www.solidfiles.com/d/6715b16c72/hitmarker.wav
name of acm: IACCUXX1.acm

Offline Lexx

  • Rotator
  • Mexican Apple Thief
Re: ACM conversion
« Reply #1 on: April 24, 2015, 09:03:41 am »
Why, though? The engine should handle wav, mp3, etc without problems.

JovankaB

  • Guest
Re: ACM conversion
« Reply #2 on: April 24, 2015, 10:00:52 am »
Probably client mod

Re: ACM conversion
« Reply #3 on: April 24, 2015, 12:26:36 pm »
yes, i want it as a client mod. i tried in wav and ogg format too, but it doesnt work. im gonna try with mp3 soon.
perhaps its been fixed for now but i want to use it for FO Reloaded, which using ancient revision.

JovankaB

  • Guest
Re: ACM conversion
« Reply #4 on: April 24, 2015, 06:39:22 pm »
yes, i want it as a client mod. i tried in wav and ogg format too, but it doesnt work. im gonna try with mp3 soon.
perhaps its been fixed for now but i want to use it for FO Reloaded, which using ancient revision.

It won't work because the whole filename must be the same so it has to be IACCUXX1.acm not IACCUXX1.ogg.
Maybe try to rename ogg to acm in theory it could work if engine detects the format by file header not extension.
No idea if that's the case.

Re: ACM conversion
« Reply #5 on: April 27, 2015, 12:34:20 pm »
I dont think there's a way around it and I dont know if newer revisions handle it differently, but it seems that the game simply plays acm files at a very low samplerate so you have to account for that when making the file. I don't remember the specifics anymore but trying to play .acm files with a winamp plugin always plays it in a higher samplerate than fonline does so you have to fix that with audacity or a similar program.

Offline Lexx

  • Rotator
  • Mexican Apple Thief
Re: ACM conversion
« Reply #6 on: April 28, 2015, 04:38:15 pm »
If I remember correct, then there should be an acm tool for the game planescape torment. That one always worked for me. Could also have been some infinity engine thing... But I am really not sure. Last time I used it must have been like 10 or so years ago.

Re: ACM conversion
« Reply #7 on: April 30, 2015, 09:32:17 pm »
so how can i make it work then?

Re: ACM conversion
« Reply #8 on: May 02, 2015, 12:19:35 am »
http://www.fonline-aop.net/nigerianprince/SND2ACM.EXE
Open Command Prompt
Navigate to exe
SND2ACM.EXE -WAV 1milliondollar.wav depositbank.acm

Re: ACM conversion
« Reply #9 on: May 02, 2015, 12:24:26 pm »
http://www.fonline-aop.net/nigerianprince/SND2ACM.EXE
Open Command Prompt
Navigate to exe
SND2ACM.EXE -WAV 1milliondollar.wav depositbank.acm
yeah, this is the tool i used first and the problem still occurs

Re: ACM conversion
« Reply #10 on: May 11, 2015, 09:36:34 pm »
Have you tried with different parameters? Check your source files bitrate.

Sound to ACM converter v1.0 beta  (c) 2000-2001 ABel [TeamX]
Usage: snd2acm [-snd_type] snd_file_name acm_file_name [-q0 | -q percents]
   snd_type can be used to specify the sound file format:
     -8     8-bit raw PCM sound
     -16   16-bit raw PCM file
     -ACM  ACM file
     -WAV  WAV file
Options:
   -q percents    limits the output file length by this percent of input
                  length, sould be between 1 and 100 (default is 50%).
   -q0            unconstrained output file length.

Re: ACM conversion
« Reply #11 on: May 12, 2015, 08:57:04 pm »
I have been using the infinity sound converter which works, but has the samplerate issue so you just gotta make sure you have the right samplerate in the source file.