From 8ff8ecd59dff761604dd1b6c88a63e353dfb4479 Mon Sep 17 00:00:00 2001 From: MathMan05 <73901602+MathMan05@users.noreply.github.com> Date: Sat, 30 Nov 2024 22:48:42 -0600 Subject: [PATCH] Update audio.md --- src/webpage/audio/audio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpage/audio/audio.md b/src/webpage/audio/audio.md index 10ba3bd..afbac10 100644 --- a/src/webpage/audio/audio.md +++ b/src/webpage/audio/audio.md @@ -12,7 +12,7 @@ Given a non-zero length, this will parse the sounds as following: |instruction | description | | ---------- | ----------- | | 000 | read float32 and use as value | -| 001 | read time(it'll always be a value between 0 and 1) | +| 001 | read time(it'll be the time in seconds) | | 002 | read frequency in hz | | 003 | the constant PI | | 004 | Math.sin() on the following sequence |