From a0053f51dabcd52f652199a361f59b255d4f08fc Mon Sep 17 00:00:00 2001 From: Dmitry Stepanov Date: Wed, 27 Dec 2023 19:18:37 +0300 Subject: [PATCH] added video to audio bus chapter --- src/fyrox/sound/bus.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fyrox/sound/bus.md b/src/fyrox/sound/bus.md index e0c7eed0..cb6552ae 100644 --- a/src/fyrox/sound/bus.md +++ b/src/fyrox/sound/bus.md @@ -1,5 +1,7 @@ # Audio Bus + + Audio bus is an audio processing unit that takes audio samples from any number of sound sources and passes them through a chain of effects (zero or more). Processed samples then can be either sent to an audio playback device (speakers, headphones, etc.) or to some other audio bus. There's always one audio bus (primary) that sends its data to an audio playback