Clear
Studio sound, no cloud bill.
On-device speech enhancement: denoise, dereverb, and loudness-normalize.
- SDKs, install and examples: https://github.com/Desert-Ant-Labs/desert-ant-core/blob/main/docs/models/clear.md
- Website: https://desertant.com/models/clear/
Record in a coffee shop and get studio sound, for podcasters, video creators and voice apps.
Reduce noise, clean up audio, normalize volume. Works on noisy 48kHz mono or stereo audio: meeting recorders, bluetooth microphones, built-in phone mics, a laptop in a coffee shop.
Runs entirely on the Apple Neural Engine via Core ML, and on Android via LiteRT. iOS 27 and macOS 27 add provisional Core AI builds of both variants. The Core ML assets use the iOS 16 model format; the Swift SDK currently supports iOS 17+ and macOS 14+.
Sound
Delivers a rich, present, close-miked podcast sound.
- Denoised. HVAC, keyboard clicks, mouse rustle, mic bumps, room hum, laptop fans, coffee shop background, all pulled down without chewing consonants.
- Dereverbed. Untreated bedrooms, offices and hotel rooms come out sounding closer to a treated studio. The model does not add reverberation of its own.
- Warm and present. Low-mids brought forward so voice sits comfortably in a mix rather than sounding thin or distant.
- Sibilance-safe. No harsh peaks introduced when cleaning up S / T / F consonants.
- No pumping or musical-noise artefacts. Breaths, plosives and vocal texture stay intact.
Variants
Two variants ship. They take the same input, produce the same output format and cost the same to run, so switching between them is a one-line change in the SDK. Pick by the sound you want, not by platform: both ship for every runtime.
clear-studio
The default. Quiet, studio-like character; silences sit close to true zero.
Best for solo podcasts, tutorials, voiceover, video demos, screen recordings, and anything that wants a clean broadcast feel.
| File | Purpose | Size |
|---|---|---|
clear-studio.mlmodelc |
Core ML for the Apple Neural Engine (iOS 16 model format) | 9.0MB |
clear-studio.mlmodelc.zip |
Same compiled model, zipped | 8.6MB |
clear-studio.onnx |
Cross-platform ONNX | 24MB |
clear-natural
Preserves room tone, breath, and lip texture.
For treated podcast studios, intentional voiceover, interviews where the room is part of the take, and remote guest recordings where absolute silence would sound wrong.
| File | Purpose | Size |
|---|---|---|
clear-natural.mlmodelc |
Core ML for the Apple Neural Engine (iOS 16 model format) | 9.0MB |
clear-natural.mlmodelc.zip |
Same compiled model, zipped | 8.6MB |
clear-natural.onnx |
Cross-platform ONNX | 24MB |
Performance
The Core ML variants are optimized for the Apple Neural Engine.
MLComputePlan confirms that all 492 model operations run on ANE.
clear-studio, whole SDK pipeline on a 60-second clip, best of three:
| Device | Realtime factor |
|---|---|
| iPhone 16 Pro | 302x |
| MacBook Pro (M5) | 345x |
On iPhone 16 Pro, first-ever model loading takes approximately 3.4 seconds while Core ML compiles the ANE program. Cached launches load in approximately 62ms; applications should warm the model in the background.
Core AI
clear-studio.aimodel and clear-natural.aimodel are Core AI builds for
iOS 27 and macOS 27, with fp16 weights. On an iPhone 17 Pro the studio
variant runs the whole SDK pipeline at 413x realtime, against 366x for the
Core ML build on the same device and clip.
These files are provisional. The Core AI toolchain is in beta and its asset format has changed between beta releases, so both will be rebuilt against the released toolchain. No SDK resolves them yet.
Try it
| Platforms | iOS, macOS, tvOS, visionOS, Android, Linux, Windows, Browser, Node |
| Weights | v0.3.0 |
Install
Swift (requirements)
.package(url: "https://github.com/Desert-Ant-Labs/desert-ant-core.git", from: "3.1.0")
Then add the Clear product to your target.
Kotlin (requirements)
implementation("ai.desertant:clear:3.1.0")
JavaScript (requirements)
npm i @desert-ant-labs/clear @litertjs/core # browser
npm i @desert-ant-labs/clear # Node, prebuilt native core
What it's good for
- Meeting recorders. Zoom, Teams, Meet, Detail exports, single or multi-speaker.
- Bluetooth microphones. AirPods, Sony, headset mics.
- Mobile devices. iPhone and Android built-in microphone recordings, voice notes, field recordings.
- Laptop built-in microphones. MacBook and PC built-in mics.
- Untreated rooms. Bedrooms, hotel rooms, kitchens, coffee shops.
Whenever the pitch is messy recording in, clean audio out.
What it is not
- Not a general-purpose audio denoiser. Speech is the target; music, effects, and non-vocal signals get pulled down as noise.
- Not a source separator. Overlapping speakers stay overlapping.
- Not a voice changer, cloner, or transcription model.
Keywords
speech enhancement 路 noise suppression 路 dereverberation 路 speech denoising 路 reduce noise 路 clean up audio 路 normalize volume 路 turn a recording into studio sound 路 messy recording in clean audio out 路 podcast audio 路 voice cleanup 路 meeting recorder cleanup 路 bluetooth microphone cleanup 路 mobile device audio 路 built-in microphone 路 on-device audio 路 edge ML 路 Core ML 路 ONNX 路 iOS speech enhancement 路 Android speech enhancement 路 real-time speech enhancement 路 studio sound 路 podcast sound 路 Apple Neural Engine 路 ANE
License
Desert Ant Labs Source-Available License. Free for most apps, and a commercial license is required at scale. Full terms are at the link. Licensing: licensing@desertant.com.
Citation
@software{clear_2026,
title = {Clear: On-device speech enhancement: denoise, dereverb, and loudness-normalize},
author = {Desert Ant Labs},
year = {2026},
url = {https://huggingface.co/desert-ant-labs/clear},
}
漏 2026 Desert Ant Labs 路 https://desertant.com
- Downloads last month
- 630