Skip to content

Commit 0b84765

Browse files
committed
improved definition of a semitone
1 parent af913e7 commit 0b84765

2 files changed

Lines changed: 32 additions & 16 deletions

File tree

css3-speech/Overview.html

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2245,10 +2245,15 @@ <h3 id=voice-props-voice-pitch><span class=secno>10.3. </span>The &lsquo;<a
22452245
<p> Specifies a relative change (decrement or increment) to the inherited
22462246
value. The syntax of allowed values is a &lt;<a
22472247
href="#number-def">number</a>&gt; followed immediately by "st"
2248-
(semitones). A semitone is half of a tone (a half step) on the standard
2249-
diatonic scale. As such, a semitone doesn't correspond to a fixed
2250-
frequency: the ratio between two consecutive frequencies separated by
2251-
exactly one semitone is the twelfth root of two (approximately 1.05946).</p>
2248+
(semitones). A semitone interval corresponds to the step between each
2249+
note on a equal temperament chromatic scale. A semitone can therefore be
2250+
quantified as the difference between two consecutive pitch frequencies
2251+
on such scale. The ratio between two consecutive frequencies separated
2252+
by exactly one semitone is the twelfth root of two (approximately
2253+
1.05946). As a result, the value in Hertz corresponding to a semitone
2254+
offset is relative to the initial frequency the offset is applied to (in
2255+
other words, a semitone doesn't correspond to a fixed numerical value in
2256+
Hertz).</p>
22522257

22532258
<dt> <strong>&lt;percentage&gt;</strong>
22542259

@@ -2388,10 +2393,15 @@ <h3 id=voice-props-voice-range><span class=secno>10.4. </span>The &lsquo;<a
23882393
<p> Specifies a relative change (decrement or increment) to the inherited
23892394
value. The syntax of allowed values is a &lt;<a
23902395
href="#number-def">number</a>&gt; followed immediately by "st"
2391-
(semitones). A semitone is half of a tone (a half step) on the standard
2392-
diatonic scale. As such, a semitone doesn't correspond to a fixed
2393-
frequency: the ratio between two consecutive frequencies separated by
2394-
exactly one semitone is the twelfth root of two (approximately 1.05946).</p>
2396+
(semitones). A semitone interval corresponds to the step between each
2397+
note on a equal temperament chromatic scale. A semitone can therefore be
2398+
quantified as the difference between two consecutive pitch frequencies
2399+
on such scale. The ratio between two consecutive frequencies separated
2400+
by exactly one semitone is the twelfth root of two (approximately
2401+
1.05946). As a result, the value in Hertz corresponding to a semitone
2402+
offset is relative to the initial frequency the offset is applied to (in
2403+
other words, a semitone doesn't correspond to a fixed numerical value in
2404+
Hertz).</p>
23952405

23962406
<dt> <strong>&lt;percentage&gt;</strong>
23972407

css3-speech/Overview.src.html

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1789,10 +1789,13 @@ <h3 id="voice-props-voice-pitch">The 'voice-pitch' property</h3>
17891789
<dd>
17901790
<p> Specifies a relative change (decrement or increment) to the inherited value. The syntax
17911791
of allowed values is a &lt;<a href="#number-def">number</a>&gt; followed immediately by
1792-
"st" (semitones). A semitone is half of a tone (a half step) on the standard diatonic
1793-
scale. As such, a semitone doesn't correspond to a fixed frequency: the ratio between two
1794-
consecutive frequencies separated by exactly one semitone is the twelfth root of two
1795-
(approximately 1.05946).</p>
1792+
"st" (semitones). A semitone interval corresponds to the step between each note on a equal
1793+
temperament chromatic scale. A semitone can therefore be quantified as the difference
1794+
between two consecutive pitch frequencies on such scale. The ratio between two consecutive
1795+
frequencies separated by exactly one semitone is the twelfth root of two (approximately
1796+
1.05946). As a result, the value in Hertz corresponding to a semitone offset is relative
1797+
to the initial frequency the offset is applied to (in other words, a semitone doesn't
1798+
correspond to a fixed numerical value in Hertz). </p>
17961799
</dd>
17971800
<dt>
17981801
<strong>&lt;percentage&gt;</strong>
@@ -1926,10 +1929,13 @@ <h3 id="voice-props-voice-range">The 'voice-range' property</h3>
19261929
<dd>
19271930
<p> Specifies a relative change (decrement or increment) to the inherited value. The syntax
19281931
of allowed values is a &lt;<a href="#number-def">number</a>&gt; followed immediately by
1929-
"st" (semitones). A semitone is half of a tone (a half step) on the standard diatonic
1930-
scale. As such, a semitone doesn't correspond to a fixed frequency: the ratio between two
1931-
consecutive frequencies separated by exactly one semitone is the twelfth root of two
1932-
(approximately 1.05946).</p>
1932+
"st" (semitones). A semitone interval corresponds to the step between each note on a equal
1933+
temperament chromatic scale. A semitone can therefore be quantified as the difference
1934+
between two consecutive pitch frequencies on such scale. The ratio between two consecutive
1935+
frequencies separated by exactly one semitone is the twelfth root of two (approximately
1936+
1.05946). As a result, the value in Hertz corresponding to a semitone offset is relative
1937+
to the initial frequency the offset is applied to (in other words, a semitone doesn't
1938+
correspond to a fixed numerical value in Hertz).</p>
19331939
</dd>
19341940
<dt>
19351941
<strong>&lt;percentage&gt;</strong>

0 commit comments

Comments
 (0)