Skip to content

Commit

Permalink
Merge pull request #216 from chris-rudmin/emscripten
Browse files Browse the repository at this point in the history
Update emscripten version
  • Loading branch information
chris-rudmin committed Jul 21, 2020
2 parents 24004fe + caba028 commit 4364022
Show file tree
Hide file tree
Showing 14 changed files with 981 additions and 294,010 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
INPUT_DIR=./src
OUTPUT_DIR=./dist
OUTPUT_DIR_UNMINIFIED=./dist-unminified
EMCC_OPTS=-O3 --llvm-lto 1 -s NO_DYNAMIC_EXECUTION=1 -s NO_FILESYSTEM=1
EMCC_OPTS=-O3 -s NO_DYNAMIC_EXECUTION=1 -s NO_FILESYSTEM=1
DEFAULT_EXPORTS:='_malloc','_free'

LIBOPUS_ENCODER_SRC=$(INPUT_DIR)/encoderWorker.js
Expand Down Expand Up @@ -49,7 +49,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 --disable-stack-protector
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.1 compiled with emscripten 1.38.48
- speexDSP: 1.2.0 compiled with emscripten 1.38.48
- Libopus: v1.3.1 compiled with emscripten 1.39.14
- speexDSP: 1.2.0 compiled with emscripten 1.39.14

#### Required Files

Expand Down

0 comments on commit 4364022

Please sign in to comment.