Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in playing audio files in love.audio in LOVE #26

Closed
slime73 opened this issue Jul 8, 2010 · 3 comments
Closed

Bug in playing audio files in love.audio in LOVE #26

slime73 opened this issue Jul 8, 2010 · 3 comments
Labels
bug Something isn't working

Comments

@slime73
Copy link
Member

slime73 commented Jul 8, 2010

Original report by rmn_rmn (Bitbucket: rmn_rmn, ).


Hello,
I face strange behavior of love.audio while playing audio files: when I use the keyword "static", for instance,

#!lua
src1=love.audio.newSource("sample.ogg","static")
love.audio.play(src1)

everything is ok, but without "static" song refuses to run after first launch. After changing song it plays for the first time and then stuck again. I tried both .ogg and .mp3 with the same results.
My OS is Ubuntu 10.04, LOVE v.0.6.2, Lua 5.1.4

@slime73
Copy link
Member Author

slime73 commented Jul 11, 2010

Original comment by Bart van Strien (Bitbucket: bartbes, GitHub: bartbes).


Do you mean they don't play twice at the same time?

@slime73
Copy link
Member Author

slime73 commented Jul 20, 2010

Original comment by Anonymous.


I'd consider this a duplicate of #10.

@slime73
Copy link
Member Author

slime73 commented Jul 20, 2010

Original comment by Bart van Strien (Bitbucket: bartbes, GitHub: bartbes).


Yeah, thought so too, but maybe it was as easy as a repeat not set.

Duplicate of #5.

@slime73 slime73 closed this as completed Jul 20, 2010
@slime73 slime73 added major bug Something isn't working labels Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant