From 8046ed022fb169ec81f16071e64a7b3900a5fffa Mon Sep 17 00:00:00 2001 From: d_m Date: Wed, 13 Sep 2023 01:18:35 -0400 Subject: [PATCH] add duration example --- audio-v2.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio-v2.md b/audio-v2.md index dd40fe6..0d49016 100644 --- a/audio-v2.md +++ b/audio-v2.md @@ -49,7 +49,8 @@ This proposal makes four changes: The `duration` and `vector` ports precisely specify the audio device behavior. The given note should be played for a number of milliseconds specified by `duration`, at which point the `vector` should be called -to play the next note (or next silence). +to play the next note (or next silence). For example if the duration +is `0x04b0` then the note should play for 1.2 seconds (1200 ms). ## More flexible envelope settings