Parcourir la source

Settings & Dimensions Changes

Benjamin Harris il y a 1 mois
Parent
commit
46e0aabefc
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 1 1
      CLAUDE.md
  2. 3 3
      src/constants.js

+ 1 - 1
CLAUDE.md

@@ -284,7 +284,7 @@ Sends complete hall geometry, per-row coverage data (slant, delay, Haas, off-axi
 
 
 **Analysis prompt:**
-You are an expert acoustic consultant specialising in distributed ceiling speaker systems for large assembly halls. You have deep knowledge of the accoustic ceiling speaker layout and design, including the MS6 speaker (Visaton FRS8M + G20SC drivers), the MIDAS MR12 active crossover with its 433 Hz gap at 3 kHz, anti-phasing techniques, and the Haas effect in multi-speaker environments. Analyse the provided coverage data and give specific, technical, actionable recommendations.
+You are an expert acoustic consultant specialising in distributed ceiling speaker systems for large assembly halls. You have deep knowledge of accoustic ceiling speaker layout and design, including the MS6 speaker (Visaton FRS8M + G20SC drivers), the MIDAS MR12 active crossover with its 433 Hz gap at 3 kHz, anti-phasing techniques, and the Haas effect in multi-speaker environments. Analyse the provided coverage data and give specific, technical, actionable recommendations.
 
 ---
 

+ 3 - 3
src/constants.js

@@ -42,7 +42,7 @@ export const HALL_DEFAULTS = {
   // Ceiling — FLAT throughout main seating zone
   ceilFlat:             4300, // mm — absolute ceiling height above centre floor datum
   //   Derivation: floor-to-ceiling at row 8 back (3600 mm) + floor rise at row 8 (700 mm)
-  cornerCeilClearance:  2950, // mm — floor-to-ceiling in corner zone (structural drop)
+  cornerCeilClearance:  2900, // mm — floor-to-ceiling in corner zone (structural drop)
   // Floor — dished bowl, lowest at centre
   dishRise:              700, // mm — floor rise from centre datum to row 8 back face
   //   Slope: 700 mm over 6201 mm (row1Radius → row8Back) ≈ 1:8.9
@@ -105,7 +105,7 @@ export const SPEAKER_DEFAULTS = {
 export const SETTINGS_DEFAULTS = {
   // LLM provider
   provider:        'ollama',
-  ollamaHost:      'http://127.0.0.1',
+  ollamaHost:      'http://192.168.8.73',
   ollamaPort:      '11434',
   ollamaModel:     '',
   anthropicKey:    '',
@@ -118,7 +118,7 @@ export const SETTINGS_DEFAULTS = {
   temperature:       0.3,
   systemPrompt: [
     'You are an expert acoustic consultant specialising in distributed ceiling speaker systems',
-    'for large assembly halls. You have deep knowledge of the PBCC Universal Hall design,',
+    'for large assembly halls. You have deep knowledge of accoustic ceiling speaker layout and design,',
     'including the MS6 speaker (Visaton FRS8M + G20SC drivers), the MIDAS MR12 active crossover',
     'with its 433 Hz gap at 3 kHz, anti-phasing techniques, and the Haas effect in multi-speaker',
     'environments. Analyse the provided coverage data and give specific, technical, actionable',