@babblevoice/projectrtp 2.5.34 → 2.5.35

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
@@ -60,7 +60,7 @@ If you wish to build outsode of a Docker image, there are npm target scripts for
60
60
 
61
61
  ```bash
62
62
  docker buildx prune
63
- docker buildx build --platform linux/amd64,linux/arm64 -t tinpotnick/projectrtp:2.5.29 . --push
63
+ docker buildx build --platform linux/amd64,linux/arm64 -t tinpotnick/projectrtp:2.5.35 . --push
64
64
  ```
65
65
 
66
66
  ## Example scripts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babblevoice/projectrtp",
3
- "version": "2.5.34",
3
+ "version": "2.5.35",
4
4
  "description": "A scalable Node addon RTP server",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -1265,7 +1265,7 @@ void projectrtpchannel::senddtmf( void ) {
1265
1265
  return;
1266
1266
  }
1267
1267
 
1268
- const char volume = 15;
1268
+ const char volume = 10;
1269
1269
  const char endofevent = 0x80;
1270
1270
 
1271
1271
  rtppacket *dst = this->gettempoutbuf();