{"product_id":"smsl-r100","title":"SMSL R100 R2R Audio DAC Web PEQ","description":"\u003cstyle\u003e\n  \/* Global Resets \u0026 Typography *\/\n  .r100-container {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: #1a1a1a;\n    line-height: 1.6;\n    max-width: 1200px;\n    margin: 0 auto;\n    background: #ffffff;\n  }\n  .r100-container * {\n    box-sizing: border-box;\n  }\n\n  \/* Hero Header Block *\/\n  .r100-header {\n    display: flex;\n    margin: 50px 0 60px 0;\n    padding-left: 20px;\n  }\n  .r100-accent-line {\n    width: 6px;\n    background-color: #d4af37; \/* Warm Gold for Analog R2R vibe *\/\n    margin-right: 25px;\n    border-radius: 3px;\n  }\n  .r100-header-content h1 {\n    font-size: 3.2rem !important;\n    font-weight: 800 !important;\n    margin: 0 0 10px 0 !important;\n    line-height: 1.1 !important;\n    letter-spacing: -1px !important;\n    color: #111 !important;\n  }\n  .r100-header-content h2 {\n    font-size: 1.4rem !important;\n    font-weight: 700 !important;\n    margin: 0 0 15px 0 !important;\n    color: #d4af37 !important;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n  .r100-header-content p {\n    font-size: 1.15rem !important;\n    color: #444 !important;\n    margin: 0 !important;\n    max-width: 800px;\n    line-height: 1.7 !important;\n  }\n\n  \/* Dark Icon Grid Section (6 Key Features) *\/\n  .r100-tech-grid-wrapper {\n    background-color: #181a1b !important;\n    padding: 70px 40px;\n    margin-bottom: 60px;\n    border-radius: 12px;\n  }\n  .r100-tech-grid-wrapper h3 {\n    font-size: 2.2rem !important;\n    margin: 0 0 50px 0 !important;\n    text-align: center !important;\n    font-weight: 700 !important;\n    color: #ffffff !important;\n  }\n  .r100-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 50px 30px;\n  }\n  .r100-grid-item {\n    text-align: center;\n    padding: 0 10px;\n  }\n  .r100-grid-item svg {\n    width: 52px;\n    height: 52px;\n    fill: none;\n    stroke: #d4af37; \/* Gold Icons *\/\n    stroke-width: 1.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    margin: 0 auto 20px auto;\n    display: block;\n  }\n  .r100-grid-item h4 {\n    font-size: 1.25rem !important;\n    margin: 0 0 12px 0 !important;\n    font-weight: 700 !important;\n    color: #ffffff !important;\n  }\n  .r100-grid-item p {\n    font-size: 0.95rem !important;\n    color: #a0aab2 !important;\n    margin: 0 !important;\n    line-height: 1.5 !important;\n  }\n\n  \/* Accordion Detailed Technology Section *\/\n  .r100-details-section {\n    padding: 0 20px 60px 20px;\n  }\n  .r100-details-section h3 {\n    font-size: 2.2rem !important;\n    margin-bottom: 40px !important;\n    text-align: center;\n    color: #111 !important;\n    font-weight: 700 !important;\n  }\n  .r100-accordion-wrapper {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n  .r100-accordion {\n    background: #fcfcfc;\n    margin-bottom: 15px;\n    border-radius: 8px;\n    border: 1px solid #eaeaea;\n    border-left: 4px solid #d4af37; \/* Gold accent left bar *\/\n    box-shadow: 0 4px 15px rgba(0,0,0,0.02);\n    overflow: hidden;\n  }\n  .r100-accordion summary {\n    font-size: 1.25rem !important;\n    font-weight: 700 !important;\n    padding: 22px 25px;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    color: #111 !important;\n    background-color: #fff;\n    transition: background-color 0.2s ease;\n  }\n  .r100-accordion summary:hover {\n    background-color: #fafafa;\n  }\n  .r100-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n  .r100-accordion summary::after {\n    content: '+';\n    font-size: 1.8rem;\n    color: #d4af37; \/* Gold Plus Sign *\/\n    font-weight: 300;\n  }\n  .r100-accordion[open] summary::after {\n    content: '−'; \/* Minus sign when opened *\/\n  }\n  .r100-accordion p {\n    margin: 0 !important;\n    padding: 0 25px 25px 25px;\n    color: #555 !important;\n    font-size: 1.05rem !important;\n    line-height: 1.7 !important;\n    border-top: 1px solid #f0f0f0;\n    padding-top: 20px;\n  }\n\n  \/* Highlight Banner *\/\n  .r100-banner {\n    background: linear-gradient(135deg, #181a1b 0%, #2a2d2f 100%);\n    padding: 40px;\n    border-radius: 8px;\n    text-align: center;\n    margin: 0 20px 60px 20px;\n    border: 1px solid #333;\n  }\n  .r100-banner h4 {\n    color: #d4af37 !important;\n    font-size: 1.6rem !important;\n    margin: 0 0 10px 0 !important;\n  }\n  .r100-banner p {\n    color: #fff !important;\n    font-size: 1.1rem !important;\n    margin: 0 !important;\n  }\n\n  \/* Responsive Design *\/\n  @media (max-width: 768px) {\n    .r100-header-content h1 { font-size: 2.5rem !important; }\n    .r100-header-content h2 { font-size: 1.2rem !important; }\n    .r100-tech-grid-wrapper { padding: 50px 20px; }\n    \n    \/* Mobile: 2 items per row for feature grid *\/\n    .r100-grid { \n      grid-template-columns: repeat(2, 1fr); \n      gap: 40px 15px;\n    }\n  }\n  @media (max-width: 480px) {\n    \/* Super small screens: 1 item per row *\/\n    .r100-grid { \n      grid-template-columns: 1fr; \n    }\n    .r100-accordion summary {\n      font-size: 1.15rem !important;\n      padding: 18px 20px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"r100-container\"\u003e\n\n  \u003c!-- Header Section --\u003e\n  \u003cdiv class=\"r100-header\"\u003e\n    \u003cdiv class=\"r100-accent-line\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"r100-header-content\"\u003e\n      \u003ch1\u003eS.M.S.L R100\u003c\/h1\u003e\n      \u003ch2\u003eMusicality Meets Modern Hi-Res Precision\u003c\/h2\u003e\n      \u003cp\u003eThe S.M.S.L R100 is a desktop R2R DAC that bridges the gap between classic analog warmth and modern digital performance. Powered by dual ADI AD1861-J chips, a patented de-glitch architecture, and a self-developed low-jitter clock algorithm, the R100 delivers an organic, natural, and fatigue-free listening experience.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Key Features Grid (Dark Section with Gold Icons) --\u003e\n  \u003cdiv class=\"r100-tech-grid-wrapper\"\u003e\n    \u003ch3\u003eKey Highlights\u003c\/h3\u003e\n    \u003cdiv class=\"r100-grid\"\u003e\n      \u003c!-- Feature 1: Dual ADI Chips --\u003e\n      \u003cdiv class=\"r100-grid-item\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"4\" y=\"6\" width=\"16\" height=\"12\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M8 6V4m4 2V4m4 2V4M8 20v-2m4 2v-2m4 2v-2M4 10H2m2 4H2m20-4h2m-2 4h2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch4\u003eDual ADI AD1861-J\u003c\/h4\u003e\n        \u003cp\u003eLegendary R2R chips delivering a pure, natural, and immersive analog sound profile.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Feature 2: De-glitch --\u003e\n      \u003cdiv class=\"r100-grid-item\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 12h4l3-6 4 12 3-6h4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch4\u003ePatented De-Glitch\u003c\/h4\u003e\n        \u003cp\u003eMinimizes digital switching distortion and phase jitter for pitch-black backgrounds.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Feature 3: Web PEQ --\u003e\n      \u003cdiv class=\"r100-grid-item\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 21v-7m0-4V3m8 18v-9m0-4V3m8 18v-5m0-4V3M1 14h6m2-6h6m2 8h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch4\u003eWeb-Based PEQ\u003c\/h4\u003e\n        \u003cp\u003eSimple, driver-free EQ adjustment directly in your browser with hardware memory storage.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Feature 4: Hi-Res --\u003e\n      \u003cdiv class=\"r100-grid-item\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 12h8m-4-4v8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch4\u003eHi-Res PCM \u0026amp; DSD\u003c\/h4\u003e\n        \u003cp\u003eSupports ultra-high resolution playback up to PCM 32-bit\/768kHz and native DSD64 (DoP).\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Feature 5: Outputs --\u003e\n      \u003cdiv class=\"r100-grid-item\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"9\" r=\"1\" fill=\"#d4af37\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"9\" cy=\"14\" r=\"1\" fill=\"#d4af37\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"15\" cy=\"14\" r=\"1\" fill=\"#d4af37\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch4\u003eBalanced XLR \u0026amp; RCA\u003c\/h4\u003e\n        \u003cp\u003eEquipped with high-grade gold-plated XLR balanced and standard RCA outputs.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Feature 6: CNC Chassis --\u003e\n      \u003cdiv class=\"r100-grid-item\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M2 10h20M12 4v6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch4\u003eTransparent Windows\u003c\/h4\u003e\n        \u003cp\u003eAnodized aluminum unibody with dual transparent windows showcasing precision engineering.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Detailed Technology Accordions (Foldable Q\u0026A Style) --\u003e\n  \u003cdiv class=\"r100-details-section\"\u003e\n    \u003ch3\u003eEngineering the Acoustic Truth\u003c\/h3\u003e\n    \u003cdiv class=\"r100-accordion-wrapper\"\u003e\n      \n      \u003c!-- Fold 1 (Default Open) --\u003e\n      \u003cdetails class=\"r100-accordion\" open\u003e\n        \u003csummary\u003eAuthentic R2R Architecture\u003c\/summary\u003e\n        \u003cp\u003eAt the heart of the S.M.S.L R100 lies a dual-mono configuration of legendary \u003cstrong\u003eADI AD1861-J R2R DAC chips\u003c\/strong\u003e. Combined with an exclusive patented de-glitch circuit, it eliminates digital harshness and clock switching noise at the source. The result is a smooth, liquid, and lifelike sound signature that captures the authentic texture and warmth of classic analog audio.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003c!-- Fold 2 --\u003e\n      \u003cdetails class=\"r100-accordion\"\u003e\n        \u003csummary\u003eAdvanced Jitter Rejection\u003c\/summary\u003e\n        \u003cp\u003eOvercoming the traditional limitations of R2R designs, the R100 features a proprietary high-precision clock algorithm that effectively suppresses jitter across USB, Optical, and Coaxial inputs. It supports high-resolution \u003cstrong\u003ePCM up to 32-bit\/768kHz and DSD64\u003c\/strong\u003e playback, seamlessly blending the velvety body of vintage R2R with the transparency of modern formats.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003c!-- Fold 3 --\u003e\n      \u003cdetails class=\"r100-accordion\"\u003e\n        \u003csummary\u003eDriver-Free Web PEQ\u003c\/summary\u003e\n        \u003cp\u003eTailor your sound signature effortlessly. The R100 integrates a powerful parametric equalizer (PEQ) accessible directly via any standard web browser—\u003cstrong\u003eno tedious driver installation required\u003c\/strong\u003e. With multiple preset modes (Direct, EQ1, EQ2, EQ3) and onboard memory, your personalized tuning stays with the DAC across all your devices.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003c!-- Fold 4 --\u003e\n      \u003cdetails class=\"r100-accordion\"\u003e\n        \u003csummary\u003eArtisanal CNC Craftsmanship\u003c\/summary\u003e\n        \u003cp\u003eCrafted from a single block of high-density aluminum via precision CNC milling and fine sandblasting, the R100 offers exceptional shielding against electromagnetic interference. \u003cstrong\u003eDual top-panel tempered glass windows\u003c\/strong\u003e offer an elegant view of the symmetrically designed internal circuitry, making it a stunning centerpiece for any desktop.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Compatibility Banner --\u003e\n  \u003cdiv class=\"r100-banner\"\u003e\n    \u003ch4\u003eUniversal Plug-and-Play\u003c\/h4\u003e\n    \u003cp\u003eFull support for USB, Optical, and Coaxial inputs. Seamlessly compatible with Windows, macOS, and Linux ecosystems without the need for complex software setups.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"SMSL","offers":[{"title":"Default Title","offer_id":49348450746612,"sku":null,"price":0.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0130\/6591\/2420\/files\/8-GTR10001.jpg?v=1788923353","url":"https:\/\/www.hifi-express.com\/es\/products\/smsl-r100","provider":"Hifi-express","version":"1.0","type":"link"}