rcoaxil
|
b757a0534e
pull request feedback addressed
|
8 years ago |
raidho36
|
10710d3428
queueData now returns success state, couple bug fixes
|
9 years ago |
raidho36
|
7934bfaf7f
ported TYPE_QUEUE Source from default to minor
|
9 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 |
Bart van Strien
|
7e44034757
Add a MutexRef class to clean up Mutex handling code
|
10 years ago |
Alex Szpakowski
|
f29567160a
Fixed love.audio.stop() not rewinding streaming Sources.
|
10 years ago |
Alex Szpakowski
|
ebc68023a7
Fix many warnings about implicit integer conversions when compiling for 64 bits.
|
10 years ago |
Alex Szpakowski
|
85de3c41fb
Initial iOS implementation.
|
10 years ago |
Alex Szpakowski
|
c7b45b3505
Updated copyright for the new year
|
10 years ago |
Alex Szpakowski
|
d6cd2e2e7e
Prettied up some code.
|
11 years ago |
Alex Szpakowski
|
de1f105e40
the AL_SOFT_direct_channels OpenAL extension shouldn't be required for compilation
|
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
|
95eedcd1be
Using auto for some iterators for less dense-looking code
|
12 years ago |
Alex Szpakowski
|
f7ca9ef557
Fixed race condition in Source:play (thanks Boolsheet)
|
12 years ago |
Alex Szpakowski
|
4c616e409b
Renamed ParticleSystem:count, Channel:count, and all getNum* functions to get*Count (issue #602)
|
12 years ago |
Bart van Strien
|
3d0c5761ce
Merge in default, update changelog
|
12 years ago |
Alex Szpakowski
|
96161c66f6
Updated copyright text for the new year
|
12 years ago |
Bart van Strien
|
399a6a6614
Merge in channels from love-experiments
|
13 years ago |
Bart van Strien
|
7793e7f02f
CRLF to LF
|
13 years ago |
rude
|
81c38e22d0
Applied the new style guidelines.
|
13 years ago |
Boolsheet
|
ee1b679639
Use OpenAL's direct channel features, should improve audio quality
|
13 years ago |
Bill Meltsner
|
be55579a22
Happy New Year, have an enormous diff
|
13 years ago |
Bart van Strien
|
0aae9684b3
Automated formatting fix
|
13 years ago |
Bart van Strien
|
fafe472595
Prevent working with an invalid iterator (issue #331)
|
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 |