{"id":5,"date":"2021-11-17T21:30:12","date_gmt":"2021-11-17T21:30:12","guid":{"rendered":"http:\/\/olympus2.gliffen.com\/~opdsupport\/?page_id=5"},"modified":"2025-06-04T13:39:18","modified_gmt":"2025-06-04T13:39:18","slug":"homepage","status":"publish","type":"page","link":"https:\/\/audiosupport.omsystem.com\/es\/","title":{"rendered":"SOPORTE DE AUDIO PROFESIONAL DE SOLUCIONES DIGITALES OM"},"content":{"rendered":"<div class=\"wp-block-cover alignfull\" style=\"min-height:250px;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"><\/span><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1440\" class=\"wp-block-cover__image-background wp-image-6109\" alt=\"\" src=\"https:\/\/audiosupport.omsystem.com\/wp-content\/uploads\/2024\/10\/OMDS-Pro-Audio-DS-9100_9614.jpg\" style=\"object-position:85% 79%\" data-object-fit=\"cover\" data-object-position=\"85% 79%\" srcset=\"https:\/\/audiosupport.omsystem.com\/wp-content\/uploads\/2024\/10\/OMDS-Pro-Audio-DS-9100_9614.jpg 1920w, https:\/\/audiosupport.omsystem.com\/wp-content\/uploads\/2024\/10\/OMDS-Pro-Audio-DS-9100_9614-300x225.jpg 300w, https:\/\/audiosupport.omsystem.com\/wp-content\/uploads\/2024\/10\/OMDS-Pro-Audio-DS-9100_9614-1024x768.jpg 1024w, https:\/\/audiosupport.omsystem.com\/wp-content\/uploads\/2024\/10\/OMDS-Pro-Audio-DS-9100_9614-768x576.jpg 768w, https:\/\/audiosupport.omsystem.com\/wp-content\/uploads\/2024\/10\/OMDS-Pro-Audio-DS-9100_9614-1536x1152.jpg 1536w, https:\/\/audiosupport.omsystem.com\/wp-content\/uploads\/2024\/10\/OMDS-Pro-Audio-DS-9100_9614-16x12.jpg 16w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" \/><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h1 class=\"wp-block-heading has-text-align-center has-white-color has-text-color\" id=\"om-digital-solutionsprofessional-dictation-support\"><strong>SISTEMA OM Y<\/strong> <strong>OLYMPUS<\/strong><br><strong>SOPORTE DE AUDIO PROFESIONAL<\/strong><\/h1>\n<\/div><\/div>\n\n\n\n<div class=\"ghostkit-grid ghostkit-grid-gap-sm ghostkit-custom-Z1ifJdj\"><div class=\"ghostkit-grid-inner\">\n<div class=\"ghostkit-col ghostkit-col-md-12 ghostkit-col-6 ghostkit-has-frame ghostkit-custom-ZynF7z\"><div class=\"ghostkit-col-content is-layout-flow wp-block-ghostkit-grid-column-is-layout-flow\">\n<h2 class=\"wp-block-heading has-text-align-center\" id=\"product-search\"><strong>B\u00fasqueda de Producto<\/strong><\/h2>\n\n\n\n<p class=\"has-text-align-center\">Obtenga soporte eligiendo su producto a continuaci\u00f3n<\/p>\n\n\n\t\t<style>\r\n\t\t\t.product-search{\r\n\t\t\t\tposition: relative;\r\n\t\t\t}\r\n\t\t\t.product-list{\r\n\t\t\t\theight: 250px;\r\n\t\t\t\twidth: 100%;\r\n\t\t\t\toverflow-y:auto;\r\n\t\t\t\toverflow-x: hidden;\r\n\t\t\t\t\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\ttop:100%;\r\n\t\t\t\tz-index: 500;\r\n\t\t\t\tdisplay:none;\r\n\t\t\t\t\r\n\t\t\t\tbackground-color:#FFF;\r\n\t\t\t\tborder:1px solid #000;\r\n\t\t\t}\r\n\t\t\t.product-list a{\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tpadding: 8px 15px;\r\n\t\t\t\tborder-bottom: 1px solid #000;\r\n\t\t\t}\r\n\t\t\t.product-list a:hover{\r\n\t\t\t\tbackground-color: #999999;\r\n\t\t\t\tcolor: var(--dkgrey);\r\n\t\t\t}\r\n\t\t<\/style>\r\n\t\t<script>\r\n\t\t\t(function($){\r\n\t\t\t\t$(document).ready(function(){\r\n\t\t\t\t\t$('.product-search input').on('focus',function(){\r\n\t\t\t\t\t\t$('.product-list').slideDown();\r\n\t\t\t\t\t\t$(this).trigger('keyup');\r\n\t\t\t\t\t}).on('blur',function(){\r\n\t\t\t\t\t\t$('.product-list').slideUp();\r\n\t\t\t\t\t}).on('keyup',function(e){\r\n\t\t\t\t\t\tvar code = (e.keyCode ? e.keyCode : e.which);\r\n\t\t\t\t\t\tif (code==13) {\r\n\t\t\t\t\t\t\twindow.location=$('.product-list a.active').first().attr('href');\r\n\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t$('.product-list a').each(function(){\r\n\t\t\t\t\t\t\t\tif($(this).html().toLowerCase().indexOf($('.product-search input').val()) >= 0){$(this).show().addClass('active');}\r\n\t\t\t\t\t\t\t\telse{$(this).hide().removeClass('active');}\r\n\t\t\t\t\t\t\t});\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t});\r\n\t\t\t\t\t$('.product-search').on('click',function(){\r\n\t\t\t\t\t\t$('.product-search input').focus();\r\n\t\t\t\t\t});\r\n\t\t\t\t\t\r\n\t\t\t\t});\r\n\t\t\t})(jQuery)\r\n\t\t<\/script>\r\n\t\t<div class=\"product-search\">\r\n\t\t\t<label class=\"sr-only\" for=\"inlineFormInputGroup\">B\u00fasqueda de Producto<\/label>\r\n\t\t\t<div class=\"input-group mb-2\">\r\n\t\t\t\t<input type=\"text\" class=\"form-control\" id=\"product-search-term\" placeholder=\"N\u00famero de modelo (DS-9500, AS-2400, etc.)\">\r\n\t\t\t\t<div class=\"input-group-append\">\r\n\t\t\t\t\t<div class=\"input-group-text\"><span class=\"icon-down-carrot\"><\/span><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"product-list\">\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/as-2400\/\">Kit de transcripci\u00f3n AS-2400<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/as-2700\/\">AS-2700<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/as-7000\/\">Kit de transcripci\u00f3n AS-7000<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/as-9000\/\">Kit de transcripci\u00f3n AS-9000<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/as-9100\/\">AS-9100<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/audio-sdk-log\/\">Registro de SDK de audio<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/cr21-docking-station\/\">Estaci\u00f3n de acoplamiento CR21<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/device-customization-program\/\">Programa de personalizaci\u00f3n de dispositivos<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/ds-2600\/\">Grabadora digital DS-2600<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/ds-2700\/\">Grabador digital DS-2700<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/ds-9000\/\">Grabadora digital DS-9000<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/ds-9100\/\">Grabadora digital DS-9100<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/ds-9500\/\">Grabadora digital DS-9500<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/dss-clean-2-0-0\/\">DSS limpio 2.0.0<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/dss-player-for-mac\/\">Reproductor DSS para Mac<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/dss-player-standard\/\">Est\u00e1ndar de reproductor DSS<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/e103-transcription-earphone\/\">E103- Auricular de transcripci\u00f3n<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/f-5ac-a-ac-adapter\/\">Adaptador de CA F-5AC\/A<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/footswitch-configuration-tool\/\">Herramienta de configuraci\u00f3n de interruptor de pie<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/kp30-micro-usb-cable\/\">Cable micro USB KP30<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/li-92b-lithium-ion-rechargeable-battery\/\">Bater\u00eda recargable de iones de litio LI-92B<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/list-usb-devices\/\">Lista de dispositivos USB<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/me-15-microphone\/\">ME-15 Micr\u00f3fono<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/me-30-2-channel-conference-kit\/\">Equipo de conferencia de 2 canales ME-30<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/me-31-gun-microphone\/\">Micr\u00f3fono de pistola ME-31<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/me-51s-stereo-microphone-t-type\/\">Micr\u00f3fono est\u00e9reo ME-51S (tipo T)<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/me-52w-noise-canceling-microphone\/\">Micr\u00f3fono con cancelaci\u00f3n de ruido ME-52W<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/me33-boundary-microphone\/\">Micr\u00f3fono de superficie ME33<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/me34-compact-zoom-microphone\/\">Micr\u00f3fono con zoom compacto ME34<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/odms-cloud-app\/\">Nube\/aplicaci\u00f3n ODMS<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/odms-r6\/\">ODMS R6<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/odms-r8\/\">ODMS R8<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/odms-r7\/\">Sistema de gesti\u00f3n de dictado de Olympus (ODMS) R7<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/profile-remover\/\">Eliminador de perfil<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/recmic-configuration-tool\/\">Herramienta de configuraci\u00f3n RecMic<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/rm-4000p\/\">Micr\u00f3fono Rec II RM-4000P<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/rm-4010n\/\">Micr\u00f3fono RecMic II RM-4010N<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/rm-4010p\/\">Micr\u00f3fono Rec II RM-4010P<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/rm-4015p\/\">Micr\u00f3fono Rec II RM-4015P<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/rm-4100s\/\">Micr\u00f3fono Rec II RM-4100S<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/rm-4110n\/\">Micr\u00f3fono RecMic II RM-4110N\u00a0<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/rm-4110s\/\">Micr\u00f3fono Rec II RM-4110S<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/rs-27n-foot-switch\/\">Interruptor de pie RS-27N<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/rs-28n-foot-switch\/\">Interruptor de pie RS-28N<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/rs-31n-foot-switch\/\">Interruptor de pie RS-31N<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/rs28h-usb-foot-switch-with-3-pedals\/\">Interruptor de pie RS28H-USB con 3 pedales<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/rs31h-usb-foot-switch-with-4-pedals\/\">RS31H- Interruptor de pie USB con 4 pedales<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/scp-client-7-3-2\/\">Cliente SCP 7.3.2<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/session\/\">Sesi\u00f3n<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/status-unlocker\/\">Desbloqueador de estado<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/tp-8-telephone-pickup\/\">Captura de tel\u00e9fono TP-8<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/ts-debug-log\/\">Registro de depuraci\u00f3n de TS<\/a>\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/product\/wireless-communication-service-v1-3-3\/\">Servicio de comunicaci\u00f3n inal\u00e1mbrica v1.3.3<\/a>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<\/div><\/div>\n\n\n\n<div class=\"ghostkit-col ghostkit-col-md-12 ghostkit-col-6 ghostkit-has-frame ghostkit-custom-ZkOMSA\"><div class=\"ghostkit-col-content is-layout-flow wp-block-ghostkit-grid-column-is-layout-flow\">\n<h2 class=\"wp-block-heading has-text-align-center\" id=\"browse-product-categories\"><strong>Examinar Categor\u00edas de Productos<\/strong><\/h2>\n\n\n\n<p class=\"has-text-align-center\">Si no est\u00e1 seguro del nombre de su producto, busque por categor\u00eda a continuaci\u00f3n<\/p>\n\n\n\n<div class=\"ghostkit-button-wrapper ghostkit-button-wrapper-gap-sm ghostkit-button-wrapper-align-center ghostkit-custom-Z1p7rP6\"><div class=\"ghostkit-button-wrapper-inner\">\n<a class=\"ghostkit-button ghostkit-button-sm ghostkit-custom-ZKQW5R\" href=\"https:\/\/audiosupport.omsystem.com\/es\/products\/\"><span class=\"ghostkit-button-text\">Categor\u00edas de Producto<\/span><\/a>\n<\/div><\/div>\n<\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"ghostkit-grid ghostkit-grid-gap-sm ghostkit-custom-ZfBIH3\"><div class=\"ghostkit-grid-inner\">\n<div class=\"ghostkit-col ghostkit-col-md-12 ghostkit-col-lg-6 ghostkit-col-3 ghostkit-has-frame ghostkit-custom-1QK2Db\"><div class=\"ghostkit-col-content is-layout-flow wp-block-ghostkit-grid-column-is-layout-flow\">\t\t<div style=\"font-size: 75px;color:#666666;text-align:center\">\r\n\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/products\/\" style=\"color:#666666; text-decoration:none;\">\t\t\t\t<span class=\"icon-firmware\"><\/span>\r\n\t\t\t<\/a>\t\t<\/div>\r\n\t\t\n\n\n<p class=\"has-text-align-center ghostkit-custom-1psLfu\"><strong><a href=\"https:\/\/audiosupport.omsystem.com\/es\/products\/\">FIRMWARE Y<br>DESCARGAS<\/a><\/strong><\/p>\n<\/div><\/div>\n\n\n\n<div class=\"ghostkit-col ghostkit-col-md-12 ghostkit-col-lg-6 ghostkit-col-3 ghostkit-has-frame ghostkit-custom-Z26uvXd\"><div class=\"ghostkit-col-content is-layout-flow wp-block-ghostkit-grid-column-is-layout-flow\">\t\t<div style=\"font-size: 75px;color:#666666;text-align:center\">\r\n\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/support\/contact-support\/\" style=\"color:#666666; text-decoration:none;\">\t\t\t\t<span class=\"icon-contact\"><\/span>\r\n\t\t\t<\/a>\t\t<\/div>\r\n\t\t\n\n\n<p class=\"has-text-align-center ghostkit-custom-Z1gNhBt\"><strong><a href=\"https:\/\/audiopro-support.explore.omsystem.com\/hc\/en-us\/requests\/new\">CONTACTO<br>APOYO<\/a><\/strong><\/p>\n<\/div><\/div>\n\n\n\n<div class=\"ghostkit-col ghostkit-col-md-12 ghostkit-col-lg-6 ghostkit-col-3 ghostkit-has-frame ghostkit-custom-Y64t4\"><div class=\"ghostkit-col-content is-layout-flow wp-block-ghostkit-grid-column-is-layout-flow\">\t\t<div style=\"font-size: 75px;color:#666666;text-align:center\">\r\n\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/knowledge-base\/\" style=\"color:#666666; text-decoration:none;\">\t\t\t\t<span class=\"icon-faq\"><\/span>\r\n\t\t\t<\/a>\t\t<\/div>\r\n\t\t\n\n\n<p class=\"has-text-align-center ghostkit-custom-Z2wjd20\"><a href=\"https:\/\/audiosupport.omsystem.com\/es\/knowledge-base\/\"><strong>BASE DE CONOCIMIENTOS<\/strong><br><strong> &amp; PREGUNTAS M\u00c1S FRECUENTES<\/strong><\/a><\/p>\n<\/div><\/div>\n\n\n\n<div class=\"ghostkit-col ghostkit-col-md-12 ghostkit-col-lg-6 ghostkit-col-3 ghostkit-has-frame ghostkit-custom-Z20mooK\"><div class=\"ghostkit-col-content is-layout-flow wp-block-ghostkit-grid-column-is-layout-flow\">\t\t<div style=\"font-size: 75px;color:#666666;text-align:center\">\r\n\t\t\t<a href=\"https:\/\/audiosupport.omsystem.com\/es\/support\/repair-services\/\" style=\"color:#666666; text-decoration:none;\">\t\t\t\t<span class=\"icon-repair\"><\/span>\r\n\t\t\t<\/a>\t\t<\/div>\r\n\t\t\n\n\n<p class=\"has-text-align-center ghostkit-custom-1vg6SC\"><a href=\"https:\/\/audiosupport.omsystem.com\/es\/support\/repair-services\/\"><strong>REPARAR<\/strong><br><strong>SERVICIOS<\/strong><\/a><\/p>\n<\/div><\/div>\n<\/div><\/div>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":5701,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ghostkit_customizer_options":"","ghostkit_custom_css":"","ghostkit_custom_js_head":"","ghostkit_custom_js_foot":"","ghostkit_typography":"","footnotes":""},"class_list":["post-5","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>OM Digital Solutions Professional Audio Support<\/title>\n<meta name=\"description\" content=\"Creating the best equipment isn&#039;t enough, we also maintain it. Find your solutions or contact us here at Olympus audio support\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/audiosupport.omsystem.com\/es\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OM Digital Solutions Professional Audio Support\" \/>\n<meta property=\"og:description\" content=\"Creating the best equipment isn&#039;t enough, we also maintain it. Find your solutions or contact us here at Olympus audio support\" \/>\n<meta property=\"og:url\" content=\"https:\/\/audiosupport.omsystem.com\/es\/\" \/>\n<meta property=\"og:site_name\" content=\"Professional Audio Support\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-04T13:39:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/audiosupport.omsystem.com\/wp-content\/uploads\/2024\/06\/image001-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1866\" \/>\n\t<meta property=\"og:image:height\" content=\"468\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/audiosupport.omsystem.com\\\/\",\"url\":\"https:\\\/\\\/audiosupport.omsystem.com\\\/\",\"name\":\"OM Digital Solutions Professional Audio Support\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/audiosupport.omsystem.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/audiosupport.omsystem.com\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/audiosupport.omsystem.com\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/audiosupport.omsystem.com\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/image001-1.png\",\"datePublished\":\"2021-11-17T21:30:12+00:00\",\"dateModified\":\"2025-06-04T13:39:18+00:00\",\"description\":\"Creating the best equipment isn't enough, we also maintain it. Find your solutions or contact us here at Olympus audio support\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/audiosupport.omsystem.com\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/audiosupport.omsystem.com\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/audiosupport.omsystem.com\\\/#primaryimage\",\"url\":\"https:\\\/\\\/audiosupport.omsystem.com\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/image001-1.png\",\"contentUrl\":\"https:\\\/\\\/audiosupport.omsystem.com\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/image001-1.png\",\"width\":1866,\"height\":468},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/audiosupport.omsystem.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/audiosupport.omsystem.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OM DIGITAL SOLUTIONS PROFESSIONAL AUDIO SUPPORT\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/audiosupport.omsystem.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/audiosupport.omsystem.com\\\/en\\\/\",\"name\":\"Professional Audio Support\",\"description\":\"OM Digital Solutions\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/audiosupport.omsystem.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Soporte de audio profesional OM Digital Solutions","description":"No basta con crear el mejor equipo, tambi\u00e9n lo mantenemos. Encuentra tus soluciones o cont\u00e1ctanos aqu\u00ed en el soporte de audio de Olympus.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/audiosupport.omsystem.com\/es\/","og_locale":"es_ES","og_type":"article","og_title":"OM Digital Solutions Professional Audio Support","og_description":"Creating the best equipment isn't enough, we also maintain it. Find your solutions or contact us here at Olympus audio support","og_url":"https:\/\/audiosupport.omsystem.com\/es\/","og_site_name":"Professional Audio Support","article_modified_time":"2025-06-04T13:39:18+00:00","og_image":[{"width":1866,"height":468,"url":"https:\/\/audiosupport.omsystem.com\/wp-content\/uploads\/2024\/06\/image001-1.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/audiosupport.omsystem.com\/","url":"https:\/\/audiosupport.omsystem.com\/","name":"Soporte de audio profesional OM Digital Solutions","isPartOf":{"@id":"https:\/\/audiosupport.omsystem.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/audiosupport.omsystem.com\/#primaryimage"},"image":{"@id":"https:\/\/audiosupport.omsystem.com\/#primaryimage"},"thumbnailUrl":"https:\/\/audiosupport.omsystem.com\/wp-content\/uploads\/2024\/06\/image001-1.png","datePublished":"2021-11-17T21:30:12+00:00","dateModified":"2025-06-04T13:39:18+00:00","description":"No basta con crear el mejor equipo, tambi\u00e9n lo mantenemos. Encuentra tus soluciones o cont\u00e1ctanos aqu\u00ed en el soporte de audio de Olympus.","breadcrumb":{"@id":"https:\/\/audiosupport.omsystem.com\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/audiosupport.omsystem.com\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/audiosupport.omsystem.com\/#primaryimage","url":"https:\/\/audiosupport.omsystem.com\/wp-content\/uploads\/2024\/06\/image001-1.png","contentUrl":"https:\/\/audiosupport.omsystem.com\/wp-content\/uploads\/2024\/06\/image001-1.png","width":1866,"height":468},{"@type":"BreadcrumbList","@id":"https:\/\/audiosupport.omsystem.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/audiosupport.omsystem.com\/"},{"@type":"ListItem","position":2,"name":"OM DIGITAL SOLUTIONS PROFESSIONAL AUDIO SUPPORT"}]},{"@type":"WebSite","@id":"https:\/\/audiosupport.omsystem.com\/en\/#website","url":"https:\/\/audiosupport.omsystem.com\/en\/","name":"Soporte de audio profesional","description":"Soluciones digitales OM","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/audiosupport.omsystem.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"}]}},"_links":{"self":[{"href":"https:\/\/audiosupport.omsystem.com\/es\/wp-json\/wp\/v2\/pages\/5","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/audiosupport.omsystem.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/audiosupport.omsystem.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/audiosupport.omsystem.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/audiosupport.omsystem.com\/es\/wp-json\/wp\/v2\/comments?post=5"}],"version-history":[{"count":47,"href":"https:\/\/audiosupport.omsystem.com\/es\/wp-json\/wp\/v2\/pages\/5\/revisions"}],"predecessor-version":[{"id":6314,"href":"https:\/\/audiosupport.omsystem.com\/es\/wp-json\/wp\/v2\/pages\/5\/revisions\/6314"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/audiosupport.omsystem.com\/es\/wp-json\/wp\/v2\/media\/5701"}],"wp:attachment":[{"href":"https:\/\/audiosupport.omsystem.com\/es\/wp-json\/wp\/v2\/media?parent=5"}],"curies":[{"name":"gracias","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}