{"product_id":"easypix-mystudio-wireless-mic-duo-267-62022","title":"Easypix MyStudio Wireless Mic Duo | 267-62022","description":"\u003cstyle\u003e\n  .pd,\n  .pd * {\n    box-sizing: border-box;\n  }\n\n  .pd {\n    --blue: #003b71;\n    --bright-blue: #005cb9;\n    --soft-blue: #f2f7fc;\n    --border-blue: #d8e7f5;\n    --yellow: #ffd200;\n    --ink: #1a1a1a;\n    --text: #444;\n    --muted: #687582;\n    --white: #ffffff;\n    --off-white: #f8fafc;\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--text);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n  .pd h1,\n  .pd h2,\n  .pd h3,\n  .pd p {\n    margin-top: 0;\n  }\n\n  .pd h1,\n  .pd h2,\n  .pd h3 {\n    line-height: 1.2;\n  }\n\n  .pd .breadcrumb {\n    margin: 0 0 12px;\n    color: var(--bright-blue);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .pd .hero-border {\n    position: relative;\n    overflow: hidden;\n    padding: 26px 28px 24px;\n    border: 1px solid var(--border-blue);\n    border-top: 4px solid var(--blue);\n    border-radius: 10px;\n    background: linear-gradient(135deg, var(--white) 0%, var(--soft-blue) 100%);\n  }\n\n  .pd .hero-border::after {\n    position: absolute;\n    top: 0;\n    right: 0;\n    width: 90px;\n    height: 5px;\n    background: var(--yellow);\n    content: \"\";\n  }\n\n  .pd h1 {\n    max-width: 900px;\n    margin-bottom: 10px;\n    color: var(--blue);\n    font-size: clamp(34px, 5vw, 42px);\n    letter-spacing: -0.035em;\n  }\n\n  .pd .deck {\n    max-width: 800px;\n    margin-bottom: 0;\n    color: #415466;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .pd .stats-bar {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    margin-top: 16px;\n    overflow: hidden;\n    border: 1px solid var(--border-blue);\n    border-radius: 8px;\n    background: var(--white);\n  }\n\n  .pd .stat {\n    min-width: 0;\n    padding: 15px 12px;\n    text-align: center;\n  }\n\n  .pd .stat + .stat {\n    border-left: 1px solid var(--border-blue);\n  }\n\n  .pd .stat strong {\n    display: block;\n    margin-bottom: 2px;\n    color: var(--blue);\n    font-size: 21px;\n    line-height: 1.15;\n  }\n\n  .pd .stat span {\n    display: block;\n    color: var(--muted);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.03em;\n    text-transform: uppercase;\n  }\n\n  .pd .content-section {\n    margin-top: 28px;\n  }\n\n  .pd .intro-copy {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .pd .intro-copy p {\n    margin-bottom: 0;\n  }\n\n  .pd .section-divider {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin: 0 0 14px;\n    color: var(--blue);\n    font-size: 17px;\n    font-weight: 800;\n    letter-spacing: 0.02em;\n    text-transform: uppercase;\n  }\n\n  .pd .section-divider::before {\n    width: 5px;\n    height: 20px;\n    border-radius: 2px;\n    background: var(--yellow);\n    content: \"\";\n    flex: 0 0 auto;\n  }\n\n  .pd .section-divider::after {\n    height: 1px;\n    background: var(--border-blue);\n    content: \"\";\n    flex: 1;\n  }\n\n  .pd .pull-quote {\n    margin-top: 24px;\n    padding: 17px 20px;\n    border-left: 4px solid var(--yellow);\n    border-radius: 0 7px 7px 0;\n    background: var(--blue);\n    color: var(--white);\n    font-size: 17px;\n    font-weight: 700;\n    line-height: 1.45;\n  }\n\n  .pd .ideal-cards,\n  .pd .features-grid {\n    display: grid;\n    gap: 12px;\n  }\n\n  .pd .ideal-cards {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .pd .features-grid {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .pd .ideal-card,\n  .pd .feature-card {\n    min-width: 0;\n    padding: 17px 18px;\n    border: 1px solid var(--border-blue);\n    border-radius: 8px;\n  }\n\n  .pd .ideal-card {\n    background: var(--soft-blue);\n  }\n\n  .pd .feature-card {\n    position: relative;\n    padding-top: 20px;\n    background: var(--white);\n  }\n\n  .pd .feature-card::before {\n    position: absolute;\n    top: -1px;\n    left: 18px;\n    width: 32px;\n    height: 3px;\n    border-radius: 0 0 3px 3px;\n    background: var(--yellow);\n    content: \"\";\n  }\n\n  .pd .ideal-card h3,\n  .pd .feature-card h3 {\n    margin-bottom: 7px;\n    color: var(--blue);\n    font-size: 16px;\n  }\n\n  .pd .ideal-card p,\n  .pd .feature-card p {\n    margin-bottom: 0;\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .pd .editorial-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .pd .editorial-card {\n    padding: 20px;\n    border: 1px solid var(--border-blue);\n    border-radius: 8px;\n    background: var(--off-white);\n  }\n\n  .pd .editorial-card h3 {\n    margin-bottom: 9px;\n    color: var(--blue);\n    font-size: 18px;\n  }\n\n  .pd .editorial-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .pd .compare-card {\n    overflow: hidden;\n    border: 1px solid var(--border-blue);\n    border-radius: 8px;\n    background: var(--white);\n  }\n\n  .pd .compare-card table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .pd .compare-card th,\n  .pd .compare-card td {\n    padding: 13px 15px;\n    border-bottom: 1px solid var(--border-blue);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .pd .compare-card tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .pd .compare-card th {\n    background: var(--blue);\n    color: var(--white);\n    font-size: 13px;\n    letter-spacing: 0.02em;\n  }\n\n  .pd .compare-card td {\n    font-size: 14px;\n  }\n\n  .pd .compare-card td:first-child {\n    width: 27%;\n    color: var(--blue);\n    font-weight: 700;\n  }\n\n  .pd .verdict {\n    overflow: hidden;\n    border: 1px solid var(--border-blue);\n    border-radius: 9px;\n    background: var(--white);\n  }\n\n  .pd .verdict-header {\n    padding: 14px 19px;\n    background: var(--blue);\n  }\n\n  .pd .verdict-header h2 {\n    margin: 0;\n    color: var(--white);\n    font-size: 18px;\n  }\n\n  .pd .verdict-body {\n    padding: 19px;\n  }\n\n  .pd .verdict-body \u003e p {\n    margin-bottom: 17px;\n  }\n\n  .pd .verdict-columns {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .pd .verdict-panel {\n    padding: 15px 16px;\n    border: 1px solid var(--border-blue);\n    border-radius: 7px;\n    background: var(--soft-blue);\n  }\n\n  .pd .verdict-panel.considerations {\n    background: var(--off-white);\n  }\n\n  .pd .verdict-panel h3 {\n    margin-bottom: 9px;\n    color: var(--blue);\n    font-size: 15px;\n  }\n\n  .pd .verdict-panel ul,\n  .pd .box-contents ul {\n    margin: 0;\n    padding-left: 19px;\n  }\n\n  .pd .verdict-panel li,\n  .pd .box-contents li {\n    margin: 4px 0;\n    font-size: 14px;\n  }\n\n  .pd .box-contents {\n    padding: 17px 19px;\n    border: 1px solid var(--border-blue);\n    border-radius: 8px;\n    background: var(--soft-blue);\n  }\n\n  .pd .fine-print {\n    margin: 10px 0 0;\n    color: var(--muted);\n    font-size: 12px;\n  }\n\n  @media (max-width: 820px) {\n    .pd .features-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .pd .stats-bar {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .pd .stat:nth-child(3) {\n      border-top: 1px solid var(--border-blue);\n      border-left: 0;\n    }\n\n    .pd .stat:nth-child(4) {\n      border-top: 1px solid var(--border-blue);\n    }\n  }\n\n  @media (max-width: 640px) {\n    .pd {\n      font-size: 14px;\n    }\n\n    .pd .hero-border {\n      padding: 21px 18px 20px;\n    }\n\n    .pd h1 {\n      font-size: 34px;\n    }\n\n    .pd .intro-copy,\n    .pd .ideal-cards,\n    .pd .features-grid,\n    .pd .editorial-grid,\n    .pd .verdict-columns {\n      grid-template-columns: 1fr;\n    }\n\n    .pd .content-section {\n      margin-top: 24px;\n    }\n\n    .pd .compare-card {\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n    }\n\n    .pd .compare-card table {\n      min-width: 620px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd\"\u003e\n  \u003cdiv class=\"breadcrumb\"\u003eStreaming Essentials \/ Wireless Microphones\u003c\/div\u003e\n\n  \u003csection class=\"hero-border\"\u003e\n    \u003ch1\u003eEasypix MyStudio Wireless MIC DUO\u003c\/h1\u003e\n    \u003cp class=\"deck\"\u003e\n      A portable two-person wireless microphone system with dual-channel\n      recording, extended operating range and a protective charging case.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"stats-bar\"\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cstrong\u003e2\u003c\/strong\u003e\n      \u003cspan\u003eWireless Microphones\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cstrong\u003e150m\u003c\/strong\u003e\n      \u003cspan\u003eLine-of-Sight Range\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cstrong\u003e10hrs\u003c\/strong\u003e\n      \u003cspan\u003eMicrophone Runtime\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cstrong\u003e2.4GHz\u003c\/strong\u003e\n      \u003cspan\u003eDigital Transmission\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"content-section intro-copy\"\u003e\n    \u003cp\u003e\n      The MyStudio Wireless MIC DUO places two compact clip-on microphones and\n      a dual-channel receiver into one easy-to-carry recording kit. It allows\n      two speakers to be captured simultaneously, making it particularly useful\n      for interviews, collaborative videos, presentations and conversations\n      filmed away from a fixed studio.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Both microphones communicate wirelessly with the receiver through a\n      2.4GHz digital connection and arrive pre-paired for a quicker setup.\n      Compatible connection options include USB-C and 3.5mm audio, allowing the\n      system to work with a broad selection of recording devices that provide a\n      suitable audio input.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"pull-quote\"\u003e\n    Capture two voices directly at the source while giving presenters the\n    freedom to move without trailing microphone cables.\n  \u003c\/div\u003e\n\n  \u003csection class=\"content-section\"\u003e\n    \u003ch2 class=\"section-divider\"\u003eIdeal For\u003c\/h2\u003e\n\n    \u003cdiv class=\"ideal-cards\"\u003e\n      \u003carticle class=\"ideal-card\"\u003e\n        \u003ch3\u003eTwo-Person Interviews\u003c\/h3\u003e\n        \u003cp\u003e\n          Clip one microphone to each speaker and send both voices to the same\n          receiver without using separate handheld recorders.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ideal-card\"\u003e\n        \u003ch3\u003eVlogging \u0026amp; Content Creation\u003c\/h3\u003e\n        \u003cp\u003e\n          Record voice-led videos with a compact system that leaves creators\n          free to move, demonstrate products or present to camera.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ideal-card\"\u003e\n        \u003ch3\u003eMeetings \u0026amp; Presentations\u003c\/h3\u003e\n        \u003cp\u003e\n          Keep speech close to the microphone when presenting, teaching or\n          streaming from a compatible camera, phone, tablet or computer.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"content-section\"\u003e\n    \u003ch2 class=\"section-divider\"\u003eKey Features\u003c\/h2\u003e\n\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003carticle class=\"feature-card\"\u003e\n        \u003ch3\u003eDual-Channel Recording\u003c\/h3\u003e\n        \u003cp\u003e\n          Two wireless microphones connect to one receiver, giving two speakers\n          individual transmitters for interviews and shared presentations.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"feature-card\"\u003e\n        \u003ch3\u003eUp to 150m Range\u003c\/h3\u003e\n        \u003cp\u003e\n          The stated line-of-sight working distance supports wider shots and\n          mobile presentations while keeping the speaker close to the mic.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"feature-card\"\u003e\n        \u003ch3\u003eOmnidirectional Pickup\u003c\/h3\u003e\n        \u003cp\u003e\n          Each microphone captures sound from all directions, allowing natural\n          voice pickup when clipped in a suitable position on clothing.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"feature-card\"\u003e\n        \u003ch3\u003eThree-Stage Gain Control\u003c\/h3\u003e\n        \u003cp\u003e\n          Select from three gain levels to adapt microphone sensitivity for\n          quieter speakers, stronger voices or different recording conditions.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"feature-card\"\u003e\n        \u003ch3\u003eUSB-C \u0026amp; 3.5mm Connections\u003c\/h3\u003e\n        \u003cp\u003e\n          Supplied connection options support compatible cameras, smartphones,\n          tablets and computers equipped with an appropriate audio input.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"feature-card\"\u003e\n        \u003ch3\u003eCharging Case Included\u003c\/h3\u003e\n        \u003cp\u003e\n          Store and recharge the microphones and receiver together, helping the\n          complete system remain protected, organised and ready for the next job.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"content-section\"\u003e\n    \u003ch2 class=\"section-divider\"\u003eClearer Speech Without Restrictive Cables\u003c\/h2\u003e\n\n    \u003cdiv class=\"editorial-grid\"\u003e\n      \u003carticle class=\"editorial-card\"\u003e\n        \u003ch3\u003ePlace the Microphone Close to Each Speaker\u003c\/h3\u003e\n        \u003cp\u003e\n          Built-in camera and smartphone microphones can sound distant when the\n          person speaking moves away from the recording device. The MIC DUO\n          addresses this by placing a lightweight transmitter directly on each\n          presenter, helping maintain a more consistent relationship between\n          the voice and microphone.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Supplied windshields provide an additional layer of protection when\n          recording in breezy or exposed conditions.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"editorial-card\"\u003e\n        \u003ch3\u003eStable Digital Wireless Transmission\u003c\/h3\u003e\n        \u003cp\u003e\n          The system uses 2.4GHz digital transmission and supports a stated\n          line-of-sight distance of up to 150 metres. This allows presenters to\n          walk, demonstrate or stand further from the camera without remaining\n          tethered by an audio cable.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          The microphones and receiver are supplied pre-paired, reducing the\n          number of setup steps before recording begins.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"content-section\"\u003e\n    \u003ch2 class=\"section-divider\"\u003eRecording Control for Different Voices\u003c\/h2\u003e\n\n    \u003cdiv class=\"editorial-grid\"\u003e\n      \u003carticle class=\"editorial-card\"\u003e\n        \u003ch3\u003eThree Selectable Gain Levels\u003c\/h3\u003e\n        \u003cp\u003e\n          Adjustable gain control provides three stages of approximately 40dB,\n          50dB and 70dB. This gives you a practical way to alter sensitivity\n          according to speaker volume, microphone placement and the surrounding\n          recording environment.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Audio is sampled at 48kHz\/16-bit, with a specified frequency response\n          of 20Hz to 20kHz and a signal-to-noise ratio of at least 75dB.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"editorial-card\"\u003e\n        \u003ch3\u003eUse One Microphone or Both\u003c\/h3\u003e\n        \u003cp\u003e\n          The system remains useful when recording a solo presenter, as either\n          microphone can be used independently. Add the second transmitter for\n          a guest, interviewer or co-presenter without changing to a separate\n          recording system.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Each transmitter also includes a 3.5mm input for connecting a\n          compatible external lavalier microphone when required.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"content-section\"\u003e\n    \u003ch2 class=\"section-divider\"\u003ePortable Power for Longer Sessions\u003c\/h2\u003e\n\n    \u003cdiv class=\"editorial-card\"\u003e\n      \u003ch3\u003eRecharge Between Recordings\u003c\/h3\u003e\n      \u003cp\u003e\n        Each microphone contains a 500mAh rechargeable lithium battery and\n        provides up to 10 hours of operating time. The 2200mAh charging case\n        stores the microphones and receiver together and can perform up to three\n        complete charging cycles for the set.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        The case can be charged with the supplied USB cable through a compatible\n        computer or a separate 2.5W–10W USB power adapter. A mains adapter is not\n        supplied.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"content-section\"\u003e\n    \u003ch2 class=\"section-divider\"\u003eHow It Compares\u003c\/h2\u003e\n\n    \u003cdiv class=\"compare-card\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eRecording Need\u003c\/th\u003e\n            \u003cth\u003eMIC DUO Setup\u003c\/th\u003e\n            \u003cth\u003ePractical Benefit\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSolo presentation\u003c\/td\u003e\n            \u003ctd\u003eUse one wireless microphone and the receiver\u003c\/td\u003e\n            \u003ctd\u003e\n              Keeps the setup compact while placing the microphone close to the\n              person speaking.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eTwo-person interview\u003c\/td\u003e\n            \u003ctd\u003eUse both microphones through the dual-channel receiver\u003c\/td\u003e\n            \u003ctd\u003e\n              Gives each participant a dedicated transmitter without requiring\n              two separate receiving systems.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMobile filming\u003c\/td\u003e\n            \u003ctd\u003e2.4GHz transmission with up to 150m line-of-sight range\u003c\/td\u003e\n            \u003ctd\u003e\n              Allows presenters to move more freely while recording from a\n              compatible device positioned further away.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDifferent speaker levels\u003c\/td\u003e\n            \u003ctd\u003eThree-stage adjustable gain control\u003c\/td\u003e\n            \u003ctd\u003e\n              Provides a direct way to adapt sensitivity for stronger or quieter\n              voices.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDevice connection\u003c\/td\u003e\n            \u003ctd\u003eUSB-C and 3.5mm audio cables supplied\u003c\/td\u003e\n            \u003ctd\u003e\n              Supports a wider range of compatible phones, tablets, cameras and\n              computers with audio inputs.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eRecording away from home\u003c\/td\u003e\n            \u003ctd\u003eUp to 10-hour microphone runtime and charging case\u003c\/td\u003e\n            \u003ctd\u003e\n              Supports extended sessions and convenient recharging between\n              shoots.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"content-section verdict\"\u003e\n    \u003cdiv class=\"verdict-header\"\u003e\n      \u003ch2\u003eThe Verdict\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"verdict-body\"\u003e\n      \u003cp\u003e\n        The Easypix MyStudio Wireless MIC DUO is a practical choice for creators\n        who regularly record conversations, interviews or presentations with\n        one or two speakers. Its dual-channel design, extended working range,\n        adjustable gain and broad wired connection options bring useful\n        flexibility, while the charging case keeps the complete set together\n        between recording sessions.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"verdict-columns\"\u003e\n        \u003cdiv class=\"verdict-panel\"\u003e\n          \u003ch3\u003eStrengths\u003c\/h3\u003e\n          \u003cul\u003e\n            \u003cli\u003eTwo wireless microphones included\u003c\/li\u003e\n            \u003cli\u003eDual-channel receiver for two speakers\u003c\/li\u003e\n            \u003cli\u003eUp to 150m line-of-sight transmission range\u003c\/li\u003e\n            \u003cli\u003eThree-stage adjustable gain control\u003c\/li\u003e\n            \u003cli\u003eUSB-C and 3.5mm audio connectivity\u003c\/li\u003e\n            \u003cli\u003eUp to 10 hours of microphone operation\u003c\/li\u003e\n            \u003cli\u003eProtective charging case supplied\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"verdict-panel considerations\"\u003e\n          \u003ch3\u003eConsiderations\u003c\/h3\u003e\n          \u003cul\u003e\n            \u003cli\u003eMaximum range requires a clear line of sight\u003c\/li\u003e\n            \u003cli\u003eRecording device must provide a compatible audio input\u003c\/li\u003e\n            \u003cli\u003eUSB-C device compatibility can vary by model\u003c\/li\u003e\n            \u003cli\u003eWindshields reduce wind noise but cannot remove it entirely\u003c\/li\u003e\n            \u003cli\u003eMains charging adapter is not included\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"content-section\"\u003e\n    \u003ch2 class=\"section-divider\"\u003eWhat’s in the Box\u003c\/h2\u003e\n\n    \u003cdiv class=\"box-contents\"\u003e\n      \u003cul\u003e\n        \u003cli\u003eCharging case\u003c\/li\u003e\n        \u003cli\u003eDual-channel receiver\u003c\/li\u003e\n        \u003cli\u003eTwo wireless lavalier microphone transmitters\u003c\/li\u003e\n        \u003cli\u003eTwo microphone windshields\u003c\/li\u003e\n        \u003cli\u003e3.5mm TRS-to-TRRS audio cable\u003c\/li\u003e\n        \u003cli\u003eUSB-C audio cable\u003c\/li\u003e\n        \u003cli\u003eDual USB-C-to-USB charging cable\u003c\/li\u003e\n        \u003cli\u003eUser instructions\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"fine-print\"\u003e\n        A mains power adapter is not included. Compatibility requires a suitable\n        audio input on the recording device.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"EasyPix","offers":[{"title":"Default Title","offer_id":54513644077383,"sku":"267-62022","price":139.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0550\/5807\/1748\/files\/easypix-mystudio-mic-duo-or-267-62022__64003.1772594182.png?v=1785848791","url":"https:\/\/euronics.ie\/products\/easypix-mystudio-wireless-mic-duo-267-62022","provider":"Euronics Ireland","version":"1.0","type":"link"}