Skip to content

use native MediaCodec and MediaFormat instead of reinventing the wheel by using unmaintained and outdated implementations

  • JavaFlacEncoder is almost 5-years-old
  • native implementations works faster and are more reliable (CPU/RAM/battery usage)

Etc. Documentation:

Edited by Patryk Miś