1. 11 Jul, 2011 20 commits
  2. 10 Jul, 2011 14 commits
  3. 09 Jul, 2011 5 commits
  4. 08 Jul, 2011 1 commit
    • Rémi Denis-Courmont's avatar
      Mix 16-bits PCM instead of fixed-point if input is 16-bits or less · bfe9c3c7
      Rémi Denis-Courmont authored
      Audio output should be more efficient on FPU-less devices.
      Firstly the mixer should be faster with 16-bits instead of 32.
      Secondly FPU-less systems usually output at 16-bits, so one sample
      format conversion between the mixer and the output is now avoided.
      Thirdly conversion from input format to the mixer format should
      similarly be completely avoided or at least accelerated.
      bfe9c3c7