apartmentEmulator / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

Volume control doesn't work if no hardware mixer #305

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Describe your system:
 - Linux distribution: Fedora 11
 - Machine type: (32-bit or 64-bit) 32-bit
 - Mupen64Plus version: 1.99.1
- Plugins used:
      'Mupen64Plus OpenGL Video Plugin by Rice' v1.99.1
      'Mupen64Plus SDL Audio Plugin' v1.99.1
      'Mupen64Plus SDL Input Plugin' v1.99.1
      'Hacktarux/Azimer High-Level Emulation RSP Plugin' v1.99.1

Describe the problem:
Volume control doesn't work. When I try to mute or adjust the volume with 
"m" and "[" or "]" I get the following error message in the console: 
"/dev/mixer: : No such file or directory".

Please provide any additional information below.
My sound card - "Intel 82891EB/ER (ICH5/ICH5R) AC'97 Audio Controller" - 
doesn't have a hardware mixer (no /dev/mixer or /dev/mixer0). When I start 
mupen64plus I get the above error message. When I try to adjust the sound I 
get the error message and it doesn't work.

Original issue reported on code.google.com by fred.ode...@rogers.com on 18 Dec 2009 at 4:54

GoogleCodeExporter commented 8 years ago
The SDL audio plugin support 2 different methods of volume control.  You can 
edit the
mupen64plus configuration file to select the other method.  This file is 
located at
~/.config/mupen64plus/mupen64plus.cfg.  If you open this file in a text editor,
search for "VOLUME_CONTROL_TYPE".  Change the value from "2" to "1", 

Original comment by richard...@gmail.com on 18 Dec 2009 at 2:34

GoogleCodeExporter commented 8 years ago
Config file didn't originally have [Audio-SDL] section in it. I don't know what 
I
did, but now it does, which contains VOLUME_CONTROL_TYPE configuration.

Original comment by fred.ode...@rogers.com on 19 Dec 2009 at 2:42