Sivan Zheng

Results 4 issues of Sivan Zheng

在做一个网页端的录音功能 使用AudioContext录制 在Chrome 以及其他安卓手机上录音功能都正常 最新版的Safari录制出来的声音就会变成滴答滴答滴答的声音 使用Recorder录制在新版本的Safari上也出现这样的问题 请问有什么解决的方法吗?

![屏幕快照 2019-06-05 15 18 27](https://user-images.githubusercontent.com/23274663/58937516-34668b80-87a5-11e9-99fc-d8c787b5ef8c.png)

通过 ```shell $ npx @ovine/init@^0.1.0 init my-app ``` 进行初始化之后, ```shell $ yarn install $ yarn start ``` 启动后的界面异常

This is my tsconfig.json file ```json { "compilerOptions": { "target": "es2018", "module": "CommonJS", "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "moduleResolution": "node", },...