Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct power output detail for the every channel used case #749

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ rca_status

# User Manual compilation byproducts
docs/manual/_markdown_manual
manual.markdown.lua

# Status File
display-status.txt
61 changes: 34 additions & 27 deletions docs/manual/MAIN_CONTROLLER_SPECS.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,48 @@
### Specifications

|Feature||
|:------|:-----|
|Streaming Sources | Airplay™, Pandora®, Spotify Connect™, DLNA®, Internet Radio, Bluetooth™* |
| Feature | Description |
| :--------------------------------- | :---------- |
|||
|Control Interfaces| Web App, Mobile App, REST API, Third-Party Software|
| Streaming Sources | Airplay™, Pandora®, Spotify Connect™, DLNA®, Internet Radio, Bluetooth™* |
|||
|Dimensions | 2U 19" rackmount unit, 12.5” L x 19” W x 3.5” H|
| Control Interfaces | Web App, Mobile App, REST API, Third-Party Software |
|||
|Weight | 15 lbs / 6.8 kg |
| Dimensions | 2U 19" rackmount with 315mm depth |
|||
|Connectivity | 100Mbps Ethernet|
| | 2x USB 2.0|
| Weight | 15 lbs / 6.8 kg |
|||
|Power Input | 100-120 VAC or 180-264 VAC, 50-60Hz, Maximum input 782W|
| Connectivity | 100Mbps Ethernet |
| | 2x USB 2.0 |
|||
|Power Consumption | 6.7W Idle |
| | 391W Continuous |
| | 782W Peak |
| Power Input | 100-120 VAC or 180-264 VAC, 50-60Hz |
| &nbsp;- IEC 60320 C14 Fused Inlet | <10W idle, maximum input 782W |
|||
|Peak Current Consumption|6.8A @ 115VAC or 3.4A @230VAC|
| Peak Current | TODO: Remove? 6.8A @ 115VAC or 3.4A @230VAC|
|||
|Speaker Power | 55 WPC @ 4 Ω |
| | 32 WPC @ 8 Ω |
| Amplifier Outputs | Single channel RMS power @ 4 Ω: 55 W |
| &nbsp;- 6 stereo amplified outputs | Single channel RMS power @ 8 Ω: 32 W |
| &nbsp;- Euroblock connectors | All channels driven RMS power: 26 W per channel |
| | THD+N <0.1\% @ 1kHz |
| | S/N ratio: >95 dB (A) |
| | Crosstalk: >65 dB |
|||
|Speaker Impedance | 4 - 8 Ω |
| Preamp Outputs | Variable line level output |
| &nbsp;- 6 stereo analog RCA | -79dB to 0dB gain in 1.0dB steps |
| | Max output level: 2.0 VRMS (6dBV) |
|||
|Stereo Zones | 6 |
| Line Level Audio Inputs | Max input level: 2.0 VRMS (6dBV) |
| &nbsp;- 4 analog RCA inputs | Input Sensitivity: 0.35 VRMS |
|||
|Audio Input | 4 RCA Line In |
| | Max input level: 2.0 VRMS (6dBV) |
| | Input Sensitivity: 0.35 VRMS |
| Aux Input | 16-bit 48kHz input |
| &nbsp;- 3.5mm connector | Can be digitally mixed into other sources. |
|||
|Digital Audio Sources | 32-bit 384KHz (Source 1), 16-bit 48KHz (Sources 2, 3, 4)|
|
|
|
|
|
| *\* with third party USB Adapter |
| Digital Audio Sources | 32-bit 384KHz (Source 1), 16-bit 48KHz (Sources 2, 3, 4) |
|||
| Expansion Connector | Control and audio connections for up to 5 zone expander units |
| &nbsp;- 16-pin IDC | supporting a total of 36 zones. |
|||

&nbsp;
\
\
\* with third party USB Adapter
2 changes: 1 addition & 1 deletion scripts/typeset_manual
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# run the script from the base directory
cd ${SCRIPT_DIR}/..
# run the latest version of the markdown -> latex -> psf toolchain from https://github.com/Witiko/markdown
docker run --rm -v $(realpath .)/docs:/docs -w /docs witiko/markdown latexmk -lualatex manual.tex
docker run --rm -v $(realpath .)/docs/manual:/docs/manual -w /docs/manual witiko/markdown latexmk -lualatex manual.tex
Loading