Skip to content

Commit

Permalink
Merge pull request #203 from chris-rudmin/updates
Browse files Browse the repository at this point in the history
Updates libs and packages
  • Loading branch information
chris-rudmin committed May 7, 2020
2 parents 757f583 + 383e51d commit f3fe542
Show file tree
Hide file tree
Showing 20 changed files with 262,324 additions and 187,921 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8.9.1
- image: circleci/node:12.16.3

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[submodule "opus"]
path = opus
url = https://git.xiph.org/opus.git
branch = v1.3
url = https://gitlab.xiph.org/xiph/opus.git
branch = v1.3.1
[submodule "speexdsp"]
path = speexdsp
url = https://git.xiph.org/speexdsp.git
branch = SpeexDSP-1.2rc3
url = https://gitlab.xiph.org/xiph/speexdsp.git
branch = SpeexDSP-1.2.0
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $(LIBOPUS_DIR)/autogen.sh $(LIBSPEEXDSP_DIR)/autogen.sh:

$(LIBOPUS_OBJ): $(LIBOPUS_DIR)/autogen.sh
cd $(LIBOPUS_DIR); ./autogen.sh
cd $(LIBOPUS_DIR); emconfigure ./configure --disable-extra-programs --disable-doc --disable-intrinsics --disable-rtcd
cd $(LIBOPUS_DIR); emconfigure ./configure --disable-extra-programs --disable-doc --disable-intrinsics --disable-rtcd
cd $(LIBOPUS_DIR); emmake make

$(LIBSPEEXDSP_OBJ): $(LIBSPEEXDSP_DIR)/autogen.sh
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ A javascript library to encode the output of Web Audio API nodes in Ogg Opus or

#### Libraries Used

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

#### Required Files

Expand Down
Loading

0 comments on commit f3fe542

Please sign in to comment.