@imcooder/opuslib 2.4.5 → 2.4.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.
@@ -37,3 +37,6 @@ target_include_directories(
37
37
  PRIVATE
38
38
  ${CMAKE_CURRENT_SOURCE_DIR}/../../../../thirdparty/opus-1.6/include
39
39
  )
40
+
41
+ # 16KB page size alignment (required by Google Play for Android 15+ devices)
42
+ target_link_options(opuslib-jni PRIVATE "-Wl,-z,max-page-size=16384")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imcooder/opuslib",
3
- "version": "2.4.5",
3
+ "version": "2.4.6",
4
4
  "description": "Opus 1.6 audio encoding for React Native and Expo with audio level metering and lifecycle events. Forked from Scdales/opuslib.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",