View previous topic :: View next topic |
Author |
Message |
sencheng Visitor

Joined: 20 Oct 2003 Posts: 3
|
Posted: Mon Oct 20, 2003 5:06 pm Post subject: How to mute the CD audio ? |
|
|
Dears, Can somebody tell me how to mute the CD audio during the game is running ?
the hot-key "~" can't work, and "F9" just mute the FX sound.
I don't want " no CD audio ", I just want to mute it for a while.
Thanks for your kindly help.
And especially thanks for David Michael's work on Magic Engine!!
 |
|
Back to top |
|
 |
Jabberwok Elder

Joined: 24 Apr 2002 Posts: 532 Location: Quebec, Canada
|
Posted: Mon Oct 20, 2003 8:53 pm Post subject: |
|
|
How about your soud card driver? I can mute/disable CD audio with mine...
Faster than editing the PCE.INI file... _________________ If you translate Pole Position in French with babelfish you get 'Position de Polonais'... I think it's hilarious... from a French point of view. |
|
Back to top |
|
 |
sencheng Visitor

Joined: 20 Oct 2003 Posts: 3
|
Posted: Tue Oct 21, 2003 4:26 pm Post subject: |
|
|
but, what I want is mute the CD audio in MagicEngine,
not mute the CD audio in windows system.
does there any Hot Key in MagicEngine to do this? |
|
Back to top |
|
 |
Kaminari Elder

Joined: 19 Apr 2002 Posts: 1432 Location: Paris, France
|
Posted: Tue Oct 21, 2003 11:44 pm Post subject: |
|
|
Look into your pce.ini file and set the below option accordingly:
Code: | ;
; cd audio volume
; --
; 0-100
;
cd_audio_volume=0 |
As far as I know, there's no hotkey to mute the CD audio on-the-fly. Why would you want to do that anyway? |
|
Back to top |
|
 |
sencheng Visitor

Joined: 20 Oct 2003 Posts: 3
|
Posted: Thu Oct 23, 2003 6:34 am Post subject: |
|
|
because when I play the "Tangei Makyu 2", the CD audio and the fx sound woudl be played at the same time.
ex. entering the villiage or meeting battle.
as the game designed, the CD music should be stop when the fx sound music been played, and restart when battle end or leaving the villiage. |
|
Back to top |
|
 |
Kaminari Elder

Joined: 19 Apr 2002 Posts: 1432 Location: Paris, France
|
Posted: Thu Oct 23, 2003 1:51 pm Post subject: |
|
|
You should have mentioned that earlier. This is a completely different issue. Some people have problems with CD audio not fading in/out as it should. Try the following options:
Code: | ;
; CD-ROM audio input line
; --
; 0 -> first audio input line [default]
; 1 -> second audio input line
; ...
;
; (see the log.txt file to find out what are the line numbers)
;
cd_audio_input_line= |
Leave it blank. MagicEngine will automatically find the proper input line.
Code: | ;
; enable debug log file
; --
; y -> enable [default]
; n -> disable
;
debug_log=y |
This is mandatory.
Code: | ;
; CD-ROM drive
; --
; 0 -> first CD-ROM drive [default]
; 1 -> second CD-ROM drive
; ...
;
drive=0 |
Use this option ONLY if you have Windows 9x. Change the number according to your configuration.
Code: | ;
; CD-ROM drive letter
; --
; (Windows 2000/XP only)
;
; D:
; E:
; ...
;
drive_letter=D: |
Use this option ONLY if you have Windows NT/2K/XP. Change the letter according to your configuration. Do NOT use the number and letter options simultaneously, it will NOT work!
Code: | ;
; system card paths
; --
;
system_card_1=
system_card_2=
system_card_3=D:\Emulation\MagicEngine\ROMs\Super CD-ROM2 System V3.00 (J).pce
system_card_4= |
The System Card works better than the Magic System. Get one. |
|
Back to top |
|
 |
|