Jump to content
LaunchBox Community Forums

Big box - Sound from video still playing after starting game and quitting a game


shadyfurball

Recommended Posts

Hi there. Sorry if this has been posted before but I have an issue with big box still playing the sound from a video clip of the game even when I've started the game (ie model 2/sega rally). When I quit the emulator and move away from the selected game the sound for that games video clip is still playing. 

 

Even when quitting big box the sound is still playing. It stops after a few seconds. 

 

Anyone help with this? 

 

Thanks. 

Edited by shadyfurball
Link to comment
Share on other sites

  • 2 weeks later...
On 5/7/2020 at 7:26 AM, davdes44 said:

Seeing the same issue as well, doesn't stop until a few seconds after i close bigbox completely 

Hey I think I managed to sort this out. In options I changed the video player from vlc to Windows media player. Hope this helps anyone else with the issue. 

Link to comment
Share on other sites

  • 2 years later...

I have the same problem, sometimes yes sometimes no.
with mame i have it often so i set this third party application that mutes volume bigbox when mame starts and turns bigbox volume back on when mame close

https://www.nirsoft.net/utils/sound_volume_view.html

................

Script to be launched first in the launchbox mame emulator settings :

run, "d:\Launchbox\ThirdParty\SoundVolumeView\SoundVolumeView.exe" /Mute LaunchBox
run, "d:\Launchbox\ThirdParty\SoundVolumeView\SoundVolumeView.exe" /Mute BigBox

Process, WaitClose, mame.exe

run, "d:\Launchbox\ThirdParty\SoundVolumeView\SoundVolumeView.exe" /UnMute LaunchBox
run, "d:\Launchbox\ThirdParty\SoundVolumeView\SoundVolumeView.exe" /UnMute BigBox

Edited by Sbaby
  • Unusual Gem 1
Link to comment
Share on other sites

  • 1 year later...
On 11/3/2022 at 3:35 PM, Sbaby said:

I have the same problem, sometimes yes sometimes no.
with mame i have it often so i set this third party application that mutes volume bigbox when mame starts and turns bigbox volume back on when mame close

https://www.nirsoft.net/utils/sound_volume_view.html

................

Script to be launched first in the launchbox mame emulator settings :

run, "d:\Launchbox\ThirdParty\SoundVolumeView\SoundVolumeView.exe" /Mute LaunchBox
run, "d:\Launchbox\ThirdParty\SoundVolumeView\SoundVolumeView.exe" /Mute BigBox

Process, WaitClose, mame.exe

run, "d:\Launchbox\ThirdParty\SoundVolumeView\SoundVolumeView.exe" /UnMute LaunchBox
run, "d:\Launchbox\ThirdParty\SoundVolumeView\SoundVolumeView.exe" /UnMute BigBox

Thanks. I’ve had a hard time trying to figure out how to fix this issue and your solution worked great. It only happened maybe 1 in 8 times but definitely enough to be annoying. 

  • Like 1
Link to comment
Share on other sites

40 minutes ago, hawkfanz said:

Thanks. I’ve had a hard time trying to figure out how to fix this issue and your solution worked great. It only happened maybe 1 in 8 times but definitely enough to be annoying. 

Very good, thank you. I'm glad it was helpful.

I can tell you that over time I have also added other things to mame startup besides sound_volume_view.

In particular this :
it reinforces the issue of annoying sound and forces launchbox and bigbox to always stay minimized when mame is active, to do this i suggest you this script made by me and ai , the descriptions are in italian but i think you understand

Make sure the CLASS of the mame window is 'MAME', it may be different depending on the version of MAME you own, if it is different, open the script with a text editor and edit it

MAME-Script_min_max.ahk

image.thumb.png.08aae3974e0544a0060e1022c6a73e49.png

 

and this :
https://www.dcmembers.com/skrommel/download/singleinstance/
Inserting mame.exe avoids multiple instances of mame. You can also use it with other emulators, put it in the Launchbox start-up applications 

image.png.3e5bcbc978e9d912b951d27f123ccdaa.png

 

 

----


ps. Launchbox already performs these operations natively, you have to go in the general options and put the flag on MINIMIZE LAUNCHBOX WHEN LAUNCHING GAMES, but I chose my script because it ensures that it always remains minimized and not only at startup, moreover for other emulators the behaviour is different and unfortunately Launchbox has the option only global for all

 

☺️

Edited by Sbaby
  • Like 1
