Skip to content

Commit a22f2d9

Browse files
authored
Revise speaker and MaxSPL attributes in gdtf-spec
Updated speaker attributes and added MaxSPL attributes.
1 parent 729f0a6 commit a22f2d9

1 file changed

Lines changed: 16 additions & 6 deletions

File tree

gdtf-spec.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,6 +1784,8 @@ defined XML attributes of a magnet geometry are specified in
17841784
| Model | [Name](#user-content-attrtype-name ) | Link to the corresponding model. |
17851785
| Position | [Matrix](#user-content-attrtype-matrix ) | Relative position of geometry; Default value: Identity Matrix |
17861786

1787+
The magnet geometry has the same children types as the geometry
1788+
collect (see [table 34](#user-content-table-34 )).
17871789

17881790
### Geometry Type Speaker
17891791

@@ -1794,7 +1796,7 @@ defined XML attributes of a speaker geometry are specified in
17941796

17951797
<div id="table-XX">
17961798

1797-
#### Table XX. *Magnet Attributes*
1799+
#### Table XX. *Speaker Attributes*
17981800

17991801
| XML Attribute Name | Value Type | Description |
18001802
|----|----|----|
@@ -1803,18 +1805,26 @@ defined XML attributes of a speaker geometry are specified in
18031805
| Position | [Matrix](#user-content-attrtype-matrix ) | Relative position of geometry; Default value: Identity Matrix |
18041806
| LinkedConsumer | [Node](#user-content-attrtype-node ) | Name of the Wire Geometry that this speaker is connected to. Need to an consumer type. |
18051807
| Impedance | [Float](#user-content-attrtype-float ) | Impedance of the speaker. Note that Power consumption is defined be the LinkedConsumer consumptions. |
1806-
| VerticalCoverage | [Float](#user-content-attrtype-float ) | Vertical Coverage of the X db drop of the speaker in vertical distance. |
1807-
| HorizontalCoverage | [Float](#user-content-attrtype-float ) | Horizontal Coverage of the X db drop of the speaker in horizontal distance. Note that this values are defined in the Global Coordinate System of the GDTF. |
1808+
| VerticalCoverageUp | [Float](#user-content-attrtype-float ) | Vertical Coverage of the ?? direction. (Degrees) Note that this values are defined in the Global Coordinate System of the GDTF. |
1809+
| VerticalCoverageDown | [Float](#user-content-attrtype-float ) | Vertical Coverage of the ?? direction. (Degrees) Note that this values are defined in the Global Coordinate System of the GDTF. |
1810+
| HorizontalCoverageLeft | [Float](#user-content-attrtype-float ) | Horizontal CCoverage of the ?? direction. (Degrees) Note that this values are defined in the Global Coordinate System of the GDTF. |
1811+
| HorizontalCoverageRight | [Float](#user-content-attrtype-float ) | Horizontal Coverage of the ?? direction. (Degrees) Note that this values are defined in the Global Coordinate System of the GDTF. |
18081812
| FrequencyRangeMin | [Float](#user-content-attrtype-float ) | Minimum Frequency that the speaker supports. |
18091813
| FrequencyRangeMax | [Float](#user-content-attrtype-float ) | Maximum Frequency that the speaker supports. |
18101814
| MaxSPL | [Float](#user-content-attrtype-float ) | Maximum SPL of the speaker in the center of distribution. |
18111815

1812-
1816+
#### Table XX. *MaxSPL Attributes*
1817+
| XML Attribute Name | Value Type | Description |
1818+
|----|----|----|
1819+
|ExcitationSignal | [String](#user-content-attrtype-string) | Pink noise, IEC60268, EIA426B, AES75 (enums?)|
1820+
|FrequencyWeighting | [String](#user-content-attrtype-string) | None, A-Weighting, C-Weighting (enums?)|
1821+
|Unit | [String](#user-content-attrtype-string) | DBZ, dB, DBSPL, dBA, dBC (enums?)|
1822+
|UnitMark | [String](#user-content-attrtype-string) | Leq, Laeq, LCeq, F, S |
1823+
|TimeWeighting | [String](#user-content-attrtype-string) | Fast, Slow, Leq, Peak, (enums?)|
18131824

18141825
</div>
18151826

1816-
The magnet geometry has the same children types as the geometry
1817-
collect (see [table 34](#user-content-table-34 )).
1827+
18181828

18191829
## DMX Mode Collect
18201830

0 commit comments

Comments
 (0)