Opis
/* css reset */
#soundcore-rich,
#soundcore-rich * {
box-sizing: border-box;
}
#soundcore-rich h2 {
margin: revert;
}
#soundcore-rich {
font-family: “Montserrat”, sans-serif;
}
#soundcore-rich h2 {
color: #000;
font-size: 4em;
font-weight: 600;
margin: 0.5em 0 0 0;
}
#soundcore-rich h3 {
color: #000;
font-size: 3.5em;
font-weight: 600;
margin: 0.3em 0 0.5em 0;
}
#soundcore-rich h4 {
color: #000;
font-size: 2.6em;
font-weight: 600;
margin: 1em 0 1.33em 0;
}
#soundcore-rich p {
color: #000;
font-size: 1.5em;
line-height: 1.5em;
font-weight: 400;
margin: 0.8em 0 1.5em 0;
text-align: justify;
}
#soundcore-rich strong {
font-weight: 600;
}
#soundcore-rich li {
font-weight: 400;
font-size: 1.5em;
margin: 1em 0;
padding: 0;
list-style-position: inside;
}
#soundcore-rich ul {
padding-inline-start: 0px;
}
#soundcore-rich .desc-img.lazy,
#soundcore-rich .desc-img {
max-width: 100%;
height: auto;
border-radius: 20px;
}
/* custom style */
#soundcore-rich .flex-container {
display: flex;
flex-wrap: wrap;
flex-direction: row;
max-width: 1400px;
margin: 0 auto;
padding-top: 1%;
padding-bottom: 1%;
}
#soundcore-rich .clmn {
padding: 0.5em 2em 1em 2em;
}
#soundcore-rich .clmn_alt {
margin: 1%;
padding: 0em;
flex-direction: column;
}
#soundcore-rich .clmn_alt p {
padding: 0.8em;
}
#soundcore-rich .clmn-1 {
width: 100%;
}
#soundcore-rich .clmn-2 {
width: 50%;
}
#soundcore-rich .clmn-2_alt {
width: 58%;
}
#soundcore-rich .clmn-3 {
width: 33.33%;
}
#soundcore-rich .clmn-3_alt {
width: 42%;
}
#soundcore-rich .clmn-70 {
width: 70%;
margin-left: auto;
margin-right: auto;
}
#soundcore-rich .clmn.right {
justify-content: flex-end;
text-align: right;
display: flex;
flex-wrap: wrap;
align-content: center;
}
#soundcore-rich .clmn.center {
justify-content: center;
text-align: center;
display: flex;
flex-wrap: wrap;
align-content: flex-start;
}
.small-1-2 {
display: flex;
gap: 20px;
margin: auto;
}
.small-1 {
flex: 1;
display: flex;
flex-direction: column;
margin: 0;
}
.small-2 {
flex: 1;
display: flex;
flex-direction: column;
margin: 0;
}
#soundcore-rich .small-1 h3 {
margin: 0;
color: transparent;
background-image: linear-gradient(140deg, #088dd4, #aee3ff);
background-clip: text !important;
}
#soundcore-rich .small-2 h3 {
margin: 0;
color: transparent;
background-image: linear-gradient(140deg, #088dd4, #aee3ff);
background-clip: text !important;
}
#soundcore-rich .small-1 h4 {
font-size: 1.5em;
font-weight: 700;
text-align: left;
margin: 0;
color: transparent;
background-image: linear-gradient(140deg, #088dd4, #8ed5fc);
background-clip: text !important;
}
#soundcore-rich .small-2 h4 {
font-size: 1.5em;
font-weight: 700;
text-align: left;
margin: 0;
color: transparent;
background-image: linear-gradient(140deg, #088dd4, #8ed5fc);
background-clip: text !important;
}
@media screen and (max-width: 992px) {
#soundcore-rich h2 {
font-size: 2.4em;
}
#soundcore-rich h3 {
font-size: 2.2em;
}
#soundcore-rich .flex-container {
display: flex;
flex-wrap: wrap;
flex-direction: column;
max-width: 1400px;
margin: 0 20px;
padding-top: 0;
padding-bottom: 6%;
}
#soundcore-rich .padmob {
padding: 0 20px;
}
#soundcore-rich .clmn {
padding: 0;
}
#soundcore-rich {
font-size: 14px;
max-width: 100%;
}
#soundcore-rich .clmn-1,
#soundcore-rich .clmn-2,
#soundcore-rich .clmn-2_alt,
#soundcore-rich .clmn-3,
#soundcore-rich .clmn-4,
#soundcore-rich .clmn-70 {
width: 100%;
}
#soundcore-rich .clmn-3_alt,
#soundcore-rich .clmn-70_alt {
max-width: 500px;
margin: auto auto 1em auto;
width: 100%;
}
#soundcore-rich .clmn.right {
justify-content: flex-start;
text-align: left;
}
#soundcore-rich .flex-container.revert {
flex-direction: column-reverse;
max-width: 1400px;
}
#soundcore-rich svg {
justify-content: flex-start;
max-width: 20%;
}
}
/* template */
#soundcore-rich .aspect-cor {
aspect-ratio: 4 / 3;
overflow: hidden;
border-radius: 20px;
}
#soundcore-rich .aspect-cor img {
transform: translateY(-5.1rem);
}
#soundcore-rich .aspect-cor2 {
aspect-ratio: 656 / 409;
overflow: hidden;
border-radius: 20px;
}
#soundcore-rich .top-logo {
max-width: 270px;
margin: 20px auto;
}
#soundcore-rich .top-logo img {
display: block;
width: 100%;
}
#soundcore-rich .boldupcent {
text-transform: uppercase;
font-weight: bold;
text-align: center;
}
#soundcore-rich .boldcent {
font-weight: 600;
text-align: center;
}
#soundcore-rich .normalupcent {
text-transform: uppercase;
text-align: center;
font-weight: normal;
}
#soundcore-rich .normalcent {
text-align: center;
font-weight: normal;
}
#soundcore-rich .boldupleft {
text-transform: uppercase;
font-weight: bold;
text-align: left;
}
#soundcore-rich .boldleft {
font-weight: 600;
text-align: left;
font-size: 4.5em;
}
#soundcore-rich .vertmid {
display: flex;
align-items: center;
justify-content: left;
}
#soundcore-rich .video {
height: 0;
position: relative;
padding-bottom: 56.25%;
}
#soundcore-rich .video iframe {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
@media (min-width: 992px) {
#soundcore-rich .listinrow {
display: flex;
flex-directon: row;
justify-content: space-around;
}
}
@media (min-width: 992px) {
#soundcore-rich .clmn-4 {
width: 50%;
}
}
@media (min-width: 1200px) {
#soundcore-rich .clmn-4 {
width: 25%;
}
}

