Skip to content

Commit

Permalink
Merge branch 'master' of github.com:CyCoreSystems/audimance
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Nov 26, 2023
2 parents 8a6c0f9 + ee9cd69 commit 98ad009
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 16 deletions.
31 changes: 21 additions & 10 deletions example/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,33 @@
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible">


<!-- You probably want to change the contents of the title tag
to your show title or something else descriptive -->
<title>Audimance - Room List</title>

<link rel="stylesheet" href="/css/pure.css"/>
<link rel="stylesheet" href="/css/master.css"/>
</head>
<body>
<a href="/live">Go to Performance</a>
<br/>

<ul id="preshow">
<li> Welcome to Audimance </li>
<li> Message from our sponsor: 5 minutes
<audio controls>
<source src="media/static/test.webm" />
<source src="media/static/test.mp3" />
</audio>
</li>
</ul>
<ul id="preshow">
<!-- This can hold all your out-of-runtime content, like
the audio program, performer/set/venue descriptions,
audio maps (to the restrooms and quiet space!), and
any auxiliary content. List them in lis -->
<li><strong>EXAMPLE AUDIO RECORDED PROGRAM: 12 min</strong>
<!-- NOTE: always good form to say how long a recording is -->
<audio controls>
<!-- list your sources in fallback order here -->
<source src="media/static/EXAMPLE.webm" />
<source src="media/static/EXAMPLE.mp3" />
<source src="media/static/EXAMPLE.wav" />
</audio>
</li>
</ul>
<script type="module" src="/js/index.js"></script>
</body>
</html>
14 changes: 8 additions & 6 deletions roadmap
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ with live performance using QLab.
###Mission

Audimance enables a user-centered, flexibly complex, audio environment ideal for nonvisual audiences
and can be used to provide either single-track or multi-track audio description.
and can be used to provide either single-track or multi-track audio description. Content can be spatialized.

Audimance provides a flexible deployment platform which:
- permits artists and content creators to easily deploy single or multi-track content
- facilitates venues in providing consistently available accessibility without large dedicated hardware systems
- creates user-directed aesthetic experiences which prioritize user agency for style and complexity

Critically, Audimance is designed to facilitate the use of pre-recorded descriptive content for performing arts
synchronized via QLab for accurate and finely timed delivery of accessible communal experience.
synchronized via QLab or other (OSC or UDP) network cue delivery mechanisms for accurate and finely timed delivery
of accessible communal experience.

##Goals

Expand All @@ -39,19 +40,20 @@ novice users.

###Venue UI

Currently, show selection and content availability is managed by network access. Venue operators or artists
need to be able to set up venues and events with geofencing and time bounds for IP protection.
Currently, show selection and content availability is managed by network access. Moving forward, for
a cloud-based service venue operators or artists will need to be able to set up venues and events
with geofencing and time bounds for IP protection.

###Visual clone

Based on research conducted by Kinetic Light, the design model pioneered with Audimance's alpha deployment
Based on research conducted by Kinetic Light, the design model pioneered in Audimance's alpha deployment
has been determined to also be suitable for deploying accessible content for d/Deaf & Hard-of-Hearing
audiences.

*Actions*
Back-end refactor for content type flexibility //COMPLETE
Determine architecture of single/dual deployments //IN-PROCESS
Design UI for visual content
Design UI for visual content //NEEDS DOING

###Documentation

Expand Down

0 comments on commit 98ad009

Please sign in to comment.