-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmono-docs.yml
35 lines (35 loc) · 875 Bytes
/
mono-docs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
siteName: "sounts"
title: ""
description: A tiny helper library for working with the web audio API written in TypeScript.
footer:
- Zlib/Libpng License | https://github.com/Lusito/sounts/blob/master/LICENSE
- Copyright © 2022 Santo Pfingsten
keywords:
- TypeScript
- audio
- web audio
- webaudio
- spatialization
- positional
- html5
- Game
sidebar:
- setup
- getting-started
- positional-sound
- gain
- channels
links:
- Github | https://github.com/lusito/sounts
- NPM | https://www.npmjs.com/package/sounts
- API | https://lusito.github.io/sounts/api/
- Demo | https://lusito.github.io/sounts/example/
adjustPaths:
- ^(\/docs)?/([^/]+\.html)$|/$2
- ^(\/docs)?/([^/]+/)?$|/$2
buildOptions:
out: dist-internal/docs
siteUrl: https://lusito.github.io/sounts
static:
example: dist-internal/example
api: dist-internal/api