Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| infrastructure:audio-setup [2025/12/28 10:13] – diamond | infrastructure:audio-setup [2026/04/23 06:28] (current) – diamond | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ## Quick Start | ## Quick Start | ||
| - | - To use the Android TV, switch | + | - Make sure the AV Receiver |
| - | - Make sure the HDMI indicator | + | - To use the Android TV: |
| - | - Make sure the TV input is set to HDMI 1. | + | - Make sure the onn Box is on: if the LED in front of it is red, then it's off. Find its remote |
| - | - To use the media desk, switch the AV Receiver | + | - You can also optionally turn on the TV. Make sure it' |
| + | - To use Bluetooth, see [Connecting to Bluetooth](# | ||
| + | - To use the media desk: | ||
| + | - The mixer on the media desk should already be wired to the audio mixer. | ||
| + | - To use the rally bar: | ||
| + | - Use the in-built speakers. The rally bar is not wired up to the AV system. | ||
| - | **Notes:** | + | ### Connecting to Bluetooth |
| - | - To use the rally bar, switch | + | We use a " |
| - | - Please change | + | |
| - | - Bluetooth is not available yet. | + | - To turn it on, hold the top button. The LED light should come up. You'll also hear it saying " |
| + | - To turn it off, hold the top button again. | ||
| + | - To enter pairing mode, double-tap the top button. **The LED light should be flashing red and blue.** You should be able to find a Bluetooth | ||
| + | |||
| + | This Bluetooth receiver can connect up to 2 devices simultaneously. If you're having issues with connecting to it, you might want to make sure that no one is connected to it. If you're unable to connect, try putting it into pairing mode and then reconnecting. | ||
| ## Wiring | ## Wiring | ||
| Line 22: | Line 31: | ||
| nodesep=0.5; | nodesep=0.5; | ||
| ranksep=1; | ranksep=1; | ||
| - | | + | |
| node [shape=box, style=rounded, | node [shape=box, style=rounded, | ||
| Line 30: | Line 39: | ||
| rally_bar [label=" | rally_bar [label=" | ||
| av_receiver [label=" | av_receiver [label=" | ||
| + | sub_amp [label=" | ||
| bluetooth [label=" | bluetooth [label=" | ||
| media_desk [label=" | media_desk [label=" | ||
| - | | + | |
| + | hdmi_splitter [label=" | ||
| subgraph speakers { | subgraph speakers { | ||
| label = " | label = " | ||
| - | | + | |
| front_speaker_l [label=" | front_speaker_l [label=" | ||
| front_speaker_r [label=" | front_speaker_r [label=" | ||
| - | small_sub [label=" | + | small_sub [label=" |
| + | jeremy_sub [label=" | ||
| } | } | ||
| - | | + | |
| { | { | ||
| rank=same; | rank=same; | ||
| Line 46: | Line 59: | ||
| front_speaker_r; | front_speaker_r; | ||
| } | } | ||
| + | |||
| + | { rank=same; tv; av_receiver; | ||
| pc -> rally_bar [label=" | pc -> rally_bar [label=" | ||
| rally_bar -> tv [label=" | rally_bar -> tv [label=" | ||
| - | | + | |
| - | | + | hdmi_splitter -> audio_mixer [label=" |
| - | bluetooth -> av_receiver | + | hdmi_splitter |
| - | media_desk -> av_receiver [label=" | + | |
| - | av_receiver -> small_sub [label=" | + | bluetooth -> audio_mixer |
| + | media_desk -> audio_mixer [label=" | ||
| + | | ||
| + | sub_amp -> jeremy_sub [label=" | ||
| + | av_receiver -> small_sub [label=" | ||
| small_sub -> front_speaker_l [label=" | small_sub -> front_speaker_l [label=" | ||
| small_sub -> front_speaker_r [label=" | small_sub -> front_speaker_r [label=" | ||
| } | } | ||
| + | |||
| </ | </ | ||
| ``` | ``` | ||
| + | |||
| + | > **Note:** The small subwoofer is currently unused and only acts as passthrough. They' | ||
| + | |||