You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+11-15Lines changed: 11 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,13 @@
2
2
3
3
**Create immersive and interactive audio experiences for multiple synchronised devices.**
4
4
5
-
Audio device orchestration is the concept of using multiple connected devices to play back an audio experience. This repository holds an open source template application and libraries that handle the key components of an orchestrated audio system (pairing, synchronisation, and audio playback).
5
+
Audio device orchestration is the concept of using multiple connected devices to play back an audio experience. This repository holds a template application and libraries that handle the key components of an orchestrated audio system (pairing, synchronisation, and audio playback).
6
+
7
+
## The _Audio Orchestrator_ production tool
8
+
9
+
Our _Audio Orchestrator_ production tool is now available through the open-source [Audio Orchestrator repository](https://github.com/bbc/audio-orchestrator). This tool is used for authoring metadata, and packaging media for use with the template and core library.
10
+
11
+
The [_Audio Orchestrator_ documentation](https://bbc.github.io/audio-orchestrator/) includes a [list of experiences made with these tools](https://bbc.github.io/audio-orchestrator/productions/) and [instructions for using a custom template](https://bbc.github.io/audio-orchestrator/custom-template) built using this repository. Note that most BBC productions shown there received significant additional development to extend the default template.
6
12
7
13
## Components
8
14
@@ -17,19 +23,13 @@ The [**Cloud-Sync** server](https://github.com/2-IMMERSE/cloud-sync) source code
Our _Audio Orchestrator_ production tool for authoring metadata and packaging media for use with the template and core library is [freely available on request from BBC MakerBox](https://www.bbc.co.uk/makerbox/tools/audio-orchestrator).
23
-
24
-
The [_Audio Orchestrator_ documentation](https://bbc.github.io/bbcat-orchestration-docs/) includes a [list of experiences made with these tools](https://bbc.github.io/bbcat-orchestration-docs/productions/) and [instructions for using a custom template](https://bbc.github.io/bbcat-orchestration-docs/custom-template) built using this repository.
25
-
26
26
# Usage
27
27
28
-
Ensure you have [Node.js](https://nodejs.org/en/) installed, including `npm`version 7 or higher (earlier versions of `npm` do not have the workspaces functionality used in this repository).
28
+
Ensure you have [Node.js](https://nodejs.org/en/) installed, with a recent version of NPM.
29
29
30
30
```
31
-
node -v # e.g. v16.13.0
32
-
npm -v # e.g. 8.1.0
31
+
node -v # e.g. v20.9.0
32
+
npm -v # e.g. 10.4.0
33
33
```
34
34
35
35
Start your project by downloading a copy of this repository, either by using the `Download as ZIP` button on GitHub, or by using `degit`.
@@ -71,8 +71,4 @@ The majority of our components (`template`, `core`, and `bbcat-js`) are licensed
71
71
72
72
If you are modifying the software to create your experience you may have to make your source code modifications available under the terms of the GPL license.
73
73
74
-
You may [contact BBC R&D](https://www.bbc.co.uk/rd/contacts) to discuss alternative licensing options. (Please note, the BBC is under no obligation to offer alternative terms.)
75
-
76
-
# Contributing
77
-
78
-
Please contact the authors by [raising a GitHub issue](https://github.com/bbc/audio-orchestration/issues/new). A contributor licence agreement may be applicable.
74
+
You may [contact BBC R&D](https://www.bbc.co.uk/rd/contacts) to discuss alternative licensing options. (Please note, the BBC is under no obligation to offer alternative terms.)
Copy file name to clipboardExpand all lines: packages/template/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@bbc/audio-orchestration-template",
3
-
"version": "0.1.1",
3
+
"version": "0.1.2",
4
4
"description": "A user interface template showing how to integrate the bbcat-orchestration toolkit for orchestrated personal audio devices with React components.",
0 commit comments