Vivo AiO V220IB

'); var winW, lastSection, scroll, player, contentH, sectionTopArray = new Array(), sectionIDArray = new Array(); var animInterval, myFirstTimeOfDesign = 0, audio_num = 1; $(document).ready(function(){ winW = $(window).width(); aioV220IB_initialTabs(); $('.aioV220IB-tab-wrapper .aioV220IB-tab-btn').on('click',function(){ $(this).parent('.aioV220IB-tab-btn-wrapper').find('.aioV220IB-tab-btn').removeClass('active'); $(this).parent('.aioV220IB-tab-btn-wrapper').find('.aioV220IB-tab-btn').eq($(this).index()).addClass('active'); $(this).parent('.aioV220IB-tab-btn-wrapper').next('.aioV220IB-tab-content-wrapper').find('.aioV220IB-tab-content').hide(); $(this).parent('.aioV220IB-tab-btn-wrapper').next('.aioV220IB-tab-content-wrapper').find('.aioV220IB-tab-content').eq($(this).index()).fadeIn(); resetHeight(); }); if( winW >= 960 ) { $('#special-sectionOverview #right-menu').css('display','block'); $('#special-sectionOverview #right-menu ul li').on('click',function(){ var thisSectionID = $(this).attr('rel'); scrollBodyTo($('#'+thisSectionID).offset().top-70); }); } else { $('#special-sectionOverview #right-menu').css('display','none'); $('#special-sectionOverview .aioV220IB-audio-section .aioV220IB-audio-animation').html( "" ); } var videoW = (winW * 800) / 960; var videoH = (videoW * 450) / 800; $(".aioV220IB-video-play").colorbox({iframe:true, innerWidth:videoW, innerHeight:videoH}); $('.tab-line .tab-btn').on( 'click', function(){ $('#special-sectionOverview .aioV220IB-audio-section .tab-line .tab-btn').removeClass('active'); $(this).addClass('active'); $('#special-sectionOverview .aioV220IB-audio-section .display-left').css( 'display', 'none' ); $('#special-sectionOverview .aioV220IB-audio-section .aioV220IB-audio-' + $(this).attr('id') ).fadeIn(700); resetHeight(); }); $('#special-sectionOverview .aioV220IB-design-section .content-left img').mouseenter( function(){ $('#special-sectionOverview .aioV220IB-design-section .pic-right img').css( 'display', 'none' ); $('#special-sectionOverview .aioV220IB-design-section .pic-right img#' + $(this).attr('id') ).css( 'display', 'block' ); }); if( winW > 960 ) { $('.aioV220IB-gesture-section .gesture-demo-tab-wrap .gesture-demo-tab').on('click',gestureAnimate); }; initBluePoint(); $('#special-sectionOverview .aioV220IB-multi-section .content #cross-close').on( 'click', function(){ $(this).css( 'display', 'none' ); animPoint("start"); setTimeout( function(){ $('#special-sectionOverview .aioV220IB-multi-section .point-display').css({ 'top': '30px', 'right': '0px', 'opacity': '1' }); }, 500); $('#special-sectionOverview .aioV220IB-multi-section .content #crosslink').css( 'right', '-530px' ); $('#special-sectionOverview .aioV220IB-multi-section .detail > .wireless').css({ 'bottom': '-140px', 'padding-top': '0px' }); $('#special-sectionOverview .aioV220IB-multi-section .detail > .nfc').css({ 'bottom': '-260px', 'padding-top': '0px' }); $('#special-sectionOverview .aioV220IB-multi-section .detail > .aic').fadeOut(1400); $('#special-sectionOverview .aioV220IB-multi-section .point-display .blue-point').css( 'cursor', 'pointer' ); }); $('#special-sectionOverview .aioV220IB-multi-section .detail .quick_btn .wireless').on( 'click', function(){ $('#special-sectionOverview .aioV220IB-multi-section .content #cross-close').trigger('click'); setTimeout( function(){ $('#special-sectionOverview .aioV220IB-multi-section .point-display .wireless').trigger('click'); }, 500); }); $('#special-sectionOverview .aioV220IB-multi-section .detail .quick_btn .nfc').on( 'click', function(){ $('#special-sectionOverview .aioV220IB-multi-section .content #cross-close').trigger('click'); setTimeout( function(){ $('#special-sectionOverview .aioV220IB-multi-section .point-display .nfc').trigger('click'); }, 500); }); $('#special-sectionOverview .aioV220IB-multi-section .detail .quick_btn .aic').on( 'click', function(){ $('#special-sectionOverview .aioV220IB-multi-section .content #cross-close').trigger('click'); setTimeout( function(){ $('#special-sectionOverview .aioV220IB-multi-section .point-display .aic').trigger('click'); }, 500); }); setInterval( function(){ switch( audio_num ) { case 1: $('#special-sectionOverview .aioV220IB-audio-dripple-bottom img').attr( 'src', './websites/global/products/GRcRaUiD2oqHqjTQ/img/audio-dripple-2.png' ); audio_num = 2; break; case 2: $('#special-sectionOverview .aioV220IB-audio-dripple-bottom img').attr( 'src', './websites/global/products/GRcRaUiD2oqHqjTQ/img/audio-dripple-3.png' ); audio_num = 3; break; case 3: $('#special-sectionOverview .aioV220IB-audio-dripple-bottom img').attr( 'src', './websites/global/products/GRcRaUiD2oqHqjTQ/img/audio-dripple-1.png' ); audio_num = 1; break; default: break; } }, 500); }); $(window).load( function(){ resetHeight(); var visualTop = $('.aioV220IB-visual-intro-column-span1').offset().top-200; var audioTop = $('.aioV220IB-audio-section').offset().top-200; var goVisualAnimate = true; var goAudioAnimate = true; sectionNum = parseInt($('.aioV220IB-section-wrapper').length); var okayNum = 0; $('.aioV220IB-section-wrapper').each(function(){ okayNum++; sectionTopArray.push($(this).offset().top-130); sectionIDArray.push($(this).attr('id')); if( okayNum == sectionNum ) { setTimeout( function(){ activeThisSection(); },300); } }); $(window).scroll(function(){ scroll = $(this).scrollTop(); if( scroll >= visualTop ) { if(goVisualAnimate == true){ if(navigator.userAgent.indexOf("MSIE 8") != -1 || navigator.userAgent.indexOf("MSIE 6") != -1 || navigator.userAgent.indexOf("MSIE 7") != -1) { $('.aioV220IB-visual-rim').delay(700).removeClass('hide'); $('.aioV220IB-visual-num').delay(700).removeClass('hide'); } else { $('.aioV220IB-visual-rim').fadeIn(700); $('.aioV220IB-visual-num').fadeIn(700); } setTimeout( function(){ var j = 1; var changeVisualBg1 = setInterval( function(){ var newSrc ='/websites/global/products/GRcRaUiD2oqHqjTQ/img/aio-visual-rim/aio-visual-rim-'+j+'.png'; if( j <= 16 ) { j = j+1; $('.aioV220IB-visual-rim img').attr('src',newSrc); } else { clearInterval(changeVisualBg1); }; }, 70); }, 700); setTimeout( function(){ var i = 1; var changeVisualNum1 = setInterval( function(){ if(i == 23){ i++; } var newSrc ='/websites/global/products/GRcRaUiD2oqHqjTQ/img/aio-visual-num/aio-visual-num-'+i+'.png'; if( i <= 28 ) { i = i+1; $('.aioV220IB-visual-num img').attr('src',newSrc); } else { clearInterval(changeVisualNum1); }; }, 50); }, 700); } goVisualAnimate = false; } if( winW >= 960 ) { for( var i = 0; i < sectionNum; i++ ){ var levelFrom = parseInt( sectionTopArray[i] ); var levelTo = parseInt( sectionTopArray[ (i+1) ] ); if( ( scroll > levelFrom ) && ( scroll < levelTo ) ) { thisSection = sectionIDArray[i]; if( thisSection != lastSection ) { $('#special-sectionOverview #right-menu ul li').removeClass('active'); $('#special-sectionOverview #right-menu').find('.'+thisSection).addClass('active'); lastSection = thisSection; } } } if( scroll >= sectionTopArray[ ( sectionNum-1 ) ] ) { thisSection = sectionIDArray[ ( sectionNum-1 ) ]; $('#special-sectionOverview #right-menu ul li').removeClass('active'); $('#special-sectionOverview #right-menu').find('.'+thisSection).addClass('active'); lastSection = thisSection; } if( myFirstTimeOfDesign == 0 && thisSection == "designed" ) { $('#special-sectionOverview .aioV220IB-design-section .content-left img:nth-child(1)').fadeIn(800); $('#special-sectionOverview .aioV220IB-design-section .pic-right').fadeIn(800); setTimeout( function(){ $('#special-sectionOverview .aioV220IB-design-section .content-left img:nth-child(2)').fadeIn(800); setTimeout( function(){ $('#special-sectionOverview .aioV220IB-design-section .content-left img:nth-child(3)').fadeIn(800); }, 300); }, 300); myFirstTimeOfDesign = 1; resetHeight(); } } }); }); function resetHeight(){ contentH = $('#special-sectionOverview .aioV220IB-full-width').height()+100; $('#special-sectionOverview').css( 'height', contentH ); } function scrollBodyTo( destination, hash ) { var scrollmem = $(document).scrollTop(); $(document).scrollTop(scrollmem); $("html,body").animate( {scrollTop:destination}, 1000, 'swing' ); } function activeThisSection(){ beginTop = $(this).scrollTop(); for(var i = 0; i < sectionNum; i++ ) { var levelFrom = parseInt(sectionTopArray[i]); var levelTo = parseInt(sectionTopArray[(i+1)]); if ((beginTop > levelFrom) && (beginTop < levelTo)){ thisSection = sectionIDArray[i]; if (thisSection != lastSection){ $('#special-sectionOverview #right-menu ul li').removeClass('active'); $('#special-sectionOverview #right-menu').find('.'+thisSection).addClass('active'); lastSection = thisSection; } } } if( beginTop >= sectionTopArray[ ( sectionNum-1 ) ] ) { thisSection = sectionIDArray[ ( sectionNum-1 ) ]; $('#special-sectionOverview #right-menu ul li').removeClass('active'); $('#special-sectionOverview #right-menu').find('.'+thisSection).addClass('active'); lastSection = thisSection; } else if ( beginTop <= sectionTopArray[0] ) { thisSection = sectionIDArray[0]; $('#special-sectionOverview #right-menu ul li').removeClass('active'); $('#special-sectionOverview #right-menu').find('.'+thisSection).addClass('active'); lastSection = thisSection; } } function aioV220IB_initialTabs(){ $('.aioV220IB-tab-wrapper .aioV220IB-tab-content').eq(0).fadeIn(100); } /* ========================================================== *\ |* G e s t u r e *| \* ========================================================== */ function gestureAnimate() { $('.aioV220IB-gesture-section .gesture-demo-tab-wrap .gesture-demo-tab').off('click',gestureAnimate); $('.aioV220IB-gesture-section .gesture-demo-tab-wrap .gesture-demo-tab').removeClass('active'); $(this).addClass('active'); $(this).siblings().addClass('disable'); var rel = parseInt($(this).index())+1; $('.aioV220IB-gesture-section .gesture-device-demo').hide(); $('.aioV220IB-gesture-section .gesture-device-demo-' + rel ).show(); if( rel == 1 ) { waveToFlip(); } else if ( rel == 2 ) { thumbToPlay(); } else if ( rel == 3 ) { hushToMute(); } else if ( rel == 4 ) { fistToVolumn(); } } function resetGesture(){ $('.aioV220IB-gesture-section .gesture-device-demo-4 .gestureicon').hide(); $('.aioV220IB-gesture-section .gesture-device-demo-4 .volumn-bar-wrap').hide(); setTimeout( function(){ $('.aioV220IB-gesture-section .gesture-demo-tab-wrap .gesture-demo-tab').on('click',gestureAnimate); $('.aioV220IB-gesture-section .gesture-demo-tab-wrap .gesture-demo-tab').removeClass('disable'); }, 500); } function waveToFlip(){ var demo1_inscreen = $('.aioV220IB-gesture-section .gesture-device-demo-1 .inscreen img'); $('.aioV220IB-gesture-section .gesture-device-demo-1').show(); $('.aioV220IB-gesture-section .gesture-device-demo-1 .inscreen').show(); animationWaveBG('left'); demo1_inscreen.delay(1000).animate({"margin-left": "-835px"}, 500, function(){ animationWaveBG('left'); demo1_inscreen.delay(1000).animate({"margin-left": "-1660px"}, 500, function(){ animationWaveBG('right'); demo1_inscreen.delay(1000).animate({"margin-left": "-835px"}, 500, function(){ animationWaveBG('right'); demo1_inscreen.delay(1000).animate({"margin-left": "-0px"}, 500, function(){ resetGesture(); }); }); }); }); } function animationWaveBG(direction){ var j = 0; var demo1_gesture = $('.aioV220IB-gesture-section .gesture-device-demo-1 .gestureicon'); setTimeout( function(){ var eachH = 170; var fullH = eachH*12; if( direction == 'left' ) { demo1_gesture.css('background-position','0px 0px'); var changeWaveBG = setInterval(function() { bgPOSy = j*(-1)*eachH; demo1_gesture.show(); demo1_gesture.css('background-position','0px '+bgPOSy+'px'); if( j < 12 ) { j = j + 1; } else { clearInterval(changeWaveBG); demo1_gesture.hide(); }; }, 24); } else if ( direction == 'right' ) { demo1_gesture.css( 'background-position', '0px' + fullH + 'px' ); var changeWaveBG = setInterval(function() { bgPOSy = -fullH+j*(eachH); demo1_gesture.show(); demo1_gesture.css('background-position','0px '+bgPOSy+'px'); if( j < 12 ) { j = j + 1; } else { clearInterval(changeWaveBG); demo1_gesture.hide(); }; }, 24); } }, 700); } function thumbToPlay(){ $('.aioV220IB-gesture-section .gesture-device-demo-2 .gestureicon').show(); setTimeout(function(){ $('.aioV220IB-gesture-section .gesture-device-demo-2 .gestureicon').hide(); setTimeout(function(){ $('.aioV220IB-gesture-section .gesture-device-demo-2 .play-icon').show(); setTimeout(function(){ $('.aioV220IB-gesture-section .gesture-device-demo-2 .play-icon').addClass('active'); setTimeout(function(){ $('.aioV220IB-gesture-section .gesture-device-demo-2 .play-icon').removeClass('active'); setTimeout(function(){ playingVideo(); $('.aioV220IB-gesture-section #gesture-device-demo-video-cover').hide(); $('.aioV220IB-gesture-section .gesture-device-demo-2 .play-icon').hide(); setTimeout(function(){ resetGesture(); if(player != null && player != '' ){ player.pauseVideo(); } },5000); },500); },200); },300); },500); },800); $('.aioV220IB-gesture-section .gesture-device-demo-video').show(); } function hushToMute(){ $('.aioV220IB-gesture-section .gesture-device-demo-3 .gestureicon').show(); setTimeout(function(){ $('.aioV220IB-gesture-section .gesture-device-demo-3 .gestureicon').hide(); setTimeout(function(){ $('.aioV220IB-gesture-section .gesture-device-demo-3 .volumn-mute').show(); setTimeout(function(){ $('.aioV220IB-gesture-section .gesture-device-demo-3 .volumn-mute').hide(); },1500); },100); },1500); $('.aioV220IB-gesture-section .gesture-device-demo-video').show(); playingVideo(); $('.aioV220IB-gesture-section #gesture-device-demo-video-cover').hide(); setTimeout(function(){ resetGesture(); if(player != null && player != '' ){ player.pauseVideo(); } },5000); } function fistToVolumn(){ $('.aioV220IB-gesture-section .gesture-device-demo-4 .gestureicon').show(); $('.aioV220IB-gesture-section .gesture-device-demo-4 .volumn-bar-wrap').show(); $('.aioV220IB-gesture-section .gesture-device-demo-video').show(); playingVideo(); $('.aioV220IB-gesture-section #gesture-device-demo-video-cover').hide(); setTimeout(function(){ var gesture4Top = $('.aioV220IB-gesture-section .gesture-device-demo-4 .gestureicon').css('top'); $('.aioV220IB-gesture-section .gesture-device-demo-4 .gestureicon').animate({"top":"10px"},800).delay(1500).animate({"top":gesture4Top},800); var _width = $('.aioV220IB-gesture-section .gesture-device-demo-4 .volumn-bar-wrap').width(); $('.aioV220IB-gesture-section .gesture-device-demo-4 .volumn-bar-wrap .volumn').animate({"width":_width+"px"},800).delay(1500).animate({"width":_width*0.2+"px"},800); setTimeout(function(){ resetGesture(); if(player != null && player != '' ){ player.pauseVideo(); } },5000); },1000); } /* ========================================================== *\ |* Y o u t u b e *| \* ========================================================== */ function onYouTubeIframeAPIReady() { if( winW > 960 ) { player = new YT.Player('gesture-device-demo-video', { videoId: 'R9slVCF8zBI', width: '710', height: '400', playerVars: { 'controls': 0 , "iv_load_policy": 3 , "loop": 1, "playlist": 'R9slVCF8zBI', "modestbranding":1, "rel":0, "showinfo": 0}, events: { 'onReady': onPlayerReady } }); var url = $('#gesture-device-demo-video').attr("src"); $('#gesture-device-demo-video').attr("src",url+"&wmode=transparent"); } } function onPlayerReady(event) { if (winW > 960){ playingVideo(); setTimeout(function(){ player.pauseVideo(); },500); } } function playingVideo(){ if( player == null || player == '' ){ onYouTubeIframeAPIReady(); } else { player.seekTo(0); player.setPlaybackQuality('large'); player.playVideo(); } } /* ========================================================== *\ |* M u l t i - f u n c t i o n *| \* ========================================================== */ function initBluePoint(){ animPoint("start"); $('#special-sectionOverview .aioV220IB-multi-section .point-display .wireless').on( 'click', function(){ $('#special-sectionOverview .aioV220IB-multi-section .content .point-display').css({ 'top': '-190px', 'opacity': '0.4' }); $('#special-sectionOverview .aioV220IB-multi-section .detail > .wireless').css({ 'bottom': '100px', 'padding-top': '150px' }); stopClickable(); }); $('#special-sectionOverview .aioV220IB-multi-section .point-display .nfc').on( 'click', function(){ $('#special-sectionOverview .aioV220IB-multi-section .content .point-display').css({ 'top': '-190px', 'opacity': '0.4' }); $('#special-sectionOverview .aioV220IB-multi-section .detail > .nfc').css({ 'bottom': '0px', 'padding-top': '150px' }); stopClickable(); }); $('#special-sectionOverview .aioV220IB-multi-section .point-display .aic').on( 'click', function(){ $('#special-sectionOverview .aioV220IB-multi-section .content .point-display').css({ 'right': '-200px', 'opacity': '0.1' }); $('#special-sectionOverview .aioV220IB-multi-section .content #crosslink').css( 'right', '0px' ); $('#special-sectionOverview .aioV220IB-multi-section .detail > .aic').fadeIn(1400); stopClickable(); }); } function stopClickable(){ $('#special-sectionOverview .aioV220IB-multi-section #cross-close').fadeIn(1000); animPoint("stop"); } function animPoint(action){ if( action == "start" ) { animInterval = setInterval( function(){ $('.blue-point.wireless').addClass('animated pulse'); setTimeout( function(){ $('.blue-point.wireless').removeClass('animated pulse'); $('.blue-point.nfc').addClass('animated pulse'); setTimeout( function(){ $('.blue-point.nfc').removeClass('animated pulse'); $('.blue-point.aic').addClass('animated pulse'); setTimeout( function(){ $('.blue-point.aic').removeClass('animated pulse'); }, 1000); }, 1000); }, 1000); }, 3400); } else if( action == "stop" ) { clearInterval( animInterval ); } }
  • Op zoek naar het ongelooflijke
  • Elegant ontwerp
  • Compromisloze prestaties
  • Prachtig scherm
  • Meeslepende audio
  • Intuïtieve aanraking
  • Multifunctionele basis
  • Uitgebreide aansluitingen
  • Marktleidende betrouwbaarheid
  • Ingebouwde apps
