An Android library to record audio stream played by Exoplayer
+
An Android library to record audio stream played by Exoplayer
#### Works on top of [ExoPlayer](https://exoplayer.dev)
-Because this library uses coroutine, it currently supports only kotlin. Make sure your app is
+Because this library uses coroutine, it currently only supports [Kotlin](https://kotlinlang.org). Make sure your app is
implementing the latest coroutine library:
```gradle
@@ -117,7 +116,8 @@ the steaming feed that's going to be played.
Even though storing audio recording in a raw wave format might conserve the true quality and bitrate of the original stream,
it's not truly efficient for normal consumption. ExoRecord provides optional modules for converting these wave files into other
-encoding.
+encoding. Be sure to use the latest distribution method from google ( [App bundles](https://developer.android.com/platform/technology/app-bundle) )
+to avoid huge size gains on your application if you use this method. Split apk distribution can also be applied
### ExoRecordOGG
This module can convert any wave file into ogg file format.