WindSekirun / NaraeAudioRecorder

AudioRecorder for Android powered by Kotlin
Apache License 2.0
91 stars 20 forks source link

Extend number of core formats with supported by native Android APIs #21

Open PatrykMis opened 2 years ago

PatrykMis commented 2 years ago

Android 4.4+ supports FLAC, M4A and OGG natively (MediaFormat and MediaCodec).

Great working implementation is done e.g. in BCR project.

andrea-liu87 commented 1 year ago

Requested this feature as well