react-native-compressor 1.10.1 → 1.10.3
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.
|
@@ -2,8 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
import Foundation
|
|
4
4
|
import AVFoundation
|
|
5
|
+
import CoreAudioTypes
|
|
5
6
|
|
|
6
|
-
//
|
|
7
|
+
// TODO: need to add a support for check if this is not defined in the coreaudio types
|
|
8
|
+
let kAudioFormatAPAC: UInt32 = 1634754915 // 'apac'
|
|
7
9
|
|
|
8
10
|
/// Session export errors.
|
|
9
11
|
public enum NextLevelSessionExporterError: Error, CustomStringConvertible {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-compressor",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.3",
|
|
4
4
|
"description": "Compress Image, Video, and Audio same like Whatsapp & Auto/Manual Compression | Background Upload | Download File | Create Video Thumbnail",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|