Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Aug 19, 2022
1 parent bff869c commit 890c816
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/audimance
/dist/
/media
/static.go
/vendor/
Expand Down
4 changes: 2 additions & 2 deletions example/agenda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rooms:
tracks:
- cue: "intro"
audioFiles:
- "/performance/dylan.webm"
- "performance/dylan.webm"
- name: "David"
location:
x: 30
Expand All @@ -36,7 +36,7 @@ rooms:
tracks:
- cue: "intro"
audioFiles:
- "/performance/david.webm"
- "performance/david.webm"
- name: "history"
labelText: "history"
roomTracks:
Expand Down
Binary file added example/media/5min-warning.wav
Binary file not shown.
1 change: 1 addition & 0 deletions example/media/performance/david.webm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><Error><Code>AccessDenied</Code><BucketName>kineticlight</BucketName><RequestId>tx000003a87075383c897f7-006272bcce-1641d0b-public</RequestId><HostId>1641d0b-public-public</HostId></Error>
1 change: 1 addition & 0 deletions example/media/performance/dylan.webm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><Error><Code>AccessDenied</Code><BucketName>kineticlight</BucketName><RequestId>tx00000e31c7b78b96e156c-006272bcce-1641d0b-public</RequestId><HostId>1641d0b-public-public</HostId></Error>
2 changes: 1 addition & 1 deletion example/views/room.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
{{ end }}
{{ end }}

<script src="/app/room.js"></script>
<script type="module" src="/app/room.js"></script>
</body>
</html>

0 comments on commit 890c816

Please sign in to comment.