mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
9d0b746aaa
svn-id: r15635
16 lines
631 B
TeX
16 lines
631 B
TeX
|
|
%%% Local Variables:
|
|
%%% mode: latex
|
|
%%% TeX-master: "readme"
|
|
%%% End:
|
|
|
|
\subsection{Playing sound with MIDI emulation}
|
|
|
|
Some games (such as Sam and Max) only contain MIDI music data. This once
|
|
prevented music for these games from working on platforms that do not support
|
|
MIDI, or soundcards that do not provide MIDI drivers (e.g, many soundcards will
|
|
not play MIDI under Linux). ScummVM can now emulate MIDI mode using sampled
|
|
waves and Adlib or MT-32 emulation using the -eadlib or -emt32 options respectively.
|
|
However, if you are capable of using native MIDI, we recommend using one of the
|
|
MIDI modes below for best sound.
|