Jump to content
  • 0

Sometimes sound effects are being skipped


robby22

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  02/28/18
  • Last Seen:  

You ever clicked a skill and the sound didn't play and you clicked it again and it did that time? happens to me sometimes randomly

The sound card I'm using is a Creative SB0410 SB Live! 24-bit. I've had this issue in both Windows 7 and Arch Linux so I feel like it's something internal to the game itself.

Here are my sound settings in Ragnarok, which should I try?

Untitled.png

Edited by robby22
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  02/28/18
  • Last Seen:  

So after some testing it looks like this happens when there are too many sounds being played simultaneously (such as skills, effects, monster attacks..etc) it creates problems in the call stack for queued up .wav files since it's trying play audio asynchronously.

This can be solved by extracting all the .wav files in the GRF and using bash to replace them with millisecond .wav files so they are removed from the queue quicker.

for i in ~/data/wav/* ; do cp ~/file.wav ; done

 

 

 

 

 

 

Edited by robby22
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
Answer this question...

×   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...