Alex Szpakowski
|
abb72cb813
Happy new year! 🥂
|
8 years ago |
Raidho
|
332ba76e62
Implement audio filters
|
8 years ago |
Alex Szpakowski
|
0653ec9564
Address some compiler warnings about implicit integer conversions.
|
8 years ago |
rcoaxil
|
71326564f0
removed some more trailing spaces
|
8 years ago |
rcoaxil
|
38a6176665
issues addressed
|
8 years ago |
rcoaxil
|
b757a0534e
pull request feedback addressed
|
8 years ago |
raidho36
|
10710d3428
queueData now returns success state, couple bug fixes
|
8 years ago |
raidho36
|
7934bfaf7f
ported TYPE_QUEUE Source from default to minor
|
8 years ago |
Bart van Strien
|
f76879c6b7
New audio playback API
|
9 years ago |
Alex Szpakowski
|
46a2e7b85c
Happy new year! 🎉
|
9 years ago |
Alex Szpakowski
|
0558fcdbd4
Added Source:getDuration (thanks Boolsheet!)
|
9 years ago |
Alex Szpakowski
|
a7e4148869
Merged default into minor
|
10 years ago |
Alex Szpakowski
|
c7b45b3505
Updated copyright for the new year
|
10 years ago |
Alex Szpakowski
|
60cd1456ea
Merged default into minor
|
11 years ago |
Alex Szpakowski
|
a49c2a88c1
Increased robustness of audio module initialization (see issue #646.) Also changed Source:play to return a boolean indicating success.
|
11 years ago |
Alex Szpakowski
|
b1edf5e7bf
Added Source:getType, removed Source:isStatic (resolves issue #776)
|
11 years ago |
Alex Szpakowski
|
3120a0e650
Goodbye 2013, hello 2014!
|
11 years ago |
Alex Szpakowski
|
e6f2d4f1ac
Added Source:clone() and love.audio.newSource(source): creates a new (stopped) Source which has all of the settable state of the original.
|
11 years ago |
Alex Szpakowski
|
b57256b3e5
Renamed Source:setRelativePosition and Source:hasRelativePosition to Source:setRelative and Source:isRelative. Updated changelog.
|
11 years ago |
Alex Szpakowski
|
cf6acfa258
Added Source:getChannels. Positional/directional audio only works with 1-channel (mono) sources.
|
11 years ago |
Alex Szpakowski
|
13ea750454
Added Source:setCone(innerAngle, outerAngle, outerVolume). Resolves issue #643.
|
12 years ago |
Alex Szpakowski
|
7f3cd7f044
Added Source:setRelativePosition and Source:hasRelativePosition, if enabled the Source's position will always be relative to the listener instead of absolute.
|
12 years ago |
Alex Szpakowski
|
96161c66f6
Updated copyright text for the new year
|
12 years ago |
Bart van Strien
|
7793e7f02f
CRLF to LF
|
13 years ago |
rude
|
81c38e22d0
Applied the new style guidelines.
|
13 years ago |
Bill Meltsner
|
be55579a22
Happy New Year, have an enormous diff
|
13 years ago |
Jonathan Giroux
|
36a93e46c7
Add control to the sound attenuation by distance.
|
13 years ago |
Bart van Strien
|
0aae9684b3
Automated formatting fix
|
13 years ago |
Bart van Strien
|
c28659ae33
Rework source updates, do clean stopping of streaming sources once they end. (bug #295)
|
14 years ago |
Bart van Strien
|
404a3d529c
Make seek and tell thread-safe (bug #245)
|
14 years ago |