Link to comment
Share on other sites

  • 4 months later...
Posted (edited)
On 11/3/2022 at 4:35 PM, Sbaby said:

I have the same problem, sometimes yes sometimes no.
with mame i have it often so i set this third party application that mutes volume bigbox when mame starts and turns bigbox volume back on when mame close

https://www.nirsoft.net/utils/sound_volume_view.html

................

 

thank you this works. i can't believe they still have not fixed this still :-(

Edited by xX-Delirium-Xx
Link to comment
Share on other sites

On 6/2/2024 at 4:39 AM, xX-Delirium-Xx said:

thank you this works. i can't believe they still have not fixed this still :-(

Focus issues are among the most annoying and difficult to resolve. They added a general option to minimize the frontend when launching a game, which works well with many games but not all. It would be useful to activate this option specifically for each emulator at our discretion.

Link to comment
Share on other sites

  • 4 months later...

You can fix this issue by changing the settings.

Go to $EXODOS_FOLDER/data, and open Settings.xml. Look for

<AutoPlayMusic>true</AutoPlayMusic>

and change it to

<AutoPlayMusic>false</AutoPlayMusic>.

I didn't try it with BigBox, the settings fiile is called BigBoxSettings.xml and has two tags that sound similar, <AutoPlayMusicGameDetails> and <AutoPlayMusicGamesList>, which are set to true.

Edited by Fast_Eddie
Link to comment
Share on other sites

  • 2 weeks later...

I've also experienced this issue recently after using Big Box for well over a year.  I tried using the SoundVolumeView tool and unfortunately that mutes MAME too.  I'm not sure if that is due to how MAME is now launched withing BB.  Anyone out there found a solid solution for this yet?

Link to comment
Share on other sites

20 hours ago, JimV said:

I've also experienced this issue recently after using Big Box for well over a year.  I tried using the SoundVolumeView tool and unfortunately that mutes MAME too.  I'm not sure if that is due to how MAME is now launched withing BB.  Anyone out there found a solid solution for this yet?

Have you tried the tags in the Big Box configuration I mentioned above? Would be interesting to see whether this works. Simply use a text editor to set the content between the tags from true to false, i.e. from <tag>true</tag> to <tag>false</tag>.

Link to comment
Share on other sites

22 hours ago, JimV said:

I've also experienced this issue recently after using Big Box for well over a year.  I tried using the SoundVolumeView tool and unfortunately that mutes MAME too.  I'm not sure if that is due to how MAME is now launched withing BB.  Anyone out there found a solid solution for this yet?

I understand that this solution is not particularly elegant, but for us it has been stable and reliable for years. We have had no more audio problems with MAME. In my opinion, there may be an error in your configuration of the SoundVolumeView command line, which is designed precisely to mute only the specified programs without affecting MAME. I suggest you check the command line given in my post just above this topic. Alternatively, you can also use the NirCmd software, which offers similar functionality.

 

Edit : 

also try adding run “...LaunchBox Big Box,” and with a little final delay (remember to replace the path to the SoundVolumeView folder with the path to yours, if different from mine)

that is, like this :

run, "D:\Launchbox\ThirdParty\SoundVolumeView\SoundVolumeView.exe" /Mute LaunchBox
run, "D:\Launchbox\ThirdParty\SoundVolumeView\SoundVolumeView.exe" /Mute BigBox
run, "D:\Launchbox\ThirdParty\SoundVolumeView\SoundVolumeView.exe" /Mute LaunchBox Big Box

WinMinimize, ahk_exe LaunchBox.exe, 
WinMinimize, ahk_exe BigBox.exe,

Process, WaitClose, mame.exe

run, "D:\Launchbox\ThirdParty\SoundVolumeView\SoundVolumeView.exe" /UnMute LaunchBox
run, "D:\Launchbox\ThirdParty\SoundVolumeView\SoundVolumeView.exe" /UnMute BigBox
run, "D:\Launchbox\ThirdParty\SoundVolumeView\SoundVolumeView.exe" /UnMute LaunchBox Big Box

Sleep 3500

 

2 hours ago, Fast_Eddie said:

Have you tried the tags in the Big Box configuration I mentioned above? Would be interesting to see whether this works. Simply use a text editor to set the content between the tags from true to false, i.e. from <tag>true</tag> to <tag>false</tag>.

We'll try that as well, thank you

Edited by Sbaby
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...