mum-rs / mum

Daemon/cli mumble client
MIT License
31 stars 2 forks source link

How can I play sound effects? #125

Closed UndeRus closed 2 years ago

sornas commented 2 years ago

They should already play automatically when e.g. connecting to a server. If you try to connect to a server, can you hear any sound at all? Or can you hear other clients but specifically not sound effects?

UndeRus commented 2 years ago

I want to:

  1. Disable or config sound effects, which played on events
  2. Play sound effects to mumble by external call(like soundboard)
sornas commented 2 years ago

1 we can do. ill create a separate issue. a soundboard is out of scope for this project i think. you could look for some kind of virtual audio device program (i think i myself have used plain old pulseaudio for this) and a separate soundboard. i cant really help you with that though, sorry.