Search found 1 match

by respectableman
Sat Nov 04, 2023 6:31 pm
Forum: Libraries and Tools
Topic: TEsound - simple, easy sound/music manager
Replies: 57
Views: 72754

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?