1. 19 Apr, 2015 1 commit
  2. 29 Aug, 2014 1 commit
  3. 03 Jan, 2014 3 commits
  4. 12 Oct, 2013 1 commit
  5. 30 Aug, 2013 1 commit
  6. 04 May, 2013 1 commit
  7. 12 Feb, 2013 5 commits
  8. 18 Jan, 2013 2 commits
  9. 08 Jan, 2013 2 commits
    • Justin Ruggles's avatar
    • Justin Ruggles's avatar
      lavr: mix: reduce the mixing matrix when possible · 4164b0e8
      Justin Ruggles authored
      If the matrix results in an output channel not getting a contribution
      from any input channel and the corresponding input channel does not
      contribute to any outputs, we can skip the channel during mixing and
      silence it after mixing.
      
      If the matrix results in an input channel not contributing to any output
      channels and it is not in the output mix, or if the input channel only
      contributes fully to the same output channel, we can skip the channel
      during mixing.
      
      If the matrix results in an output channel only getting full
      contribution from the corresponding input channel and that input channel
      does not contribute to any other output channels, we can skip the
      channel during mixing.
      4164b0e8
  10. 17 Dec, 2012 1 commit
  11. 15 Dec, 2012 1 commit
  12. 11 Dec, 2012 1 commit
    • Justin Ruggles's avatar
      lavr: temporarily store custom matrix in AVAudioResampleContext · 14758e32
      Justin Ruggles authored
      This allows AudioMix to be treated the same way as other conversion contexts
      and removes the requirement to allocate it at the same time as the
      AVAudioResampleContext.
      
      The current matrix get/set functions are split between the public interface
      and AudioMix private functions.
      14758e32
  13. 15 Aug, 2012 1 commit
  14. 14 Aug, 2012 1 commit
  15. 04 Aug, 2012 1 commit
  16. 08 Jul, 2012 1 commit
  17. 18 Jun, 2012 1 commit
  18. 29 May, 2012 1 commit
  19. 01 May, 2012 1 commit
  20. 25 Apr, 2012 1 commit
    • Justin Ruggles's avatar
      Add libavresample · c8af852b
      Justin Ruggles authored
      This is a new library for audio sample format, channel layout, and sample rate
      conversion.
      c8af852b