We offer free shipping on all orders
Cabasse Murano Alto Floorstanding Loudspeaker (each)
Cabasse Murano Alto Floorstanding Loudspeaker (each)
Cabasse Murano Alto Floorstanding Loudspeaker (each)
Cabasse Murano Alto Floorstanding Loudspeaker (each)
Cabasse Murano Alto Floorstanding Loudspeaker (each)
Cabasse Murano Alto Floorstanding Loudspeaker (each)
Cabasse Murano Alto Floorstanding Loudspeaker (each)
1 / 7
Cabasse Murano Alto Floorstanding Loudspeaker (each)
Cabasse Murano Alto Floorstanding Loudspeaker (each)
Cabasse Murano Alto Floorstanding Loudspeaker (each)
Cabasse Murano Alto Floorstanding Loudspeaker (each)
Cabasse Murano Alto Floorstanding Loudspeaker (each)
Cabasse Murano Alto Floorstanding Loudspeaker (each)
Cabasse Murano Alto Floorstanding Loudspeaker (each)
0% OFF
Loudspeakers(3C)

Cabasse Murano Alto Floorstanding Loudspeaker (each)

$3,595.00
0 sold
Select Finish
Qty

Cabasse Murano Alto Floorstanding Loudspeaker (each)

A three-way, coaxial mid-tweeter passive speaker with two 7" woofers. Designed and assembled in France with a luxurious finish

Murano Alto is the high-end floorstanding speaker that exceeds sound expectations. At the heart of the three-way triaxial TC23, assembled and quality-assured in Cabasse's  French workshops is the BC13 (which is fitted to flagship products such as THE SPHÈRE and THE Océan). It guarantees a faithful straightforward tonal balance without any auditory strain, for a deep, unrivaled, and incredibly realistic soundstage. It has been fitted with a new aluminum wave guide specifically designed for optimal output with the Murano bass driver.

The new 17ND36 bass driver is specifically developed for Murano speakers. In order to deliver deep yet tight and fast bass from a small volume, Cabasse engineers have miniaturized the La Sphère’s 22" woofer. The concave honeycomb material offers great rigidity and excellent damping which enables a large excursion without deformation. Guided by a long voice coil in the 1.7" deep air gap of an 8.8 lb oversized motor, this driver gives the Murano Alto’s bass crystal purity and strength.

Three long curved vents give Murano Alto an impressive bass boost, both in richness and extension. Depending on the acoustics of the room and the position of the speakers in it, using or not using a vent plug per speaker allows you to choose between the maximum bass level and the most beautiful extension towards extreme bass.

Specifications

HF/MF Driver: Coaxial BC13

LF Driver: 2 x 6.7" 17ND36

Frequency Response: 32/38–24,000 Hz

Crossover Points: 800 Hz, 3,500 Hz

Sensitivity: 89 dB

Nominal Impedance: 8 ohm

Minimum Impedance: 3.4 ohm

Dimensions: 40.4" x 10.8" x 14.7" (102.6 x 27.5 x 37.5 cm)

Weight: 62 lb

Customer Reviews

Here are what our customers say.

Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.
Related Products
25% OFF
Kera | Cryo Facial Globes
美妆(Accessories)
$44.00 $59.00
Tona | Lift and Tone Sculpting Bar.
美妆(Accessories)
$59.00
40% OFF
Bunny Ears | Spa Headband
美妆(Accessories)
$9.00 $15.00