zyedidia / SFML.jl

A binding of the game and multimedia library SFML for Julia
Other
93 stars 22 forks source link

Small Improvements to Sound and SoundBuffer #32

Closed haberdashPI closed 7 years ago

haberdashPI commented 7 years ago

This improves the functionality of the Sound and SoundBuffer objects, squashing a few runtime errors I found in the process of using these types. Specifically:

The errors I fixed were typos in the implementation of get_duration (in SoundBuffer) and get_buffer (in Sound).