Using "standardized-audio-context" to fix compatibility of AudioContext with Safari.

This commit is contained in:
David Négrier 2021-06-02 17:58:58 +02:00
parent d43633e936
commit 100198b55c
6 changed files with 41 additions and 61 deletions

View file

@ -46,7 +46,8 @@
"quill": "1.3.6",
"rxjs": "^6.6.3",
"simple-peer": "^9.6.2",
"socket.io-client": "^2.3.0"
"socket.io-client": "^2.3.0",
"standardized-audio-context": "^25.2.4"
},
"scripts": {
"start": "TS_NODE_PROJECT=\"tsconfig-for-webpack.json\" webpack serve --open",