AudioContext 不允许启动错误

时间:2021-06-13 09:58:42

标签: firebase google-chrome audio-streaming

我正在尝试打开链接 - https://www.tryquinn.com/detail/598
在 chrome->inspect->console 中,我看到以下错误:

   It looks like you're using the development build of the Firebase JS SDK.
    When deploying Firebase apps to production, it is advisable to only import
    the individual SDK components you intend to use.
    
    For the module builds, these are available in the following manner
    (replace <PACKAGE> with the name of a component - i.e. auth, database, etc):
    
    CommonJS Modules:
    const firebase = require('firebase/app');
    require('firebase/<PACKAGE>');
    
    ES Modules:
    import firebase from 'firebase/app';
    import 'firebase/<PACKAGE>';
    
    Typescript:
    import * as firebase from 'firebase/app';
    import 'firebase/<PACKAGE>';

_____________
The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. 

_______________
Animated: `useNativeDriver` is not supported because the native animated module is missing. Falling back to JS-based animation. To resolve this, add `RCTAnimation` module to this app, or remove `useNativeDriver`. More info: https://github.com/facebook/react-native/issues/11094#issuecomment-263240420

这可能是什么原因?是因为镀铬吗?有没有浏览器
哪个可以播放这个网站上的音频?

0 个答案:

没有答案