Bart van Strien
|
e80247c191
Happy new year! ✨
|
7 years ago |
Alex Szpakowski
|
55822489cf
Fix resuming streaming sources. Resolves issue #1362.
|
7 years ago |
Alex Szpakowski
|
1f52abf619
Fix love.audio.play(staticsources) when the sources have been paused. Resolves issue #1363.
|
7 years ago |
Alex Szpakowski
|
bf6983beac
Rename Source/SoundData/Decoder:getChannels to getChannelCount (resolves issue #1307). Deprecate the old methods rather than completely removing them.
|
8 years ago |
Alex Szpakowski
|
5fc2190ce4
Rename love.audio.getEffectsList and Source:getEffectsList to getActiveEffects. They now return an empty table instead of nil when there are no active effects, as well.
|
8 years ago |
Bart van Strien
|
6f7fe0611b
Fix broken audio when attempting to stop or pause multiple sources, when not all of them were playing
|
8 years ago |
Alex Szpakowski
|
2b876d33ff
Attempt to fix VS2013 compilation error; fix a couple logic errors in the audio Source implementation.
|
8 years ago |
raidho36
|
16180a7e9b
That should be all.
|
8 years ago |
raidho36
|
8737e2e70f
C++11 VLA usage removed, prettifyed naming.
|
8 years ago |
raidho36
|
157d94fae3
Effects re-made to operate on literal names instead of numerical indices.
|
8 years ago |
Bart van Strien
|
03b863d788
Simplify love.audio's Pool class
|
8 years ago |
Alex Szpakowski
|
7b6e1523b4
Very minor style cleanup
|
8 years ago |
Bart van Strien
|
42b8249b60
Remove extra whitespace
|
8 years ago |
Bart van Strien
|
cbaf9e047b
Merged in rcoaxil/love-patches/minor (pull request #75)
|
8 years ago |
Raidho
|
94b4d2bdef
naming updated, Filters patched up
|
8 years ago |
Alex Szpakowski
|
abb72cb813
Happy new year! 🥂
|
8 years ago |
Raidho
|
e60f3c6cda
EFX implemented
|
8 years ago |
Raidho
|
332ba76e62
Implement audio filters
|
8 years ago |
Bart van Strien
|
67d3146229
Fix love.audio.play{sources...} so it can resume paused sources
|
8 years ago |
Bart van Strien
|
24a7a3d367
Merge minor into dynamiccore2
|
8 years ago |
Alex Szpakowski
|
99a3653d10
Merged in rcoaxil/love-patches/minor-mic-input (pull request #68)
|
8 years ago |
Alex Szpakowski
|
aeca14a35a
Merged in rcoaxil/love/minor (pull request #66)
|
8 years ago |
Bart van Strien
|
c761202486
Build type information on first use (load-time), instead of using a hardcoded list
|
8 years ago |
Raidho
|
87f0b2811e
Microphone input implemented.
|
8 years ago |
rcoaxil
|
3c413a293b
stray minus sign
|
8 years ago |
Alex Szpakowski
|
0653ec9564
Address some compiler warnings about implicit integer conversions.
|
8 years ago |
rcoaxil
|
9bed2ac33a
moved back update cycle constant looping override for static sources
|
8 years ago |
rcoaxil
|
b337e0ff6f
consistified seeking to invalid location behavior
|
8 years ago |
Alex Szpakowski
|
a844c16657
Simplified Source constructors.
|
8 years ago |
rcoaxil
|
71326564f0
removed some more trailing spaces
|
8 years ago |