Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

Implement more of love.audio + add .ogg support #14

Open
videah opened this issue Oct 24, 2015 · 3 comments
Open

Implement more of love.audio + add .ogg support #14

videah opened this issue Oct 24, 2015 · 3 comments

Comments

@videah
Copy link
Owner

videah commented Oct 24, 2015

love.audio is very basic at the moment, it can only play sounds and that's it.
.ogg support shouldn't be too tricky.

@videah
Copy link
Owner Author

videah commented Oct 25, 2015

a8afb7d added the following:

  • source:stop
  • source:setLooping
  • source:isLooping
  • source:isPlaying

and fixed love.audio.stop.

@nununoisy
Copy link

nununoisy commented Mar 20, 2019

Another (likely) easy addition would be source:clone(). It just returns a copy of the source - I use it to repeat sounds quickly. For now I can just implement a polyfill but it would be nice to have this natively.

Sorry to bump an old issue but it's still open. If you'd like I can attempt to implement it myself and submit a PR.

@videah
Copy link
Owner Author

videah commented Mar 23, 2019

This project hasn't been maintained in a while but there's an active fork of it here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants