fte-team / fteqw

This is the official GitHub mirror for the FTEQW project.
https://www.fteqw.org/
180 stars 54 forks source link

Sounds repeat until snd_restart #181

Closed hemebond closed 1 year ago

hemebond commented 1 year ago

Running fteqw-sdl2 (including built from latest main branch), when I load a new map, or map_restart, all sounds being played will start looping infinitely, e.g., jumping, shooting, menus, etc. I have to snd_restart to fix it, and do it every time a map is started.

eukara commented 1 year ago

The OpenAL backend has an issue with looping sounds currently, can you try setting FTEQW to use the SDL sound backend and report back to me?

snd_device sdl; snd_restart

hemebond commented 1 year ago

That resolved the issue. Thank you.

Xylemon commented 1 year ago

Closing as this is technically a duplicate of #170