Update audio.md

This commit is contained in:
MathMan05 2024-11-30 22:48:42 -06:00 committed by GitHub
parent 6788c54ad6
commit 8ff8ecd59d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 |