details+details {
border-top: 1px solid var(--border);
}
/* линия под последним пунктом */
.accordion>details:last-of-type {
border-bottom: 1px solid var(--border);
}
/* Заголовок раздела */
summary {
list-style: none;
/* убирать маркеры в Firefox */
cursor: pointer;
padding: 16px 20px;
display: grid;
grid-template-columns: 1fr auto;
/* текст слева, плюс справа */
align-items: center;
gap: 12px;
font-weight: 400;
font-size: 20px;
text-transform: uppercase;
outline: none;
user-select: none;
}
/* убрать дефолтный маркер в WebKit/Blink */
summary::-webkit-details-marker {
display: none;
}
/* убрать маркер в браузерах, поддерживающих ::marker */
summary::marker {
content: '';
}
/* Иконка справа: плюс/минус */
summary::after {
content: "+";
color: var(--muted);
font-weight: 800;
font-family: "Roboto Condensed", "Trebuchet MS", Arial, sans-serif;
font-size: 18px;
line-height: 1;
}
details[open]>summary::after {
content: "–";
color: var(--primary);
}
/* цвет заголовков при открытии */
details[open]>summary {
color: var(--text-alt);
}
/* Фокус и ховер состояния */
summary:hover {
background: #fafafa;
}
details:focus-within>summary {
outline: 2px solid var(--bg);
outline-offset: -2px;
/* чтобы не прыгала рамка */
}
/* Контент панели */
.panel {
padding: 20px 20px 20px 40px;
color: var(--muted);
font-size: 18px;
}
@media screen and (max-width: 992px) {
.zerotwenty {
padding: 0 20px;
}
#klipsch-rich .whbgmob {
background-color: rgba(255, 255, 255, 0.7);
}
#klipsch-rich h2 {
font-size: 3.1em;
}
#klipsch-rich h3 {
font-size: 2.4em;
}
#klipsch-rich p {
font-size: 1.5em;
}
#klipsch-rich li {
font-size: 1.5em;
}
#klipsch-rich .flex-container {
display: flex;
flex-wrap: wrap;
flex-direction: column;
max-width: 1400px;
padding: 0 20px;
padding-top: 0;
padding-bottom: 6%;
}
#klipsch-rich .padmob {
padding: 0 20px;
}
#klipsch-rich .clmn {
padding: 0 0 1em 0;
}
#klipsch-rich {
font-size: 14px;
max-width: 100%;
}
#klipsch-rich .clmn-1,
#klipsch-rich .clmn-2,
#klipsch-rich .clmn-2-alt,
#klipsch-rich .clmn-3,
#klipsch-rich .clmn-4,
#klipsch-rich .clmn-70 {
width: 100%;
}
#klipsch-rich .clmn-3_alt,
#klipsch-rich .clmn-70_alt {
max-width: 400px;
margin: auto auto 1em auto;
width: 100%;
}
#klipsch-rich .clmn.right {
justify-content: flex-start;
text-align: left;
}
#klipsch-rich .flex-container.revert {
flex-direction: column-reverse;
max-width: 1400px;
margin: 0 auto;
}
#klipsch-rich svg {
justify-content: flex-start;
max-width: 20%;
}
.pos4-alt {
max-width: 600px;
}
}
/* template */
#klipsch-rich .boldupcent {
text-transform: uppercase;
font-weight: bold;
text-align: center;
}
#klipsch-rich .boldcent {
font-weight: 400;
text-align: center;
padding-bottom: 20px;
}
#klipsch-rich .normalupcent {
text-transform: uppercase;
text-align: center;
font-weight: normal;
}
#klipsch-rich .normalcent {
text-align: center;
font-weight: 300;
}
#klipsch-rich .up {
text-transform: uppercase;
color: #2b3d52;
font-weight: 600;
width: 100%;
padding: 0 0.5em;
line-height: 1em;
}
#klipsch-rich .boldupleft {
text-transform: uppercase;
font-weight: bold;
text-align: left;
}
#klipsch-rich .boldleft {
font-weight: 400;
text-align: left;
}
#klipsch-rich .vertmid {
display: flex;
align-items: center;
justify-content: left;
}
#klipsch-rich .video {
height: 0;
position: relative;
padding-bottom: 56.25%;
}
#klipsch-rich .video iframe {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
@media (min-width: 992px) {
#klipsch-rich .listinrow {
display: flex;
flex-directon: row;
justify-content: space-around;
}
}
@media (min-width: 992px) {
#klipsch-rich .clmn-4 {
width: 50%;
}
}
@media (max-width: 1279px) {
.aspect-cor {
aspect-ratio: 1 / 1;
overflow: hidden;
}
}
@media (min-width: 1280px) {
#wt-desk h2,
#wt-desk h3,
#wt-desk h4,
#wt-desk p,
#wt-desk ol {
color: #ffffff;
}
.abs-desk {
width: 100%;
position: absolute;
}
.pos1 {
top: 0;
bottom: 0;
}
.pos2 {
left: 25%;
top: 0;
}
.pos2-alt {
left: 15%;
top: 0;
}
.pos3 {
left: 50%;
top: 0;
}
.pos4 {
left: 0;
top: 33%;
}
.pos4-alt {
left: 4%;
top: 18%;
}
.pos5 {
left: 25%;
top: 33%;
}
.pos6 {
left: 50%;
top: 33%;
}
.pos7 {
left: 0;
bottom: 0;
}
.pos8 {
left: 25%;
bottom: 0;
}
.pos8-alt {
left: 25%;
bottom: 15%;
}
.pos9 {
left: 50%;
bottom: 0;
}
.mh-desk {
max-height: 1100px;
}
#klipsch-rich .clmn-4 {
width: 25%;
}
#klipsch-rich .clmn-2-alt {
width: 50%;
}
}
#compare-audio a {
margin-top: 40px;
text-decoration: none;
color: #7d9bc1;
}
#compare-audio a:hover {
text-decoration: underline;
color: #7d9bc1;
}
#klipsch-rich .choice h4 {
border-bottom: 4px solid red;
}
.image img {
filter: brightness(40%);
}
TX-8470
Hi-Fi Network Stereo Receiver
Built by and for audiophiles, the Onkyo TX-8470 Hi-Fi Network Stereo Receiver seamlessly blends
exceptional audio fidelity for music lovers with modern connectivity options for hassle-free home
entertainment.
Hi-fi for the family
Fewer channels for higher resolution sound
With a two-channel stereo receiver – instead of a larger audio video receiver
(AVR) – amplifier design and components are meticulously optimized for more focused and refined
audio output. Case in point: A gold-plated terminal and audio-grade capacitors provide clean sound,
while our dedicated-design amplifier supports a high current drive and maximizes your loudspeaker
performance, resulting in superior sound reproduction and a richer listening experience.
Built for the vinyl comeback era
Time to dust off that vintage vinyl collection…or start a new one! The Onkyo
TX-8470 was designed specifically with record players in mind. Thanks to our patented discrete op
amp circuitry and isolated MM/MC phono board, those delicate phono signals are kept safe from
unwanted distortion for improved clarity and better overall audio performance.
Audiophile streaming built-in
Experience effortless access to your favorite high resolution music streaming
platforms. Working with our partners at Roon, Tidal, Deezer and more, the Onkyo TX-8470 transforms
your listening lounge into a sanctuary of hi-fi sound.
Smart home, smarter Onkyo
Our products are designed with modern smart homes in mind. Built-in third-party
assistants like Apple and Google allow you to perfect your home entertainment ecosystem with
best-in-class connectivity features.
Technical details
Premium 2-Channel DAC
Experience high resolution audio playback thanks to AKM’s premium 32bit/768kHz stereo DAC (AK4452).
Capable of supporting wide range signals and at low power consumption, this DAC achieves the
industry’s best low distortion characteristics.
High-Current Class G Amplifier
Our high-current Class G amplifier ensures an efficient, accurate reproduction of audio signals
across the entire frequency range. With our low negative feedback (NFB) design, this amp achieves
greater transparency and musicality by minimizing distortion and interference for a more natural,
dynamic listening experience.
Gold-plated speaker terminals, RCA inputs
Offering superior conductivity and corrosion resistance, the TX-8470’s gold-plated speaker terminals
and RCA inputs ensure optimal signal transfer with minimal signal degradation for cleaner, more
stable audio connections.
Custom Capacitor, Power Supply
Custom transformer and low-impedance capacitors deliver unparalleled dynamism and lifelike sound
reproduction, ensuring natural note transitions so nuances in attack, decay, sustain, and release
are voiced with conviction.
HDMI ARC
Simplify your setup with HDMI ARC technology that uses a single cable for both audio playback and
device control.
110W/CH
This robust power output provides room-filling sound with ample headroom for dynamic playback and
immersive listening experiences.
Stereo receivers for every need
Docs
Spec Sheets
For more technical detail, download the Spec Sheets here: TX 8470
Spec Sheet En, Onkyo
TX 8470 Fiche technique FR
Product Manuals
Download the Product Manuals for TX-8470 here: TX-8470
Manual En,
Onkyo
TX 8470 Manual FR,
TX
8470 Basic Bedienungsanleitung GER.
Firmware Updates
Latest firmware update instructions: TX
8470 Firmware Update Instructions & History
Latest firmware update: TX-8470
Firmware Update
" />
TX-8470 Hi-Fi Network Stereo Receiver
Built by and for audiophiles, the Onkyo TX-8470 Hi-Fi Network Stereo Receiver seamlessly blends
exceptional audio fidelity for music lovers with modern connectivity options for hassle-free home
entertainment.
Hi-fi for the family
Fewer channels for higher resolution sound
With a two-channel stereo receiver – instead of a larger audio video receiver
(AVR) – amplifier design and components are meticulously optimized for more focused and refined
audio output. Case in point: A gold-plated terminal and audio-grade capacitors provide clean sound,
while our dedicated-design amplifier supports a high current drive and maximizes your loudspeaker
performance, resulting in superior sound reproduction and a richer listening experience.
Built for the vinyl comeback era
Time to dust off that vintage vinyl collection…or start a new one! The Onkyo
TX-8470 was designed specifically with record players in mind. Thanks to our patented discrete op
amp circuitry and isolated MM/MC phono board, those delicate phono signals are kept safe from
unwanted distortion for improved clarity and better overall audio performance.
Audiophile streaming built-in
Experience effortless access to your favorite high resolution music streaming
platforms. Working with our partners at Roon, Tidal, Deezer and more, the Onkyo TX-8470 transforms
your listening lounge into a sanctuary of hi-fi sound.
Smart home, smarter Onkyo
Our products are designed with modern smart homes in mind. Built-in third-party
assistants like Apple and Google allow you to perfect your home entertainment ecosystem with
best-in-class connectivity features.
Technical details
Premium 2-Channel DAC
Experience high resolution audio playback thanks to AKM’s premium 32bit/768kHz stereo DAC (AK4452).
Capable of supporting wide range signals and at low power consumption, this DAC achieves the
industry’s best low distortion characteristics.
High-Current Class G Amplifier
Our high-current Class G amplifier ensures an efficient, accurate reproduction of audio signals
across the entire frequency range. With our low negative feedback (NFB) design, this amp achieves
greater transparency and musicality by minimizing distortion and interference for a more natural,
dynamic listening experience.
Gold-plated speaker terminals, RCA inputs
Offering superior conductivity and corrosion resistance, the TX-8470’s gold-plated speaker terminals
and RCA inputs ensure optimal signal transfer with minimal signal degradation for cleaner, more
stable audio connections.
Custom Capacitor, Power Supply
Custom transformer and low-impedance capacitors deliver unparalleled dynamism and lifelike sound
reproduction, ensuring natural note transitions so nuances in attack, decay, sustain, and release
are voiced with conviction.
HDMI ARC
Simplify your setup with HDMI ARC technology that uses a single cable for both audio playback and
device control.
110W/CH
This robust power output provides room-filling sound with ample headroom for dynamic playback and
immersive listening experiences.