sip-lab 1.12.28 → 1.12.30

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
@@ -32,24 +32,27 @@ This might fail if you don't have the required tools and libraries.
32
32
 
33
33
  If this happens try installing them by doing:
34
34
  ```
35
- apt install build-essential automake autoconf libtool libspeex-dev libopus-dev libsdl2-dev libavdevice-dev libswscale-dev libv4l-dev libopencore-amrnb-dev libopencore-amrwb-dev libvo-amrwbenc-dev libopus-dev libsdl2-dev libopencore-amrnb-dev libopencore-amrwb-dev libvo-amrwbenc-dev libboost-dev libtiff-dev libpcap-dev libssl-dev uuid-dev cmake
36
- ```
37
-
35
+ apt install build-essential automake autoconf libtool libspeex-dev libopus-dev libsdl2-dev libavdevice-dev libswscale-dev libv4l-dev libopencore-amrnb-dev libopencore-amrwb-dev libvo-amrwbenc-dev libvo-amrwbenc-dev libboost-dev libtiff-dev libpcap-dev libssl-dev uuid-dev cmake
38
36
  ```
39
37
 
40
38
  To test from within this repo you will need to download and build dependencies. Do:
41
39
  ```
42
40
  ./build_deps.sh
43
41
  ```
42
+
44
43
  Then build the node addon by doing:
45
44
  ```
46
- npm install
45
+ npx node-gyp configure
46
+ npx node-gyp build
47
47
  ```
48
+
48
49
  And run some sample script from subfolder samples:
49
50
  ```
50
- node samples/simple.js
51
+ node samples/simple.js
51
52
  ```
53
+
52
54
  The above script has detailed comments.
55
+
53
56
  Please read it to undestand how to write your own test scripts.
54
57
 
55
58
  ### About the code
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "sip-lab",
3
- "version": "1.12.28",
3
+ "version": "1.12.30",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "engines": {
7
- "node": ">=10.22"
7
+ "node": ">=15.0.0"
8
8
  },
9
9
  "scripts": {
10
10
  "install": "node-gyp-build",
Binary file
Binary file