diff --git a/Readme.md b/Readme.md index e2623191..da170823 100644 --- a/Readme.md +++ b/Readme.md @@ -4,10 +4,6 @@ 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). -## Status - -**This repository is currently a pre-release; an updated version of Audio Orchestrator that can be used with a custom template will be released soon and this notice removed. Keep an eye on the R&D Blog and the MakerBox community.** - ## Components Components of this project: the template, core, bbcat-js, cloud-sync-client code in this repository, the cloud-sync server they use to communicate, and the media and metadata produced with the Audio Orchestrator tool. diff --git a/package-lock.json b/package-lock.json index 9d49816b..7e05f632 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16036,7 +16036,7 @@ }, "packages/bbcat-js": { "name": "@bbc/audio-orchestration-bbcat-js", - "version": "0.1.0-dev.3", + "version": "0.1.0", "license": "GPL-3.0-only", "devDependencies": { "eslint-plugin-jasmine": "^4.1.2", @@ -16052,7 +16052,7 @@ }, "packages/cloud-sync-client": { "name": "@bbc/audio-orchestration-cloud-sync-client", - "version": "0.1.0-dev.3", + "version": "0.1.0", "license": "Apache-2.0", "dependencies": { "buffer": "^6.0.3", @@ -16070,11 +16070,11 @@ }, "packages/core": { "name": "@bbc/audio-orchestration-core", - "version": "0.1.0-dev.3", + "version": "0.1.0", "license": "GPL-3.0-only", "dependencies": { - "@bbc/audio-orchestration-bbcat-js": "^0.1.0-dev.3", - "@bbc/audio-orchestration-cloud-sync-client": "^0.1.0-dev.3", + "@bbc/audio-orchestration-bbcat-js": "^0.1.0", + "@bbc/audio-orchestration-cloud-sync-client": "^0.1.0", "dvbcss-clocks": "^0.0.4", "dvbcss-protocols": "^0.0.4", "events": "^3.0.0", @@ -16155,10 +16155,10 @@ }, "packages/template": { "name": "@bbc/audio-orchestration-template", - "version": "0.1.0-dev.3", + "version": "0.1.0", "license": "GPL-3.0-only", "dependencies": { - "@bbc/audio-orchestration-core": "^0.1.0-dev.3", + "@bbc/audio-orchestration-core": "^0.1.0", "@hot-loader/react-dom": "^16.11.0", "bowser": "^2.9.0", "classnames": "^2.2.6", @@ -17428,8 +17428,8 @@ "@bbc/audio-orchestration-core": { "version": "file:packages/core", "requires": { - "@bbc/audio-orchestration-bbcat-js": "^0.1.0-dev.3", - "@bbc/audio-orchestration-cloud-sync-client": "^0.1.0-dev.3", + "@bbc/audio-orchestration-bbcat-js": "^0.1.0", + "@bbc/audio-orchestration-cloud-sync-client": "^0.1.0", "ajv": "^6.10.2", "dvbcss-clocks": "^0.0.4", "dvbcss-protocols": "^0.0.4", @@ -17481,7 +17481,7 @@ "version": "file:packages/template", "requires": { "@babel/preset-react": "^7.7.0", - "@bbc/audio-orchestration-core": "^0.1.0-dev.3", + "@bbc/audio-orchestration-core": "^0.1.0", "@hot-loader/react-dom": "^16.11.0", "bowser": "^2.9.0", "classnames": "^2.2.6", diff --git a/packages/bbcat-js/package.json b/packages/bbcat-js/package.json index 10c7874e..1fbd3101 100644 --- a/packages/bbcat-js/package.json +++ b/packages/bbcat-js/package.json @@ -1,6 +1,6 @@ { "name": "@bbc/audio-orchestration-bbcat-js", - "version": "0.1.0-dev.3", + "version": "0.1.0", "description": "WebAudio DASH player components for audio orchestration framework", "main": "dist/bbcat.js", "files": [ diff --git a/packages/cloud-sync-client/package.json b/packages/cloud-sync-client/package.json index 48ae53d3..d7765499 100644 --- a/packages/cloud-sync-client/package.json +++ b/packages/cloud-sync-client/package.json @@ -1,6 +1,6 @@ { "name": "@bbc/audio-orchestration-cloud-sync-client", - "version": "0.1.0-dev.3", + "version": "0.1.0", "description": "Library implementing client code for cloud synchronisation", "main": "dist/browser/CloudSyncKit.js", "files": [ diff --git a/packages/core/package.json b/packages/core/package.json index 3415d7b7..7db23f29 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@bbc/audio-orchestration-core", - "version": "0.1.0-dev.3", + "version": "0.1.0", "description": "Components for synchronised object based audio experiences.", "main": "dist/light.js", "exports": { @@ -17,8 +17,8 @@ "dist" ], "dependencies": { - "@bbc/audio-orchestration-bbcat-js": "^0.1.0-dev.3", - "@bbc/audio-orchestration-cloud-sync-client": "^0.1.0-dev.3", + "@bbc/audio-orchestration-bbcat-js": "^0.1.0", + "@bbc/audio-orchestration-cloud-sync-client": "^0.1.0", "dvbcss-clocks": "^0.0.4", "dvbcss-protocols": "^0.0.4", "events": "^3.0.0", diff --git a/packages/template/package.json b/packages/template/package.json index dd3f6c38..4d80b611 100644 --- a/packages/template/package.json +++ b/packages/template/package.json @@ -1,6 +1,6 @@ { "name": "@bbc/audio-orchestration-template", - "version": "0.1.0-dev.3", + "version": "0.1.0", "description": "A user interface template showing how to integrate the bbcat-orchestration toolkit for orchestrated personal audio devices with React components.", "repository": { "type": "git", @@ -12,7 +12,7 @@ "dist" ], "dependencies": { - "@bbc/audio-orchestration-core": "^0.1.0-dev.3", + "@bbc/audio-orchestration-core": "^0.1.0", "@hot-loader/react-dom": "^16.11.0", "bowser": "^2.9.0", "classnames": "^2.2.6", diff --git a/packages/template/src/index.html b/packages/template/src/index.html index e77a39ff..85786812 100644 --- a/packages/template/src/index.html +++ b/packages/template/src/index.html @@ -25,6 +25,9 @@ type: 'peerjs', }, + // This is the contentId of the first sequence to play. + INITIAL_CONTENT_ID: 'loop', + // This object describes the structure of the experience by listing all available content // sequences, their descriptions, and links between them. SEQUENCE_URLS: [ @@ -85,7 +88,7 @@ // If they are defined, the image, title, and subtitle will also be shown in the // player instead of the default while this sequence is playing. sequenceImage: 'images/sequence-example-image.jpg', - sequenceImageAlt: 'a randomly selected placeholder kitten', + sequenceImageAlt: 'the audio orchestrator default image with a blue colour filter applied', sequenceTitle: 'Main sequence', sequenceSubtitle: 'More tone and clicks', duration: 30.0,