Vivo AiO V220IB
ASUS desktops - het meest aanbevolen Windows-desktopmerk
Vivo AiO video

Vivo AiO-serie

De Vivo AiO-serie heeft alles wat u nodig hebt - scherm, processor, graphics, opslag, geheugen en meer - allemaal in een slank, autonoom design. Zorgvuldig ontworpen voor eenvoudig, intuïtief en interactief thuisgebruik, is de slanke en stijlvolle Vivo AiO-serie uitgerust met vlot reagerende 10-punts multi-touch schermen, en zal hij beschikbaar zijn in drie maten: 19,5 inch (V200), 21,5 inch (V220) en 23 inch (V230).

Ontworpen om te leven

Sense and Space: verfijning en elegantie in harmonie

Sense and Space: zo noemen we onze ontwerpfilosofie voor ASUS desktop pc's. Compacte, autonome apparaten maken het eenvoudiger om de omgeving opgeruimd te houden en vrij van rommel, of men nu een grote werkruimte nodig heeft om zich te kunnen concentreren op belangrijke taken, of gewoon een rustige plek om achterover te leunen en te relaxen.

Sense and Space bepaalt hoe een ASUS desktop pc bepalend is voor de sfeer en esthetiek van een ruimte. Hiervoor zijn concepten nodig zoals eenvoud, intuïtie, kracht, harmonie en muzikaliteit, dit alles belichaamd met behulp van de nieuwste, meest innovatieve technologie. Het resultaat? De All-in-One PC zoals er geen ander is - de ASUS Vivo AiO-serie.

Vivo AiO ontwerp

Fraai gevormd scharnier

Geïnspireerd door de sierlijke kunstwerken van beroemde ontwerpers, ontwierp ASUS een zilveren, fraai gevormd scharnier voor de V220IB. Net als een beeldhouwwerk is het scharnier van de V220IB gracieus gevormd vanuit de voet, en maakt het in tegenstelling tot alle andere All-in-One PC's verbinding aan de achterzijde, voor een elegant uiterlijk.

Compromisloze prestaties

Sneller en vlotter bij dagelijkse taken.
Geniet dankzij de nieuwste technologie van een wereld van energiebesparende efficiëntie.

Vivo AiO prestaties
Krachtige Intel quad-core processor

Aangedreven door een Intel® Pentium® processor, verbruikt de V220IB-serie minder energie, terwijl hij nog steeds uitmuntende prestaties levert. Schakel naadloos tussen toepassingen, voor moeiteloze multitasking - van surfen op het web tot het maken van geanimeerde presentaties, muziek of home video's; en besteed minder tijd met wachten bij het uitvoeren van veeleisende taken, dankzij Intel® Technology, dat in sommige gevallen een automatische snelheidsverbetering kan leveren zodra dat nodig is. De V220IB-serie voldoet aan uw basis prestatiewensen.

