fix casting after ctrl+f10
This commit is contained in:
parent
b25bc88790
commit
3a67ad3dcd
2 changed files with 14 additions and 1 deletions
|
@ -367,7 +367,7 @@ const CiderAudio = {
|
|||
if (!CiderAudio.ccON) {
|
||||
CiderAudio.ccON = true;
|
||||
let searchInt = setInterval(async function () {
|
||||
if (CiderAudio.context != null && CiderAudio.audioNodes.gainNode != null) {
|
||||
if (CiderAudio.context != null && CiderAudio.audioNodes.intelliGainComp != null) {
|
||||
// var options = {
|
||||
// mimeType: 'audio/webm; codecs=opus'
|
||||
// };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue