Skip to content

Commit ef84d60

Browse files
authored
fix: geiger sound adjustments (#134)
1 parent 43ffe03 commit ef84d60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/scan/src/core/web/utils/geiger.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ const storedVolume = Math.max(0, Math.min(1, readLocalStorage<number>('react-sca
3939
const config = {
4040
firefox: {
4141
duration: 0.02,
42-
oscillatorType: 'square' as const,
43-
startFreq: 880,
44-
endFreq: 220,
45-
attack: 0.002,
42+
oscillatorType: 'sine' as const,
43+
startFreq: 220,
44+
endFreq: 110,
45+
attack: 0.0005,
4646
volumeMultiplier: storedVolume,
4747
},
4848
default: {

0 commit comments

Comments
 (0)