dragonfly
dragonfly copied to clipboard
Implement PlaySound/StopSound
There already is a PlaySound method in players. I think it's more appropriate to merge this with that, and just expose sounds based on strings as a Sound implementation.
Example....
p.PlaySound(sound.PlaySound{SoundName: "random.toast", Volume: 1, Pitch: 1})
🤔