Alex Szpakowski
|
8b51dc831d
Work around occasional pops in streaming sources on iOS, by making the streaming source update code more like what was there in 0.10.x.
|
6 years ago |
Alex Szpakowski
|
8f0686c204
Code style cleanup.
|
6 years ago |
Alex Szpakowski
|
9d4cb2a949
iOS: Fix Source:play+stop+play and Source:play+seek, for streaming sources. Resolves issue #1484.
|
6 years ago |
Alex Szpakowski
|
14abf2c9e8
Move source seeking from Source::playAtomic to prepareAtomic. Fixes love.audio.play(sources) for sources which had seek() called before the play call.
|
6 years ago |
Alex Szpakowski
|
276bdd1dbf
iOS: fix audio clicks immediately after playing a source. Resolves issue #1485.
|
6 years ago |
Alex Szpakowski
|
0752f27bdf
Update copyright year for 2019
|
6 years ago |
Alex Szpakowski
|
3949fde802
Fix querying the default audio recording device, some Source code style cleanups.
|
7 years ago |
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 |