From 4ccb354a2cb15f298825b7ebbc58c2e0dec773a4 Mon Sep 17 00:00:00 2001 From: Libor Polčák Date: Mar 20 2022 12:21:12 +0000 Subject: UI: Fix audiobuffer wrapping group description The text claimed that we "spoof details of [...] audio card" but we do not do that. --- diff --git a/common/levels.js b/common/levels.js index e8b891f..0ff8c44 100644 --- a/common/levels.js +++ b/common/levels.js @@ -121,8 +121,8 @@ var wrapping_groups = { }, { name: "audiobuffer", - label: "Locally generated audio and audio card information", - description: "Protect against audio fingerprinting, spoof details of your audio card.", + label: "Locally generated audio", + description: "Protect against audio fingerprinting.", description2: [ "Functions AudioBuffer.getChannelData(), AudioBuffer.copyFromChannel(), AnalyserNode.getByteTimeDomainData(), AnalyserNode.getFloatTimeDomainData(), AnalyserNode.getByteFrequencyData() and AnalyserNode.getFloatFrequencyData() are modified to alter audio data based on domain key" ],