Sasha Szpakowski
|
c823dbca96
Update copyright year for 2023
|
před 2 roky |
Alex Szpakowski
|
8e7fd10b6f
Update copyright year for 2022
|
před 3 roky |
Alex Szpakowski
|
f89aabb0bb
Update copyright year for 2021
|
před 4 roky |
Alex Szpakowski
|
fc4847c69d
Update copyright for the new year
|
před 5 roky |
Alex Szpakowski
|
38cb56f168
Use doubles instead of floats for the time argument in Source:seek. This probably won't affect anything meaningfully, but in theory it's more precise.
|
před 6 roky |
Alex Szpakowski
|
33186430af
Simplify Source playback offset tracking to only store the integer sample offset, and convert to seconds when requested.
|
před 6 roky |
Alex Szpakowski
|
0752f27bdf
Update copyright year for 2019
|
před 6 roky |
Bart van Strien
|
e80247c191
Happy new year! ✨
|
před 7 roky |
Alex Szpakowski
|
bf6983beac
Rename Source/SoundData/Decoder:getChannels to getChannelCount (resolves issue #1307). Deprecate the old methods rather than completely removing them.
|
před 8 roky |
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.
|
před 8 roky |
Alex Szpakowski
|
2b876d33ff
Attempt to fix VS2013 compilation error; fix a couple logic errors in the audio Source implementation.
|
před 8 roky |
raidho36
|
8737e2e70f
C++11 VLA usage removed, prettifyed naming.
|
před 8 roky |
raidho36
|
157d94fae3
Effects re-made to operate on literal names instead of numerical indices.
|
před 8 roky |
Bart van Strien
|
03b863d788
Simplify love.audio's Pool class
|
před 8 roky |
Alex Szpakowski
|
7b6e1523b4
Very minor style cleanup
|
před 8 roky |
Bart van Strien
|
cbaf9e047b
Merged in rcoaxil/love-patches/minor (pull request #75)
|
před 8 roky |
Raidho
|
94b4d2bdef
naming updated, Filters patched up
|
před 8 roky |
Alex Szpakowski
|
abb72cb813
Happy new year! 🥂
|
před 8 roky |
Raidho
|
e60f3c6cda
EFX implemented
|
před 8 roky |
Raidho
|
332ba76e62
Implement audio filters
|
před 8 roky |
Raidho
|
87f0b2811e
Microphone input implemented.
|
před 8 roky |
Alex Szpakowski
|
0653ec9564
Address some compiler warnings about implicit integer conversions.
|
před 8 roky |
Alex Szpakowski
|
a844c16657
Simplified Source constructors.
|
před 8 roky |
rcoaxil
|
38a6176665
issues addressed
|
před 8 roky |
rcoaxil
|
00c02adcd0
issues addressed
|
před 8 roky |
rcoaxil
|
b757a0534e
pull request feedback addressed
|
před 8 roky |
raidho36
|
10710d3428
queueData now returns success state, couple bug fixes
|
před 8 roky |
raidho36
|
7934bfaf7f
ported TYPE_QUEUE Source from default to minor
|
před 8 roky |
Bart van Strien
|
55aa09bb42
Allow seeking all paused sources (fixes #1152)
|
před 9 roky |
Bart van Strien
|
f76879c6b7
New audio playback API
|
před 9 roky |