[refactoring4]: [SW]: Various sound issues

Moderator: Raze Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
User avatar
sinisterseed
Posts: 1349
Joined: Tue Nov 05, 2019 6:48 am
Preferred Pronouns: He/Him
Graphics Processor: nVidia with Vulkan support

[refactoring4]: [SW]: Various sound issues

Post by sinisterseed »

It seems the sound system is now fairly buggy, notably when it comes to explosions and death screams.

They simply cut off instead of playing properly. Killing some enemies with the tertiary fire attack of the Goro Head illustrates this best. There's also explosive barrels down the hallway and their explosions cut off. Not just this, but with all the various sound sources in this room, not even enemy pain sounds for the enemies or their death sounds play properly. I think the trap itself is quiet as well.

https://drive.google.com/file/d/1ieSuqW ... sp=sharing
User avatar
sinisterseed
Posts: 1349
Joined: Tue Nov 05, 2019 6:48 am
Preferred Pronouns: He/Him
Graphics Processor: nVidia with Vulkan support

Re: [refactoring4]: [SW]: Various sound issues

Post by sinisterseed »

Also, the sounds played by items such as the Gas Bomb no longer stop after the item runs out.

https://drive.google.com/file/d/1nf2Qaj ... sp=sharing
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49252
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: [refactoring4]: [SW]: Various sound issues

Post by Graf Zahl »

fixed, some early change here caused these sounds to not get their proper owner so they never could be terminated. And since it's looped sound they made the sound engine run out of sound channels, resulting in cut off sounds.

Return to “Closed Bugs [Raze]”