Liberty 5 Pro Max | Earbuds with AI Note-Taker Smart Case
Anker Thus™ AI Chip + AMOLED Screen: Redefine What Earbuds Can Do.
- Guinness World Records: soundcore Liberty 5 Pro was certified by Guinness World Records in
April 2026 as the “Highest speech quality score (G-MOS) for TWS earbuds (objective test).” Liberty 5
Pro Max features the same earbud units, delivering identical call performance.. - AI NOTE-TAKER & Subscription: The smart charging case records the meetings, lectures, and
interviews happening around you through its built-in microphone, then transcribes them and generates
AI summaries with key points and action items—so you walk away with a clear record, not a blank
page. Records in-person, in-room audio only; it does not capture audio from online meetings, video
calls, or phone calls. Manage workflows on the go via the soundcore app (iOS/Android), or use the
Web portal with the Ask Anka” AI assistant for efficient desktop management.” - STRICT BUSINESS-GRADE PRIVACY: The trusted audio choice for professionals handling
confidential information. Your conversations are secured with local AES-256 encryption. Without
cloud sync enabled, temporary cloud files will be immediately deleted once you receive the audio
transcription results, ensuring no audio and transcription content is retained. Built to the
security standards with ISO 27001/27701, SOC 2 Type 1, HIPAA, EN 18031, EN 303645, and NIST IR 8425
compliance, the soundcore app and Liberty 5 Pro Max deliver uncompromising data privacy and peace of
mind. - Effortless Screen Control: Features a large 1.78″ AMOLED display that lets you access the AI
Voice Recorder, adjust ANC, and manage earbud settings—all from the screen. Add custom wallpapers to
make your charging case truly yours. - Whisper-Clear Calls: Equipped with 10 sensors and the Thus™ AI Chip, enjoy crystal-clear
calls in 100 dB+ noisy environments or even quiet rooms. Whisper, speak, or shout—your voice is
always heard, anywhere you go. - Instant Pure Silence: 100% more effective noise cancellation than our previous flagship
model. Powered by 8 sensors and the Thus™ AI Chip, the earbuds process 384K+ noise signals per
second, blocking subway, office, or street chaos for instant silence. - Your Signature Sound: HearID 5.0 with personalized EQ and an AI Audio Enhancer deliver sound
precisely tuned to your ears. No more compromises with generic, standard audio. - Lag-Free Voice Control: With 20 built-in commands, you can skip songs, take calls, and adjust
the volume—offline processing ensures zero delay.



