gpt4 book ai didi

javascript - PhpStorm 无法识别网络音频 api

转载 作者:行者123 更新时间:2023-12-02 14:26:28 24 4
gpt4 key购买 nike

我目前正在 JavaScript 项目中使用网络音频 API,但我的 IDE (PhpStorm) 无法识别它的任何功能:

screenshot: unresolved type

所以我开始寻找一些要安装的库定义(在首选项/语言和框架/JavaScript/库中)并发现了以下内容:

https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/webaudioapi

但是安装后,情况并没有好转:

screenshot: interface can not be instantiated

我做错了什么或者有其他方法可以在 PhpStorm 中使用网络音频 api 吗?

最佳答案

问题是 AudioContextwaa.d.ts 中的一个接口(interface)。并且接口(interface)不能使用 new() 运算符实例化。

我建议改用 lib.es6.d.ts - 它包含 WebAudio API 的正确 stub 。只需将 \plugins\JavaScriptLanguage\typescriptCompiler\external\lib.es6.d.ts 作为 JavaScript 库添加到您的项目

关于javascript - PhpStorm 无法识别网络音频 api,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38204304/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com