react-native-compressor 1.8.5 → 1.8.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -401,7 +401,7 @@ await clearCache(); // this will clear cache of thumbnails cache directory
401
401
  - ###### `quality: qualityType` (default: medium)
402
402
  we can also control bitrate through quality. qualityType can be `low` | `medium` | `high`
403
403
 
404
- **Note: Audio compression will be add soon**
404
+ **Note: manual bitrate, samplerate etc will add soon**
405
405
 
406
406
  ## Background Upload
407
407
 
@@ -415,8 +415,8 @@ type FileSystemUploadOptions = (
415
415
  uploadType?: FileSystemUploadType.BINARY_CONTENT,
416
416
  }
417
417
  | {
418
- uploadType: FileSystemUploadType.MULTIPART,
419
- fieldName?: string,
418
+ uploadType: FileSystemUploadType.MULTIPART, // will add soon
419
+ fieldName?: string, // will add soon
420
420
  mimeType?: string,
421
421
  parameters?: Record<string, string>,
422
422
  }
@@ -100,6 +100,7 @@ android {
100
100
  repositories {
101
101
  mavenCentral()
102
102
  google()
103
+ maven { url "https://jitpack.io" }
103
104
  }
104
105
 
105
106
  def kotlin_version = getExtOrDefault("kotlinVersion")
@@ -116,6 +117,8 @@ dependencies {
116
117
  implementation "com.googlecode.mp4parser:isoparser:1.0.6"
117
118
 
118
119
  implementation 'io.github.lizhangqu:coreprogress:1.0.2'
120
+ implementation 'com.github.banketree:AndroidLame-kotlin:v0.0.1'
121
+ implementation 'javazoom:jlayer:1.0.1'
119
122
  }
120
123
 
121
124
  if (isNewArchitectureEnabled()) {