TEsound - simple, easy sound/music manager
Re: TEsound - simple, easy sound/music manager
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
Actually, LÖVE also supports [wiki]Source:tell[/wiki].
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
Re: TEsound - simple, easy sound/music manager
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.
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.
Our LÖVE Gamedev blog Zabuyaki (an open source retro beat 'em up game). Twitter: @Zabuyaki.
LÖVE & Lua Video Lessons in Russian / Видео уроки по LÖVE и Lua
LÖVE & Lua Video Lessons in Russian / Видео уроки по LÖVE и Lua
Re: TEsound - simple, easy sound/music manager
The download on the dropbox returns a 404.
- zorg
- Party member
- Posts: 3470
- Joined: Thu Dec 13, 2012 2:55 pm
- Location: Absurdistan, Hungary
- Contact:
Re: TEsound - simple, easy sound/music manager
This is technically deprecated, which is the worst kind, since no one really knows about its status of being deprecated.
(not to mention that i might be wrong in saying it's deprecated, but i'm pretty sure it kinda is)
(not to mention that i might be wrong in saying it's deprecated, but i'm pretty sure it kinda is)
Me and my stuff True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
Re: TEsound - simple, easy sound/music manager
Here's a list of Love2D libraries you might be interested:
https://github.com/love2d-community/awesome-love2d
https://github.com/love2d-community/awesome-love2d
-
- Prole
- Posts: 1
- Joined: Sat Nov 04, 2023 6:29 pm
Re: TEsound - simple, easy sound/music manager
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?
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?
- zorg
- Party member
- Posts: 3470
- Joined: Thu Dec 13, 2012 2:55 pm
- Location: Absurdistan, Hungary
- Contact:
Re: TEsound - simple, easy sound/music manager
The library is old as heck and unmaintained, consider not using it.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?
Me and my stuff True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
Who is online
Users browsing this forum: Bing [Bot] and 2 guests