瀏覽代碼

Fix Record and Capture effect short descriptions in Audio buses (#5399)

RedMser 3 年之前
父節點
當前提交
bfdd6118cb
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. 8 1
      tutorials/audio/audio_buses.rst

+ 8 - 1
tutorials/audio/audio_buses.rst

@@ -110,6 +110,13 @@ megaphone. Modulating the BandPass frequency can simulate the sound of a wah-wah
 guitar pedal, think of the guitar in Jimi Hendrix's *Voodoo Child (Slight
 guitar pedal, think of the guitar in Jimi Hendrix's *Voodoo Child (Slight
 Return)*.
 Return)*.
 
 
+Capture
+~~~~~~~
+
+The Capture effect copies the audio frames of the audio bus that it is on into
+an internal buffer. This can be used to capture data from the microphone
+or to transmit audio over the network in real-time.
+
 Chorus
 Chorus
 ~~~~~~
 ~~~~~~
 
 
@@ -244,7 +251,7 @@ transients. PitchShift can be useful to create unusually high or deep voices.
 Record
 Record
 ~~~~~~
 ~~~~~~
 
 
-The Record effect allows audio passing through the bus to be written to a file.
+The Record effect allows the user to record sound from a microphone.
 
 
 Reverb
 Reverb
 ~~~~~~
 ~~~~~~