Geavanceerde NVIDIA® GeForce graphics

De V220IB-serie is voorzien van NVIDIA® GeForce 930M graphics. Het biedt u snellere previews en creatie van HD-video, bespaart meer tijd bij het delen van hoge-kwaliteit foto's met vrienden, en laat u genieten van meer vloeiende animaties en betere responsiviteit bij het spelen van de nieuwste games.

Verbluffend 22" IPS-scherm

Laat u meeslepen door bruisende high-definition beelden

Haarscherpe Full HD

Gebouwd met marktleidende technologie, is de V220IB-serie voorzien van een LED-backlit scherm dat direct-aan helderheid biedt en de pc uiterst slank houdt. Het prachtige rand-tot-rand 21,5" breedbeeldscherm maakt alles wat u ziet levendig en bruisend. Geniet bij elk beeld van levensechte kleuren, of het nu gaat om een prachtige zonsondergang, een helderblauwe lucht of realistische huidtinten. Geniet dankzij de Full HD 1920x1080 resolutie volop van games en films, met perfecte details, inclusief verbazingwekkende kleuren en contrast.

Bruisend en levendig!

Alles op het briljante scherm ziet er levendig en bruisend uit. Geniet bij elk beeld van levensechte kleuren, of het nu gaat om een prachtige zonsondergang, een helderblauwe lucht of een familiefoto.

Vivo AiO HD-scherm

SonicMaster Premium-audiotechnologie

Hi-fi geluid, geoptimaliseerd door industrie-experts


SonicMaster Premium
AudioWizard
Vivo AiO SonicMaster
Rijk, haarzuiver geluid

De V220IB heeft ingebouwde stereo luidsprekers, alles aangedreven door ASUS SonicMaster Premium-technologie, voor de ultieme audio-ervaring. Geniet van diepere, vollere bassen, een breder frequentiebereik, levensechte surround sound, krachtige output, duidelijke zang en ongerepte helderheid. Alle muziek, films en spelgeluiden klinken beter, dankzij zorgvuldig uitgebalanceerde dynamische audio.

Gemakkelijke audio-afstelling

ASUS AudioWizard heeft vijf vooraf ingestelde modi voor muziek, films, games, opnames en spraak. Dit maakt het gemakkelijk om het geluid aan te passen aan eigen voorkeuren en aan de luisteromgeving, wat voor levensecht geluid zorgt in muziek, films en games. De unieke interface houdt vooral rekening met de gebruikers en is dus intuïtief en gebruiksvriendelijk, met snelle en directe toegang tot instellingen, plus de flexibiliteit om deze te optimaliseren naar eigen smaak.



Blijf verbonden

