Commit History

Author SHA1 Message Date
  Alex Szpakowski f89aabb0bb Update copyright year for 2021 4 years ago
  Alex Szpakowski fc4847c69d Update copyright for the new year 5 years ago
  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. 6 years ago
  Alex Szpakowski 3c77edb68b Fix modplug-decoded streaming Sources when looping repeatedly, and when stop() is called on them. Resolves issue #1493. 6 years ago
  Alex Szpakowski 33186430af Simplify Source playback offset tracking to only store the integer sample offset, and convert to seconds when requested. 6 years ago
  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