Enjoy the acoustic difference the IsoAcoustics Aperta stands make as they isolate your speakers and deliver improved sound clarity and openness.
PRODUCTS
Aperta Plates
Package includes 2 units & 3M Tape
Dimensions (LxWxH) 8.25″ x 6.85″ x 0.1″ (210mm x 174mm x 3mm)
Material Steel with black powder coat finish
Compatible Models Aperta and ISO-155 (Sold Separately)
Aperta200 Plates
Package includes 2 units & 3M Tape
Dimensions (LxWxH) 10.7″ x 8.6″ x 0.12″ (272mm x 218mm x 3mm)
Material Steel with black powder coat finish
Compatible Models Aperta200 and ISO-200 (Sold Separately)
INSTALLATION
How to install Aperta Support Plates
The Aperta Support Plates can be affixed to any supporting surface to provide a larger surface area for the Aperta stands.
The Aperta & Aperta200 plates can be used to extend the size of the upper supporting surface of floor stands or other supporting structures to accommodate the IsoAcoustics Aperta stands.
Double-sided tape is provided to fasten the Aperta Support Plate to the supporting surface, or the plates can be drilled and bolted into place. Care should be taken to ensure the supporting structure is stable enough to support the stands and speakers.
window.addEventListener('load', function() {
var wrappers = document.querySelectorAll('.viewport-video');
wrappers.forEach(function(wrapper) {
var video = wrapper.querySelector('video');
if (!video) {
return;
}
video.pause();
var observer = new IntersectionObserver(function(entries) {
entries.forEach(function(entry) {
if (entry.isIntersecting) {
video.play();
} else {
video.pause();
}
});
}, {
threshold: 0.25
});
observer.observe(wrapper);
});
});