mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 04:26:35 +02:00
Added protection for audio API
This commit is contained in:
parent
032bc2e424
commit
0f0f526fd5
8 changed files with 397 additions and 10 deletions
|
@ -292,6 +292,24 @@
|
|||
"displayAdvancedSettings": [true]
|
||||
}
|
||||
},
|
||||
"Audio-API",
|
||||
{
|
||||
"name": "protectAudio"
|
||||
},
|
||||
{
|
||||
"name": "audioFakeRate",
|
||||
"displayDependencies": {
|
||||
"protectAudio": [true],
|
||||
"displayAdvancedSettings": [true]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "audioNoiseLevel",
|
||||
"displayDependencies": {
|
||||
"protectAudio": [true],
|
||||
"displayAdvancedSettings": [true]
|
||||
}
|
||||
},
|
||||
"misc",
|
||||
{
|
||||
"name": "showReleaseNotes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue