Technics Ottava S SC-C30 Wireless Speaker System

$999.00 $1,149.00 Save $150.00
Colour:  Black
Quantity
Share the love
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

Promotional pricing is inclusive of any trade-in allowance.

 

A Wide Soundstage from a Compact Body
Three 1.6-cm tweeters deliver high-res sound up to 50 kHz. This combines with a front-firing 12-cm long-stroke subwoofer and a straight, large-diameter, long port. A total of 7 units in the rigid, glass fibre reinforced body produce powerful sound from the 3.1-channel amplifier.

The SC-C30 is equipped with three units of Technics’ original JENO Engine (Jitter Elimination and Noise-shaping Optimization) full-digital amp. The JENO Engine drives each speaker unit accurately and powerfully. Furthermore, the impulse response improvement technology, LAPC (Load Adaptive Phase Calibration), realises ideal speaker drive to deliver accurate and information-rich sound.

Faithful Sound Reproduction from Bluetooth® and Compressed Audio Sources
A technology is utilised that reproduces high-quality sound from compressed audio sources used in streaming music services, Internet radio and Bluetooth®. Technics’ Re-master technology that uses a proprietary algorithm reproduces signals as close to the original audio source as possible, thus eliminating sound quality degradation that normally occurs in the reproduction of audio signals from compressed audio sources.

Optimally Balanced Sound for any Listening Environment Space Tune™
To provide the Ottava™ S SC-C30's excellent sound in every room and listening position, Space Tune optimises the listening environment to the sound space. In addition to offering 3 preset modes to suit the mounting location, a microphone built into the main unit enables an Auto function to optimise the sound and an iOS device can also be used to measure and compensate the frequency response with greater precision. This allows the user to enjoy higher sound quality regardless of where the unit is placed.

Complete Compatibility
In addition to USB playback and analogue/optical input, the OTTAVA™ S SC-C30 supports Bluetooth®, AirPlay 2, Chromecast built-in, Spotify, Tidal, Deezer, Internet Radio and Network Playback, allowing comfortable playback of a diverse range of music sources from a single unit. High connectivity also supports multi-room, stereo pairs, and Wi-Fi, as well as iOS and Android control apps.

Multi-room and Stereo Pairing
With a number of Chromecast built-in speakers, the variety of music streaming services can be played in several rooms, or different music can be played from room to room. (The Google Home App is required.)

In addition, if you use Technics Audio Center app and have another app compatible Technics / Panasonic devices, you can also enjoy other music source in multi-room such as Bluetooth, AUX, Optical input, USB, Internet radio and also OTTAVA™ SC-C30 compatible streaming music. If two OTTAVA™ S SC-C30s are arranged and set to stereo, you can enjoy highly ambient stereo sound.

Broad selection of streaming services, easy-to-use controls
Chromecast built-in

Chromecast built-in supports a wide variety of music streaming services for easy casting from a smartphone app. And since the data is streamed directly to the main unit, there is no degradation in sound quality, and the user can select from a diverse range of music.

Works with the Google Assistant
If a Google Assistant-enabled device is included in the same network, the Google Assistant can be used to operate OTTAVA™ S SC-C30 music playback and other functions. When the user doesn't have a smartphone app in hand, or when hands are full, music can be easily played using just your voice.

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.