Skip to content

Commit f3fe542

Browse files
authored
Merge pull request #203 from chris-rudmin/updates
Updates libs and packages
2 parents 757f583 + 383e51d commit f3fe542

20 files changed

+262324
-187921
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: circleci/node:8.9.1
10+
- image: circleci/node:12.16.3
1111

1212
# Specify service dependencies here if necessary
1313
# CircleCI maintains a library of pre-built images

.gitmodules

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[submodule "opus"]
22
path = opus
3-
url = https://git.xiph.org/opus.git
4-
branch = v1.3
3+
url = https://gitlab.xiph.org/xiph/opus.git
4+
branch = v1.3.1
55
[submodule "speexdsp"]
66
path = speexdsp
7-
url = https://git.xiph.org/speexdsp.git
8-
branch = SpeexDSP-1.2rc3
7+
url = https://gitlab.xiph.org/xiph/speexdsp.git
8+
branch = SpeexDSP-1.2.0

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $(LIBOPUS_DIR)/autogen.sh $(LIBSPEEXDSP_DIR)/autogen.sh:
4646

4747
$(LIBOPUS_OBJ): $(LIBOPUS_DIR)/autogen.sh
4848
cd $(LIBOPUS_DIR); ./autogen.sh
49-
cd $(LIBOPUS_DIR); emconfigure ./configure --disable-extra-programs --disable-doc --disable-intrinsics --disable-rtcd
49+
cd $(LIBOPUS_DIR); emconfigure ./configure --disable-extra-programs --disable-doc --disable-intrinsics --disable-rtcd
5050
cd $(LIBOPUS_DIR); emmake make
5151

5252
$(LIBSPEEXDSP_OBJ): $(LIBSPEEXDSP_DIR)/autogen.sh

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ A javascript library to encode the output of Web Audio API nodes in Ogg Opus or
55

66
#### Libraries Used
77

8-
- Libopus: v1.3 compiled with emscripten 1.38.21
9-
- speexDSP: 1.2RC3 compiled with emscripten 1.38.21
8+
- Libopus: v1.3.1 compiled with emscripten 1.38.48
9+
- speexDSP: 1.2.0 compiled with emscripten 1.38.48
1010

1111
#### Required Files
1212

0 commit comments

Comments
 (0)