Skip to content

Commit 99daeb4

Browse files
committed
Update build
1 parent d85bd6f commit 99daeb4

13 files changed

+575
-1679
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $(LIBOPUS_OBJ): $(LIBOPUS_DIR)/autogen.sh
5454

5555
$(LIBSPEEXDSP_OBJ): $(LIBSPEEXDSP_DIR)/autogen.sh
5656
cd $(LIBSPEEXDSP_DIR); ./autogen.sh
57-
cd $(LIBSPEEXDSP_DIR); emconfigure ./configure --disable-examples
57+
cd $(LIBSPEEXDSP_DIR); emconfigure ./configure --disable-examples --disable-neon
5858
cd $(LIBSPEEXDSP_DIR); emmake make
5959

6060
$(LIBOPUS_ENCODER): $(LIBOPUS_ENCODER_SRC) $(LIBOPUS_OBJ) $(LIBSPEEXDSP_OBJ)

README.md

+2-2
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.1 compiled with emscripten 1.39.14
9-
- speexDSP: 1.2.0 compiled with emscripten 1.39.14
8+
- Libopus: v1.3.1 compiled with emscripten 2.0.23
9+
- speexDSP: 1.2.0 compiled with emscripten 2.0.23
1010

1111
#### Required Files
1212

0 commit comments

Comments
 (0)