Tannoy Revolution XT C Center Channel Loudspeaker

$840.00
Select Finish : Gloss White
Quantity
Description

Tannoy Revolution XT C

Tannoy has been steadily refining a notable design for decades and has achieved some remarkable results, especially in terms of the faithful reproduction of instrumental and vocal sonorities.
— ANDREW QUINT, THE ABSOLUTE SOUND, MAY 2016

 

The Omnimagnet dual is augmented with twin 100 mm (4 inch) mid/bass drivers to deliver deep bass reproduction down to 62 Hz, bringing authentic presence to movie dialogue.

The compact 7.6 litre XT C cabinet utilizes the low colouration trapezoid shape that defines the Revolution range, with extensive bracing to further enhance accuracy across the audio band. A unique variation on the XT-series plinth has been designed specifically for the XT C, allowing the speaker to be angled low, mid or high depending on its placement relative to the listener. The three-point contact with the speaker provides stable support whether the XT C is placed below or above a TV screen or directly behind an acoustically transparent projection screen.

Specifications


Recommended Amplifier Power: 25 - 120 W
Continuous Power Handling: 60 W
Peak Power Handing: 240 W
Sensitivity (2.83 V @ 1 m): 89 dB
Nominal Impedance: 8 ohm
Frequency Response (-6 dB): 62 Hz - 52 kHz
Drivers: Dual Concentric™ High Frequency (20 mm (0.79") Linear PEI dome with Torus Ogive WaveGuide and Omnimagnet technology), Dual Concentric™ Low Frequency (100 mm (4”) multi-fibre paper 35 mm (1.38”) voice coil)
Crossover Frequency: 2.8 kHz
Crossover Type: Passive low loss 2nd order low pass, 1st order high pass
Enclosure Type: Rear ported reflex
Volume: 7.6 l (0.27 cu. ft.)
Dimensions: 6.9" x 17.7" x 8.09" (176.9 x 450 x 205.6 mm)
Weight: 7.9 kg (17.5 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.