SDL 2 sound volume

Ask about the individual Gambas components here.
Post Reply
User avatar
Technopeasant
Posts: 144
Joined: Saturday 13th July 2019 6:50pm
Location: Stony Plain, Alberta, Canada
Contact:

SDL 2 sound volume

Post by Technopeasant »

Hello all,

I was curious if there was any way to control the volume of a sound being played by the sdl2-sound component and there does appear to be a setting for it (integer range of 1-128), but whenever I add a value it does not seem to play at all. Has anyone else played around with this or have any ideas? I was hoping to use it to create a truer 3D sound effect in my OpenGL engine.

This is my sample code:

Fountain.Volume(Rand(0, 128))
Fountain.Play

https://gambasfarm.org/wiki/comp/gb.sdl ... und/volume
Technical director,
Piga Software
http://icculus.org/piga/
User avatar
BruceSteers
Posts: 1565
Joined: Thursday 23rd July 2020 5:20pm
Location: Isle of Wight
Contact:

Re: SDL 2 sound volume

Post by BruceSteers »

If at first you don't succeed , try doing something differently.
BruceS
User avatar
Technopeasant
Posts: 144
Joined: Saturday 13th July 2019 6:50pm
Location: Stony Plain, Alberta, Canada
Contact:

Re: SDL 2 sound volume

Post by Technopeasant »

Yeah, I am confused by what the difference is between sound and channel.

Music has been separate since the SDL 1 component.
Technical director,
Piga Software
http://icculus.org/piga/
Post Reply