Sneller verbinding maken dankzij geweldige ASUS-technologie

Vivo AiO USB
Snelle connectiviteit
met de nieuwste technologie

Ultrasnelle dual-band 802.11ac wifi zorgt ervoor dat de Vivo AiO verbinding kan maken met elk draadloos netwerk, op de best mogelijke snelheid en met minder storing. En met een maximumsnelheid van 867Mbit/s, is het bijna net zo snel als een bekabeld netwerk! USB 3.0 is uitgegroeid tot de standaard high-performance gegevensoverdrachtstechnologie voor pc's, en kan data tot 10 maal (10x) sneller overzetten tussen apparaten dan USB 2.0.

Uitbreidbaar geheugen.
Supersnel opladen

De V220IB beschikt over Dual In-Line Memory Module deur (DIMM-deur), waarmee het geheugen van de pc in enkele seconden moeiteloos is uit te breiden! De V220IB laat u optioneel het geheugen upgraden van 2GB naar 4GB om te profiteren van een snellere opslagervaring.

Hoge kwaliteit visueel
entertainment

Dankzij de HDMI-uitgangen is de Vivo AiO aan te sluiten op een HDTV, voor entertainment op supergroot formaat. Een HDMI-kabel verzendt zowel audio- en videosignalen via een enkele kabel, in plaats van de twee signalen te scheiden.

Marktleidende betrouwbaarheid

Kwaliteit waar u op kunt vertrouwen


ASUS desktops - het meest aanbevolen Windows-desktopmerk

Innovatie, design en betrouwbaarheid vormen de kern van alle ASUS-computers. Voor het tweede jaar op rij ‘Readers' Choice' winnaar voor algemene tevredenheid en voor het derde opeenvolgende jaar in de Home-categorie; het bewijs dat ASUS beter is in het leveren van wat klanten willen dan concurrerende fabrikanten van Windows desktop pc's. Zoals PCMag.com zegt: "Als u een Windows desktop pc wilt, is ASUS de beste keus".

* Met toestemming overgenomen van www.pcmag.com. © 2015 Ziff Davis, Inc. Alle rechten voorbehouden.

comparison icon
Compare (0)