@imcooder/opuslib 2.4.2 → 2.4.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @imcooder/opuslib
2
2
 
3
+ [![NPM version](https://img.shields.io/npm/v/@imcooder/opuslib.svg)](https://npmjs.com/package/@imcooder/opuslib)
4
+ [![NPM downloads](https://img.shields.io/npm/dm/@imcooder/opuslib.svg)](https://npmjs.com/package/@imcooder/opuslib)
5
+ [![License](https://img.shields.io/npm/l/@imcooder/opuslib.svg)](https://npmjs.com/package/@imcooder/opuslib)
6
+
3
7
  **Opus 1.6 audio encoding for React Native and Expo**
4
8
 
5
9
  > **Fork Notice:** This project is forked from [Scdales/opuslib](https://github.com/Scdales/opuslib). We've made the following enhancements:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imcooder/opuslib",
3
- "version": "2.4.2",
3
+ "version": "2.4.3",
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",