Skip to content

Commit d138e8d

Browse files
committed
update some text in audio tutorial
1 parent e741a5a commit d138e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/other_tutorial.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pub fn Audio() -> impl IntoView {
103103

104104
<Hd id="basic-synthesis">"Basic Synthesis"</Hd>
105105
<p>"In the online editor, you need only make an array that looks like audio samples."</p>
106-
<p>"Audio samples must be either a rank 1 where each element is a sample or a rank 2 array where each row is a channel."</p>
106+
<p>"Audio samples must be either a rank 1 where each element is a sample or a rank 2 array where each row is a multi-channel sample."</p>
107107
<p>"The samples must be between "<code>"-1"</code>" and "<code>"1"</code>". We use the "<Prim prim=Sys(SysOp::AudioSampleRate)/>" system function to get the sample rate of the audio output."</p>
108108
<p>"For a minimal example, here is a simple 1 second sawtooth wave:"</p>
109109
<Editor example="÷2 ◿1×220 ÷⟜⇡&asr"/>

0 commit comments

Comments
 (0)