talk.wasm : add audio pre-processing + bump memory

This commit is contained in:
Georgi Gerganov
2022-11-24 00:34:00 +02:00
parent be3b720f96
commit 37422ed733
4 changed files with 11 additions and 5 deletions

View File

@ -31,8 +31,8 @@ set_target_properties(${TARGET} PROPERTIES LINK_FLAGS " \
--bind \
-s USE_PTHREADS=1 \
-s PTHREAD_POOL_SIZE=8 \
-s INITIAL_MEMORY=1400MB \
-s TOTAL_MEMORY=1400MB \
-s INITIAL_MEMORY=1600MB \
-s TOTAL_MEMORY=1600MB \
-s FORCE_FILESYSTEM=1 \
-s EXPORTED_RUNTIME_METHODS=\"['print', 'printErr', 'ccall', 'cwrap']\" \
${EXTRA_FLAGS} \