![]() |
|
Mute Audio - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion) +--- Thread: Mute Audio (/Thread-mute-audio) |
Mute Audio - LincolnHT - 12-03-2014 I love Dolphin Emulator, and I have it on my Macbook Air. It runs fast, and works well. My only complaint is that the audio is choppy on some games, and I sometimes I just want to listen to my own music in the background. Sadly, Dolphin only allows me to turn my audio down to 1%. I don't know if it's just my mac, or what. If it's not, I think it should be a feature. RE: Mute Audio - Garteal - 12-03-2014 A quick Google search got me this. It's really unfortunate that OSX lacks such a basic feature. RE: Mute Audio - skid - 12-03-2014 Changing the audio backend to "No Audio Output" is the equivalent to muting. RE: Mute Audio - AnyOldName3 - 12-03-2014 I thought you weren't supposed to do that, as it'd disable any and all DSP processing, including stuff that causes crashes when skipped. RE: Mute Audio - magumagu - 12-03-2014 (12-03-2014, 10:26 AM)AnyOldName3 Wrote: I thought you weren't supposed to do that, as it'd disable any and all DSP processing, including stuff that causes crashes when skipped. Should be fine with current dev builds; that issue was fixed with the DSPHLE rewrite. RE: Mute Audio - JMC47 - 12-03-2014 Isn't it stupid to only be able to set the volume to 1 and not 0? RE: Mute Audio - Aether - 12-03-2014 I think that's an issue with the OS and not with the emulator itself. On PCs you can easily mute programs through the mixer. RE: Mute Audio - LincolnHT - 12-03-2014 (12-03-2014, 10:13 AM)skid Wrote: Changing the audio backend to "No Audio Output" is the equivalent to muting.Thanks!
RE: Mute Audio - degasus - 12-05-2014 (12-03-2014, 11:24 AM)JMC47 Wrote: Isn't it stupid to only be able to set the volume to 1 and not 0?Not really. Usually audio volume is calucalted logarithmic, so the zero isn't possible in this configuration. But we could just made a special case for this one. But iirc, we don't handle this volume internally, so it's the data provided by your audio backend. |