From 6d8fa22187bc55ec8516d2e4710283e1f3fec1c7 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Fri, 3 Dec 2021 10:49:17 -0800 Subject: [PATCH] audio.engine: fix docs typo. --- extra/audio/engine/engine-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/audio/engine/engine-docs.factor b/extra/audio/engine/engine-docs.factor index df18b432c7..186c45bece 100644 --- a/extra/audio/engine/engine-docs.factor +++ b/extra/audio/engine/engine-docs.factor @@ -69,7 +69,7 @@ HELP: audio-distance HELP: audio-engine { $class-description "Objects of this class encapsulate the state for an active audio engine. Audio processing on an engine can be started and stopped with " { $link start-audio } ", " { $link start-audio* } ", and " { $link stop-audio } ". While running, " { $link update-audio } " must be called on an engine regularly to update source and listener attributes and refill buffers for streaming clips." $nl -"An engine object should be treated as opaque, except for the " { $snippet "listener" } " slot. This slot may be filled with any object implementing the " { $link "audio.engine-listener" } " protocol, which will then be used to control the position, velocity, volume, and other attributes of the lisetener. By default, this slot contains an " { $link audio-listener } " tuple with all the slots set to their initial values." } ; +"An engine object should be treated as opaque, except for the " { $snippet "listener" } " slot. This slot may be filled with any object implementing the " { $link "audio.engine-listener" } " protocol, which will then be used to control the position, velocity, volume, and other attributes of the listener. By default, this slot contains an " { $link audio-listener } " tuple with all the slots set to their initial values." } ; HELP: audio-gain { $values -- 2.34.1