ANKER Thus™


World’s Clearest Earbuds for
Calls


10 Sensors + ANKER Thus™ Make Your Voice Clearer
Powered by 10 sensors and the Thus™ AI Chip, your voice is isolated and background
noise is
blocked—so every word is transmitted, and every call is flawlessly clear.


Never Miss a Key Point
- 1. Record face-to-face meetings instantly with the smart case.
- 2. Sync with the soundcore app to generate AI transcripts and action items on demand.
- 3. Unlock more functions with membership plan
Note: Automatically syncs across iOS and Android
devices.
Membership Plans
120 free transcription minutes monthly, with Pro and Unlimited options for seamless scaling.


Your Data, Securely Protected
Note:
SOC 2: The soundcore app has been independently audited and issued a SOC 2 Type I report by
a certified auditor.
EN 18031: This device complies with EN 18031-1, -2 and a CE Declaration of Conformity has
been issued.
NIST IR 8425: Designed with reference to the NIST IR 8425 security baseline.
EN 303 645: Developed in accordance with the EN 303 645 security baseline.
HIPAA: We have successfully completed a rigorous third-party audit to align operations with
HIPAA standards.
Smart Screen, Effortless Style
Take command with the vibrant 1.78” AMOLED smart screen. Personalize the display with custom
or live wallpapers to perfectly match your style.
Note: Wallpaper is customizable in the soundcore app.


Your Case, Your Style
The 1.78” AMOLED smart screen supports custom wallpapers*. Personalize the display to match
your style. *Includes live wallpapers.
Note: Accessible through the soundcore app.
Instant Pure Silence
100% more effective ANC[1] than the previous flagship model[2] .
Note:
1. The greater the Active Noise Cancellation (ANC) depth, the better the performance.
2. Compared with Liberty 4 Pro.


Industry-Leading ANC Technology
8 sensors and the Thus™ AI Chip process 384K+ noise signals per second, blocking
subway,
office, and street noise for instant silence.
Lag-Free Voice Control
3× faster responses than other voice control systems—commands execute instantly.
Note: Compared to a standard voice control system,
specific to the response time for voice commands like “Next track.” Based on testing in the
soundcore lab.


Speak, and It’s Done
Skip songs, take calls, and control the volume with 20 built-in commands—no phone, no
Internet, no delay.
Note: Only supports English, German, Japanese, and
Chinese.
Your Signature Sound
Intelligently crafted sound that perfectly matches your preferences. Great sound lifts your
mood—and a better mood boosts your productivity.


