Playing music in python using playsound module

77 Views Asked by At

I am using the playsound.playsound module in python to play a music file stored on my PC,but the problem is that I want to decrease the volume of the sound, is there any particular parameter to insert in the query?

The output/result is volume controlled like if in the function playsound("filename", volume=x), is there an actual parameter for volume, without changing the module.

Thanks in advance!!

0

There are 0 best solutions below