{"product_id":"easypix-mystudio-wireless-mic-uno-267-62023","title":"Easypix MyStudio Wireless Mic Uno | 267-62023","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 UNO\u003c\/h1\u003e\n    \u003cp class=\"deck\"\u003e\n      A portable single-user wireless microphone system with omnidirectional\n      voice capture, adjustable gain and flexible USB-C and 3.5mm connectivity.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"stats-bar\"\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cstrong\u003e2.4GHz\u003c\/strong\u003e\n      \u003cspan\u003eDigital Wireless\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cstrong\u003e100m\u003c\/strong\u003e\n      \u003cspan\u003eLine-of-Sight Range\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cstrong\u003e7hrs\u003c\/strong\u003e\n      \u003cspan\u003eOperating Time\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cstrong\u003e48kHz\u003c\/strong\u003e\n      \u003cspan\u003eSample Rate\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 UNO brings the microphone closer to the person\n      speaking without keeping them physically connected to the recording\n      device. Its compact lavalier transmitter clips onto clothing and sends\n      audio wirelessly to the supplied receiver, giving presenters more freedom\n      to move during filming, demonstrations and live sessions.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      The microphone and receiver use 2.4GHz digital transmission and support a\n      stated line-of-sight working distance of up to 100 metres. USB-C and\n      3.5mm audio connections allow the system to work with compatible cameras,\n      smartphones, tablets and computers that provide a suitable audio input.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"pull-quote\"\u003e\n    Keep your voice close to the microphone while filming from a more flexible\n    camera position, without a long audio cable running between presenter and\n    recording device.\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\u003eVlogging \u0026amp; Tutorials\u003c\/h3\u003e\n        \u003cp\u003e\n          Present, demonstrate products or move through a scene while keeping\n          the microphone attached close to your voice.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ideal-card\"\u003e\n        \u003ch3\u003eInterviews \u0026amp; Presentations\u003c\/h3\u003e\n        \u003cp\u003e\n          Give one speaker a dedicated clip-on microphone for conversations,\n          lectures, meetings or recorded presentations.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ideal-card\"\u003e\n        \u003ch3\u003eMobile Content Creation\u003c\/h3\u003e\n        \u003cp\u003e\n          Connect to a compatible camera or smart device using the supplied\n          connection options and record without a fixed studio setup.\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\u003e2.4GHz Digital Transmission\u003c\/h3\u003e\n        \u003cp\u003e\n          The microphone sends audio wirelessly to the receiver, allowing the\n          presenter to move without being tethered to the recording device.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"feature-card\"\u003e\n        \u003ch3\u003eUp to 100m Working Distance\u003c\/h3\u003e\n        \u003cp\u003e\n          A stated line-of-sight range of up to 100 metres supports wider camera\n          framing and more mobile presentation styles.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"feature-card\"\u003e\n        \u003ch3\u003eOmnidirectional Microphone\u003c\/h3\u003e\n        \u003cp\u003e\n          Sound is captured from all directions around the microphone, helping\n          speech remain natural from a suitable clipped position.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"feature-card\"\u003e\n        \u003ch3\u003eThree Gain Levels\u003c\/h3\u003e\n        \u003cp\u003e\n          Select from three sensitivity settings to accommodate different voice\n          levels, microphone positions and recording environments.\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          Flexible input and output options support compatible cameras,\n          smartphones, tablets and computers with an appropriate audio port.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"feature-card\"\u003e\n        \u003ch3\u003eUp to Seven Hours of Use\u003c\/h3\u003e\n        \u003cp\u003e\n          The built-in rechargeable battery supports extended recording\n          sessions and recharges through the convenient USB-C port.\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\"\u003eBring the Microphone Closer to the Voice\u003c\/h2\u003e\n\n    \u003cdiv class=\"editorial-grid\"\u003e\n      \u003carticle class=\"editorial-card\"\u003e\n        \u003ch3\u003eMore Consistent Speech Capture\u003c\/h3\u003e\n        \u003cp\u003e\n          A camera or smartphone microphone can sound increasingly distant as\n          the presenter moves further away. The MIC UNO places the microphone\n          directly on the speaker, maintaining a closer and more consistent\n          relationship between the voice and the recording source.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          The supplied windshield can be fitted when recording in breezy or\n          exposed conditions, helping to reduce disruptive air movement across\n          the microphone.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"editorial-card\"\u003e\n        \u003ch3\u003eFreedom to Present and Move\u003c\/h3\u003e\n        \u003cp\u003e\n          Wireless transmission allows the camera to be positioned separately\n          from the presenter. This is useful for walk-through videos, fitness\n          instruction, product demonstrations, lectures and any setup where a\n          trailing cable would restrict movement.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Maximum range depends on maintaining a clear line of sight between the\n          microphone and receiver.\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\"\u003eAdjustable Audio for Different Situations\u003c\/h2\u003e\n\n    \u003cdiv class=\"editorial-grid\"\u003e\n      \u003carticle class=\"editorial-card\"\u003e\n        \u003ch3\u003eThree-Stage Gain Control\u003c\/h3\u003e\n        \u003cp\u003e\n          The microphone provides three selectable gain stages of approximately\n          40dB, 50dB and 70dB. This lets you adapt sensitivity for quieter\n          speakers, stronger voices or changes in microphone placement rather\n          than relying on one fixed recording level.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Checking a short test recording before filming remains the most\n          practical way to select a suitable level and avoid audio that is too\n          quiet or overloaded.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"editorial-card\"\u003e\n        \u003ch3\u003eDefined Recording Specifications\u003c\/h3\u003e\n        \u003cp\u003e\n          Audio is sampled at 48kHz, while the microphone has a specified\n          frequency response of 20Hz to 20kHz. Its stated signal-to-noise ratio\n          is at least 75dB, with microphone sensitivity rated at -30dB ±3dB.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          The condenser microphone supports a maximum sound pressure level of\n          100dB SPL at the manufacturer’s specified test condition.\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\"\u003eSimple Power and Portable Storage\u003c\/h2\u003e\n\n    \u003cdiv class=\"editorial-card\"\u003e\n      \u003ch3\u003eRechargeable and Ready to Carry\u003c\/h3\u003e\n      \u003cp\u003e\n        A built-in 250mAh lithium battery provides up to seven hours of\n        operation. Charging takes approximately 1 to 1.5 hours through USB-C\n        using a suitable 5V\/1A power source.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        The microphone, receiver, windshield and cables fit into the supplied\n        protective hard case, keeping the complete recording kit together in a\n        bag or equipment case between sessions.\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 Setup\u003c\/th\u003e\n            \u003cth\u003eMIC UNO Approach\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\u003eCamera-mounted audio\u003c\/td\u003e\n            \u003ctd\u003eClip-on microphone worn by the speaker\u003c\/td\u003e\n            \u003ctd\u003e\n              Keeps the microphone close to the voice when the camera is\n              positioned further away.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eWired lavalier setup\u003c\/td\u003e\n            \u003ctd\u003e2.4GHz wireless connection to the receiver\u003c\/td\u003e\n            \u003ctd\u003e\n              Removes the audio cable between the presenter and recording\n              device, allowing freer movement.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSolo content\u003c\/td\u003e\n            \u003ctd\u003eOne microphone and one receiver\u003c\/td\u003e\n            \u003ctd\u003e\n              Provides a compact, focused system for individual presenters,\n              interview subjects and instructors.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eChanging voice levels\u003c\/td\u003e\n            \u003ctd\u003eThree selectable gain stages\u003c\/td\u003e\n            \u003ctd\u003e\n              Gives the user a direct way to adjust microphone sensitivity\n              before recording.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDifferent recording devices\u003c\/td\u003e\n            \u003ctd\u003eUSB-C and 3.5mm connection options\u003c\/td\u003e\n            \u003ctd\u003e\n              Supports compatible cameras, phones, tablets and computers with a\n              suitable audio input.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eLocation recording\u003c\/td\u003e\n            \u003ctd\u003eUp to seven hours of battery operation\u003c\/td\u003e\n            \u003ctd\u003e\n              Provides practical runtime for extended filming, teaching and\n              presentation sessions.\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 UNO is a practical audio upgrade for\n        solo creators, presenters and interviewers who want to place a\n        microphone closer to the speaker without running a cable back to the\n        camera. Its adjustable gain, extended line-of-sight range and flexible\n        connection options make it suitable for a wide variety of compatible\n        recording setups, while the included hard case keeps the full kit\n        organised between shoots.\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\u003eCompact wireless microphone and receiver system\u003c\/li\u003e\n            \u003cli\u003eUp to 100m stated line-of-sight range\u003c\/li\u003e\n            \u003cli\u003eOmnidirectional voice pickup\u003c\/li\u003e\n            \u003cli\u003eThree-stage adjustable gain control\u003c\/li\u003e\n            \u003cli\u003eUSB-C and 3.5mm connection options\u003c\/li\u003e\n            \u003cli\u003eUp to seven hours of operating time\u003c\/li\u003e\n            \u003cli\u003eProtective hard case included\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\u003eDesigned for one microphone user at a time\u003c\/li\u003e\n            \u003cli\u003eMaximum range requires a clear line of sight\u003c\/li\u003e\n            \u003cli\u003eRecording device needs a compatible audio input\u003c\/li\u003e\n            \u003cli\u003eUSB-C audio compatibility varies by device\u003c\/li\u003e\n            \u003cli\u003eWind protection cannot remove all outdoor noise\u003c\/li\u003e\n            \u003cli\u003eA mains power 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\u003eWireless lavalier microphone transmitter\u003c\/li\u003e\n        \u003cli\u003eWireless receiver\u003c\/li\u003e\n        \u003cli\u003eMicrophone windshield\u003c\/li\u003e\n        \u003cli\u003eProtective hard case\u003c\/li\u003e\n        \u003cli\u003e3.5mm audio cable\u003c\/li\u003e\n        \u003cli\u003eTwo USB charging cables\u003c\/li\u003e\n        \u003cli\u003eUser instructions\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"fine-print\"\u003e\n        Compatibility requires a suitable audio input on the recording device.\n        A mains power adapter is not included.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"EasyPix","offers":[{"title":"Default Title","offer_id":54514125144391,"sku":"267-62023","price":79.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0550\/5807\/1748\/files\/easypix-mystudio-mic-uno-or-267-62023__68426.1772593994.jpg?v=1785850629","url":"https:\/\/euronics.ie\/products\/easypix-mystudio-wireless-mic-uno-267-62023","provider":"Euronics Ireland","version":"1.0","type":"link"}