Personalized EQ Adjustment
Tests your hearing, analyzes your taste, and generates a custom EQ profile—tuned precisely to
you.
Enhance What You Hear
65% real-time reduction in Bluetooth audio quality loss when AI Sound Enhancement is turned
on.
Note: Pixels represent sound detail. Gray pixels
(left) show what is lost in compression; blue pixels (right) show what Liberty 5 Pro Max
restores.


Charging Case Built for Smart Features
The Liberty 5 Pro Max charging case features a built-in 1.78” AMOLED smart display and AI
Note-Taker. It’s more than a case to charge your earbuds—it’s your smart assistant.
Battery Life
ANC On:
Extreme*: 2.5 Hrs / 10.5 Hrs (With Case)
Standard: 6.5 Hrs / 28 Hrs (With Case)
Fast Charging: 5 Mins = 4 Hrs
*Refers to the battery life when multiple features are enabled simultaneously. Data based on
internal testing.
Note: Battery life data is based on testing in the
soundcore lab; actual results may vary depending on usage and settings.


Wear It, Forget It
With a 38% smaller body and multiple ear tip sizes to choose from, it delivers a comfortable,
personalized fit that minimizes ear pressure, ensuring true all-day comfort.
Product Information




Dodatne informacije
| Aktivno Poništavanje Buke | Yes |
|---|---|
| Audio Kontrole | Volume<br/>Play/Pause<br/>Tracks<br/>Calls<br/>Active Noise Cancellation/Transparency Mode Switch |
| Audio Reprodukcija Sa Aktivnim Poništavanjem Šuma | <li>Max 6.5 hr |
| Bežična Tehnologija | Bluetooth |
| Bruto Težina Kutije (kg) | 5.3 kg |
| Bruto Težina Pakovanja (kg) | 0.23 kg |
| Destinacija | Cellular Phone <br/>PC Tablet |
| Dubina (mm) | 28.7 mm |
| Dužina Pakovanja (mm) | 108 mm |
| EAN Kod | 194644308056 |
| Form Faktor | Ear-bud |
| Format Mikrofona | Built-in |
| Karakteristike | Active Noise Cancellation<br/>Bluetooth Multipoint<br/>Hi-Fi Sound<br/>Audio Recording |
| Komada U Pakovanju | 1 |
| Kriteriji Validacije Garancije | Serial Number |
| Model | SoundCore Liberty 5 Pro Max |
| Mrežni Form Faktor | Integrated |
| Način Audio Izlaza | Stereo |
| Nazivna Težina | 5.5 g |
| Neto Težina Pakovanja (kg) | 0.141 kg |
| Brend | ANKER |
| Garancija | 24 Mjeseci |
| Pakovanja U Kutiji | 20 |
| Podržani Mrežni Standardi | Bluetooth 6.1 |
| Povrat Proizvoda U Garanciji | Yes |
| Pozicija Napajanja | Chargering Case |
| Promjer Zvučnika | 9.2 mm |
| Širina (mm) | 61.98 mm |
| Širina Pakovanja (mm) | 108 mm |
| Sistemske Komponente | 2 Speakers |
| Spoljašnja Boja | Gold |
| Standardi Zaštite | IP55 |
| Tehnologija Povezivanja | Wireless |
| Tehnologija Slušalica | Dynamic |
| Tip Audio Sistema | Headset |
| Tip Montaže | In-Ear |
| Tip Mrežnog Povezivanja | Bluetooth Adapter |
| Tip Pakovanja | Box |
| Trajanje Garancije (Mjeseci) | 24 month(s) |
| Ugrađeni Uređaji | Voice Control |
| Visina (mm) | 60.96 mm |
| Visina Pakovanja (mm) | 56 mm |






Recenzije
Još nema recenzija.