Skip to content

Commit

Permalink
Merge pull request #242 from chris-rudmin/bugFix
Browse files Browse the repository at this point in the history
Fix usage of array concat
  • Loading branch information
chris-rudmin committed Jul 27, 2021
2 parents d85bd6f + 99daeb4 commit f7490eb
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 f7490eb

Please sign in to comment.