Page 6 of 6

Re: TEsound - simple, easy sound/music manager

Posted: Sun Oct 11, 2015 1:21 pm
by SiENcE
I don't think so. You can still use the LÖVE api, but LÖVE only supports https://www.love2d.org/wiki/SoundData:getDuration

Re: TEsound - simple, easy sound/music manager

Posted: Sun Oct 11, 2015 1:25 pm
by Nixola
Actually, LÖVE also supports [wiki]Source:tell[/wiki].

Re: TEsound - simple, easy sound/music manager

Posted: Tue Nov 01, 2016 4:10 pm
by D0NM
Hey, good TEsound users!

Now playing some text .XM module and see
~1 second of silence every loop...

Has anyone noticed a 1-second delay between tracks' loops? How to fix it?

It must be some xm. re-reading/rebuffering thing.

Re: TEsound - simple, easy sound/music manager

Posted: Mon Nov 21, 2016 4:11 am
by Pyuu
The download on the dropbox returns a 404. :o:

Re: TEsound - simple, easy sound/music manager

Posted: Mon Nov 21, 2016 6:48 am
by zorg
This is technically deprecated, which is the worst kind, since no one really knows about its status of being deprecated. :3
(not to mention that i might be wrong in saying it's deprecated, but i'm pretty sure it kinda is)

Re: TEsound - simple, easy sound/music manager

Posted: Mon Nov 21, 2016 11:02 am
by easy82
Here's a list of Love2D libraries you might be interested:
https://github.com/love2d-community/awesome-love2d

Re: TEsound - simple, easy sound/music manager

Posted: Sat Nov 04, 2023 6:31 pm
by respectableman
I found this in play function

table.insert(TEsound.channels, { love.audio.newSource(sound, sourceType), func, {volume or 1, pitch or 1}, tags=(type(tags) == "table" and tags or {tags}) })

Why does it creates newSource every time I call play?

Re: TEsound - simple, easy sound/music manager

Posted: Sun Nov 05, 2023 6:35 am
by zorg
respectableman wrote: Sat Nov 04, 2023 6:31 pm I found this in play function

table.insert(TEsound.channels, { love.audio.newSource(sound, sourceType), func, {volume or 1, pitch or 1}, tags=(type(tags) == "table" and tags or {tags}) })

Why does it creates newSource every time I call play?
The library is old as heck and unmaintained, consider not using it.