DS Audio DS E3
DS-E3 "The game changer" DS-E3 Truly beyond price. The DS-E3 is a revolutionary technology in historic record reproduction. Ikuo Tsunoda, Audio Critic Details Cartridge Uses a thir d-generation optical cartridge mechanism The DS-E3 uses a third-generation optical cartridge mechanism, the same design as our other products. The DS-E3 achieves an overwhelmingly low price while inheriting the merits of the third-generation mechanism, such as higher output due to independent LED and PD, improved channel separation, and the use of a beryllium light shielding plate. Aluminum cantilever with elliptical needle The cantilever is made of aluminum and the needle tip is a solid elliptical needle. While adopting the third-generation optical cartridge mechanism, the channel separation is set 1db lower to improve mass production efficiency. Equalizer New Amplification and Power Supply Circuits In the DS-E3 equalizer, the amplification circuit has been made symmetrical, and the voltage supplied to the cartridge has been stabilized to achieve a clearer and faster sound. Miniaturization is achieved by using an operational amplifier The DS-E3 equalizer uses an operational amplifier as the amplifying element to minimize the signal path, thereby greatly reducing the number of components and achieving a smaller size. As a result, the DS-E3 equalizer is about 1/3 the size of the DS003 equalizer. /* --- PHẦN 1: TIÊU ĐỀ LỚN --- */ .product-title-section { width: 100%; max-width: 100vw; background-color: #2a2b2b; color: #ffffff; text-align: center; padding: 100px 20px 60px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 50; letter-spacing: 1px; animation: fadeIn 1.5s ease-in-out; } .product-title-section h1 { font-size: 5rem; margin-bottom: 20px; color: #ffffff; } .divider-line { width: 80%; border: none; border-top: 1px solid #8c8c8c; margin: 0 auto; opacity: 0.7; } /* --- PHẦN 2: ẢNH TOÀN MÀN HÌNH --- */ .product-full-image { position: relative; width: 100%; max-width: 100vw; overflow: hidden; background-color: #000; } .product-full-image img { width: 100%; height: auto; display: block; object-fit: cover; } /* --- CHỮ TRÊN ẢNH (KHÔNG NỀN) --- */ .overlay-text { position: absolute; top: 25%; /* vị trí gần phía trên ảnh */ left: 50%; transform: translateX(-50%); text-align: center; color: #ffffff; z-index: 2; } .overlay-text h2 { font-size: 5rem; font-weight: 300; letter-spacing: 1px; margin: 0; color: #ffffff; text-shadow: 0 2px 6px rgba(0,0,0,0.4); /* giúp chữ nổi trên ảnh sáng */ } /* --- HIỆU ỨNG MƯỢT --- */ @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } /* --- RESPONSIVE --- */ @media (max-width: 768px) { .product-title-section h1 { font-size: 2.2rem; } .overlay-text h2 { font-size: 1.6rem; } } /* ==== BỐ CỤC CHÍNH ==== */ .product-intro-dawn { width: 100%; height: 500px; /* ✨ Giảm chiều cao nền xuống */ background-color: #2a2b2b; /* nền tối sang trọng */ display: flex; flex-direction: column; align-items: center; justify-content: flex-start; /* đẩy nội dung lên trên */ text-align: center; color: #fff; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; position: relative; padding-top: 100px; /* ✨ đẩy chữ xuống một khoảng vừa phải */ overflow: visible !important; } /* ==== ĐƯỜNG THẲNG Ở GIỮA ==== */ .product-intro-dawn::after { content: ""; position: absolute; top: 65%; /* ✨ chỉnh để nằm giữa nền */ left: 50%; transform: translate(-50%, -50%); width: 2px; height: 0px; /* ✨ độ dài vừa phải */ background-color: rgba(255, 255, 255, 0.8); z-index: 1; } /* ==== CHỮ ==== */ .intro-inner { position: relative; z-index: 5; } .intro-title { font-size: 3.8rem; font-weight: 400; letter-spacing: 2px; margin-bottom: 1rem; color: #ffffff; } .intro-subtitle { font-size: 2rem; font-weight: 300; color: #d0d0d0; letter-spacing: 1px; margin-bottom: 40px; } /* ==== HIỆU ỨNG FADE-IN ==== */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .product-intro-dawn .intro-title, .product-intro-dawn .intro-subtitle { animation: fadeInUp 1.5s ease-in-out; } /* ==== RESPONSIVE ==== */ @media (max-width: 768px) { .product-intro-dawn { height: 400px; padding-top: 100px; } .intro-title { font-size: 1.6rem; } .intro-subtitle { font-size: 0.9rem; } .product-intro-dawn::after { height: 180px; } } /* ==== KHỐI CHÍNH ==== */ .fullwidth-video-section { width: 100%; position: relative; overflow: hidden; background-color: #000; /* fallback nếu video chưa load */ margin: 0; padding: 0; } /* ==== VIDEO ==== */ .video-wrapper { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; /* tỷ lệ 16:9 */ overflow: hidden; } .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* ==== RESPONSIVE ==== */ @media (max-width: 768px) { .video-wrapper { padding-bottom: 56.25%; /* vẫn giữ tỷ lệ 16:9 */ } } /* Toàn khối */ .custom-feature-section { width: 100%; background-color: #8a8886; /* nền xám */ color: #e0dfde; padding: 80px 0; box-sizing: border-box; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } /* Phần tiêu đề lớn (DETAIL) */ .feature-main-header { width: 100%; text-align: center; padding: 0 5%; margin-bottom: 60px; } .main-title { font-size: 32px; font-weight: 400; letter-spacing: 1px; color: #ffffff; margin-bottom: 10px; } .main-line { width: 100%; height: 2px; background-color: #c0bebc; opacity: 0.7; margin-top: 20px; } /* Container chính */ .feature-container { max-width: 1200px; margin: 0 auto; padding: 0 5%; } /* Tiêu đề phụ (Cartridge) */ .feature-header { text-align: left; margin-bottom: 40px; } .feature-subtitle { font-size: 22px; letter-spacing: 1px; color: #d0cecd; margin-bottom: 8px; } .feature-line { width: 260px; /* đường nhỏ */ height: 1px; background-color: #c9c7c5; opacity: 0.6; } /* Bố cục 2 cột */ .feature-content { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 40px; } /* Ảnh */ .feature-image { flex: 1 1 45%; text-align: left; display: flex; justify-content: center; align-items: center; } .feature-image img { width: 100%; height: 400px; /* Đặt cùng chiều cao cho các hình */ object-fit: cover; /* Cắt cho đồng đều */ display: block; border-radius: 4px; } /* Text */ .feature-text { flex: 1 1 50%; text-align: left; } .feature-title { font-size: 18px; font-weight: 500; line-height: 1.6; color: #ffffff; margin-bottom: 20px; letter-spacing: 1px; text-align: left; } .feature-description { font-size: 14px; line-height: 1.8; color: #ffffff; } /* Responsive */ @media (max-width: 768px) { .feature-content { flex-direction: column; text-align: center; } .feature-image, .feature-text { text-align: center; } .main-title { font-size: 26px; } .main-line { width: 90%; margin: 20px auto; } .feature-header { text-align: center; } .feature-line { margin: 0 auto; } .feature-image img { height: 300px; /* giảm chiều cao hình khi mobile */ } } DS-E3 Optical Cartridge Signal output Photo-electric Conversion Channel separation 26db more (1kHz) Weight 7.7g Output signal level 70mV more Canti-lever Aluminum Body material Aluminum Needle pressure 2.0g~2.2g(2.1g is recommended) Stylus Elliptical Needle DS-E3 Equalizer for Optical Cartridge Output voltage 500mV(1kHz) Output impedance 120Ω Pre amp input impedance More than 10kΩ Input terminal RCA terminal Output terminal RCA terminal (Switch two outputs with switch) Size W26cm×H6.9cm×D19.5cm Weight 1.86kg Review Hi Fi News review Tracking angle review(Stereophile) hi-fi + review Documents & Downloads DS Audio product catalog 2025 (8M) Down Load DS-E3 Catalog Down Load DS-E3 intruction manual Down Load Trouble shooting Down Load
More you might like
Related
DS Audio - DS-E3 - Cartridge & Equalizer
Related
DS Audio DS E3 Cartridge & Phonostage System
Related
DS Audio DS-E3 Optical Phono Cartridge System
Related