Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rudmin committed Jun 5, 2021
1 parent d85bd6f commit 99daeb4
Show file tree
Hide file tree
Showing 13 changed files with 575 additions and 1,679 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $(LIBOPUS_OBJ): $(LIBOPUS_DIR)/autogen.sh

$(LIBSPEEXDSP_OBJ): $(LIBSPEEXDSP_DIR)/autogen.sh
cd $(LIBSPEEXDSP_DIR); ./autogen.sh
cd $(LIBSPEEXDSP_DIR); emconfigure ./configure --disable-examples
cd $(LIBSPEEXDSP_DIR); emconfigure ./configure --disable-examples --disable-neon
cd $(LIBSPEEXDSP_DIR); emmake make

$(LIBOPUS_ENCODER): $(LIBOPUS_ENCODER_SRC) $(LIBOPUS_OBJ) $(LIBSPEEXDSP_OBJ)
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.39.14
- speexDSP: 1.2.0 compiled with emscripten 1.39.14
- Libopus: v1.3.1 compiled with emscripten 2.0.23
- speexDSP: 1.2.0 compiled with emscripten 2.0.23

#### Required Files

Expand Down
Loading

0 comments on commit 99daeb4

Please sign in to comment.