Is there a ways to start an application with wine but diable it's sound? Command flag maybe? I'm interested in disabling the sound for only one application, otherwise i would go into wine setting and uncheck everything

Thanks.
Not really. Install in it's own WINEPREFIX and uncheck all sound settings.Hi guys!
Is there a ways to start an application with wine but diable it's sound? Command flag maybe? I'm interested in disabling the sound for only one application, otherwise i would go into wine setting and uncheck everything![]()
Most of the games I run include a way to disable sound in the settingsOn Fri, Apr 3, 2009 at 6:48 PM, notnull <[email protected]> wrote:Not really. Install in it's own WINEPREFIX and uncheck all sound settings.Hi guys!
Is there a ways to start an application with wine but diable it's sound? Command flag maybe? I'm interested in disabling the sound for only one application, otherwise i would go into wine setting and uncheck everything![]()
--
-Austin
Code: Select all
REGEDIT4
[HKEY_CURRENT_USER\Software\Wine\Drivers]
"Audio"="/dev/null"
Code: Select all
wineconsole regedit /s disable_sound.reg