Start application with no sound

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
notnull
Newbie
Newbie
Posts: 1
Joined: Fri Apr 03, 2009 6:44 pm

Start application with no sound

Post by notnull »

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 :)
Thanks.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Start application with no sound

Post by austin987 »

On Fri, Apr 3, 2009 at 6:48 PM, notnull <[email protected]> wrote:
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 :)
Not really. Install in it's own WINEPREFIX and uncheck all sound settings.

--
-Austin
Charity Abbott

Start application with no sound

Post by Charity Abbott »

On Fri, Apr 3, 2009 at 7:55 PM, Austin English <[email protected]> wrote:
On Fri, Apr 3, 2009 at 6:48 PM, notnull <[email protected]> wrote:
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 :)
Not really. Install in it's own WINEPREFIX and uncheck all sound settings.

--
-Austin

Most of the games I run include a way to disable sound in the settings
for the game. Is there such a setting in your app maybe? Is there any
particular reason you need to disable the sound?
welivetogether
Newbie
Newbie
Posts: 1
Joined: Tue Apr 21, 2009 5:41 pm

Post by welivetogether »

make file : disable_sound.reg

Code: Select all

REGEDIT4
 
[HKEY_CURRENT_USER\Software\Wine\Drivers]
"Audio"="/dev/null"
and start :

Code: Select all

wineconsole regedit /s disable_sound.reg
Locked