Skip to content

Commit c1a9eb6

Browse files
authored
Audio details: improve wording (fix #593)
1 parent 295aead commit c1a9eb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Audio_details.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ During a [trigger event](#Triggering), several things occur:
152152
- If the individual step is non-zero, _frequency calculation_ and _overflow check_ are performed immediately.
153153

154154
_Frequency calculation_ consists of taking the value in the frequency "shadow register", shifting it right by the individual step,
155-
optionally negating the value, depending on the [direction](<#FF10 — NR10: Channel 1 sweep>), and summing this with the frequency "shadow register" to produce a new frequency.
155+
optionally negating the value (depending on the [direction](<#FF10 — NR10: Channel 1 sweep>)) and summing this with the frequency
156+
"shadow register" to produce a new frequency.
156157
What is done with this new frequency depends on the context.
157158

158159
The _overflow check_ simply calculates the new frequency and if it is greater than 2047, or $7FF, CH1 is disabled.

0 commit comments

Comments
 (0)