Skip to content

Commit

Permalink
disabled audio filters for initial installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Jan 26, 2024
1 parent 85ed82a commit 8abae17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -1356,9 +1356,9 @@ window.onload = async () => {
model: 'v2',
latitude: 52.87,
longitude: 0.89, // Great Snoring :)
location: 'Great Snoring, North Norfolk, Norfolk, England, United Kingdom',
location: 'Great Snoring, North Norfolk',
detect: { nocmig: false, contextAware: false, confidence: 45 },
filters: { active: true, highPassFrequency: 250, lowShelfFrequency: 0, lowShelfAttenuation: 0, SNR: 0 },
filters: { active: false, highPassFrequency: 250, lowShelfFrequency: 0, lowShelfAttenuation: 0, SNR: 0 },
warmup: true,
backend: 'tensorflow',
tensorflow: { threads: DIAGNOSTICS['Cores'], batchSize: 32 },
Expand Down

0 comments on commit 8abae17

Please sign in to comment.