Sound clarification

This commit is contained in:
Luxferre
2022-07-28 18:30:18 +03:00
parent d7f99b08fa
commit 7186240d1c
+3 -1
View File
@@ -87,7 +87,9 @@ The lower nibble (bits 0 to 3) of the status can be modified from the applicatio
## Sound output
ESOP supports monophonic sound output with a beeper controllable via `06` port. As long as the port value is non-zero, the beeper must emit a sound wave of the specified frequency. The frequency is specified in semitones relative to A4 (440 Hz), with A4 itself being located at the value `30`. Setting the port value to `00` must halt the sound output.
ESOP supports monophonic sound output with a beeper controllable via `06` port. As long as the port value is non-zero, the beeper must emit a sound wave of the specified frequency. The frequency is specified in semitones relative to A4 (440 Hz), with A4 itself being located at the value `30`. Setting the port value to `00` must stop the sound.
Note: this specification does not enforce any particular waveform to be used for playing the notes, but in emulated ESOP environments, a square wave is recommended as the closest option for phone beeper emulation.
## System calls