1. 01 Apr, 2020 1 commit
    • Remove passthrough from MediaCodecInfo · 78c103e7
      Selection of a passthrough codec will rarely (if ever) need to be customized, so
      remove this capability from MediaCodecInfo.
      
      Applications can still customize whether passthrough is used by overriding
      MediaCodecAudioRenderer.usePassthrough, which now also checks for a passthrough
      codec.
      
      #exo-offload
      
      PiperOrigin-RevId: 303964682
      krocard committed
  2. 31 Mar, 2020 4 commits
  3. 30 Mar, 2020 12 commits
  4. 27 Mar, 2020 22 commits
  5. 25 Mar, 2020 1 commit
    • Resample float audio to 16-bit by default to enable audio processing · 2555fb36
      This is less confusing than having audio processing functionality (e.g., playback
      speed adjustment) just "not work" for some pieces of media.
      
      If this change is merged, I will update #6749 to also track making DefaultAudioSink
      intelligently enable/disable float output depending on how the audio processors are
      configured.
      
      Issue: #7134
      PiperOrigin-RevId: 302871568
      olly committed