diff options
| author | julian laplace <julescarbon@gmail.com> | 2025-07-05 17:06:59 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2025-07-05 17:06:59 +0200 |
| commit | 200c1a4f0ebd3188faebaea8e7278fc5105227cf (patch) | |
| tree | 12f61dcd756ba57e0f718b87e4eb0e9c30d90f4d /client/lib/output.js | |
| parent | d82f99fd89e23fdb62598b616e39537360a10f74 (diff) | |
laod sample
Diffstat (limited to 'client/lib/output.js')
| -rw-r--r-- | client/lib/output.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/lib/output.js b/client/lib/output.js index e67b4d4..cc8d841 100644 --- a/client/lib/output.js +++ b/client/lib/output.js @@ -1,3 +1,8 @@ +/** + * Common output stage + * @module lib/output.js; + */ + import Tone from "tone"; let output = null; |
