Iniciar sesión

Ver la versión completa : Duda con el LOOM



Kveldssanger
29/12/2005, 23:18
Hay alguna forma de ponerle audio a este juego?

WinterN
30/12/2005, 06:45
Usando la versión floppy, en vez de la CD, que además tiene los diálogos más largos...

|Wesker|
30/12/2005, 06:50
No tengo la version CD de este juego pero si no te escucha la musica puede que sea como la version CD del Monkey1, que está grabada en pistas de audio.

riptide
30/12/2005, 08:21
segun he leido en el readme de scummvm se le pueden meter las pistas de audio en formato mp3,ogg,...



* 7.6 Using compressed audiofiles (MP3, Ogg Vorbis, Flac)

7.6.0) Using MP3 files for CD audio:
------ -----------------------------
Use LAME or some other MP3 encoder to rip the cd audio tracks to files. Name
the files track1.mp3 track2.mp3 etc. ScummVM must be compiled with MAD support
to use this option. You'll need to rip the file from the CD as a WAV file,
then encode the MP3 files in constant bit rate. This can be done with the
following LAME command line:

lame -t -q 0 -b 96 track1.wav track1.mp3


7.6.1) Using Ogg Vorbis files for CD audio:
------ ------------------------------------
Use oggenc or some other vorbis encoder to encode the audio tracks to files.
Name the files track1.ogg track2.ogg etc. ScummVM must be compiled with vorbis
support to use this option. You'll need to rip the files from the CD as a WAV
file, then encode the vorbis files. This can be done with the following oggenc
command line with the value after q specifying the desired quality from 0 to 10:

oggenc -q 5 track1.wav


7.6.2) Using Flac files for CD audio:
------ ------------------------------------
Use flac or some other flac encoder to encode the audio tracks to files.
Name the files track1.flac track2.flac etc. In your filesystem only allows
three letter extensions, name the files track1.fla track2.fla etc.
ScummVM must be compiled with flac support to use this option. You'll need to
rip the files from the CD as a WAV file, then encode the flac files. This can
be done with the following flac command line:


flac --best track1.wav

Remember that the quality is always the same, varying encoder options will only
affect the encoding time and resulting filesize.

[...]


por lo que pone hay que extraer las pistas de audio de los cd's y comprimirlas en alguno de esos formatos

para que scummvm las reproduzca tiene que estar compilado con soporte para ello, la version de gp2x soporta alguno de estos formatos de audio??