Move Queen reference.

This commit is contained in:
empathicqubit 2018-05-29 00:36:32 -04:00
parent 22d736365b
commit 88bc869d27

View file

@ -5,6 +5,8 @@ Takes multiple OGG files, and allows remotely playing them with different pan an
<img src="doc/web-audio-stream-sync.png" />
The original intent of this application was to play every track of Bohemian Rhapsody on a separate speaker. If you want to try doing that, you might want to look at https://queenpoland.wordpress.com/download/queen-multitracks/ . You will need to split MOGGs into OGGs with a tool like Audacity. If you use Audacity, the option is in the menu under File > Export > Export Multiple...
Prerequisites
---------------------------
@ -30,5 +32,3 @@ yarn run start
6. Paste the admin password (Look at the console where you did `yarn run start` for a line that looks like `ADMIN PASSWORD: xxx`) into the box, and click submit.
An interface will appear, allowing you to control the sources playing on each client individually. If you name the clients using the client name box, the client's settings will be saved to `storage.json` using that name, and will be recalled any time you enter that name, even if you restart the server.
The original intent of this application was to play every track of Bohemian Rhapsody on a separate speaker. If you want to try doing that, you might want to look at https://queenpoland.wordpress.com/download/queen-multitracks/ . You will need to split MOGGs into OGGs with a tool like Audacity. If you use Audacity, the option is in the menu under File > Export > Export Multiple...