Alex Szpakowski
|
4faddcd9aa
Fixed some trivial compiler warnings
|
11 years ago |
Alex Szpakowski
|
33f12a6091
Source:play now returns false if alSourcePlay failed
|
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
|
3120a0e650
Goodbye 2013, hello 2014!
|
11 years ago |
Alex Szpakowski
|
4d1846b745
Removed love.audio.newSource(source) (see issue #319)
|
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
|
66a773d2a7
Renamed Decoder:getBits to Decoder:getBitDepth (see issue #636)
|
12 years ago |
Bart van Strien
|
882313551c
Rename SoundData:getBits to getBitDepth (resolve #636)
|
12 years ago |
Bart van Strien
|
ad8e0da351
Fix source reset, specifically audio wasn't always updating the AL_LOOPING flag
|
12 years ago |
Bart van Strien
|
5d2b20a662
Apply patch that fixes "random" looping of streaming sources (issue #630)
|
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 |
Bart van Strien
|
f62bad6e12
Make sure processed is initialized, for when alGetSourcei errors (bug #442)
|
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
|
caf46ad430
Prevent infinite loop when destroying sources (issue #250)
|
14 years ago |
Bart van Strien
|
8f9a4ef15d
Improve stop and rewind logic for openal
|
14 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
|
0d174cfb81
Fix compiler warnings
|
14 years ago |
Bart van Strien
|
c47a7c563b
REALLY fix stopping sources
|
14 years ago |
Bart van Strien
|
0b0d8fe3e5
Unbreak stop (issue #250)
|
14 years ago |
Bart van Strien
|
03f60e2bf3
Unbuffer when rewinding streaming sources (bug #250)
|
14 years ago |
Bart van Strien
|
416370b595
Improve Source controls
|
14 years ago |
Bart van Strien
|
69f12bf899
Another fix for seeking in audio sources
|
14 years ago |