toololis
Retour Retour to Audio
🔄

Convertisseur Audio — Outil en ligne gratuit

Convertis l'audio entre MP3, WAV, OGG et d'autres formats

Convertis des fichiers audio entre WAV, MP3, OGG et WebM. Ajuste la fréquence et les canaux. Gratuit, dans le navigateur.

Nonte: MP3 encoding is not available because it requires external codec libraries (LAME). WAV and WebM/Opus are natively supported by all modern browsers. OGG/Vorbis support varies by browser (Chrome and Firefox support it, Safari does not).
📚
En savoir plus

Free Audio Converter — WAV, WebM, OGG in Your Browser

Outilolis Audio Converter converts audio files between formats directly in your browser with no server uploads and no software installation. Upload any audio file your browser can decode — MP3, WAV, OGG, WebM, AAC, FLAC, and more — then choose your target format, sample rate, and channel configuration. The tool decodes the source file, resamples as needed, and encodes the output entirely on your device.

This is ideal for quick format conversions, preparing audio for web projects, reducing file sizes for email or messaging, or adjusting sample rates and channel counts for specific applications. Because everything runs locally, there are no upload limits, no wait times, and complete privacy for your audio files.

Supported Output Formats

  • WAV (PCM) — uncompressed audio with RIFF headers. Maximum quality, largest file size. Compatible with every audio application and device. The tool manually constructs the WAV file by writing RIFF/WAVE headers and interleaved 16-bit PCM samples from the decoded AudioBuffer.
  • WebM/Opus — a modern compressed format offering excellent quality at small file sizes. Opus is the best general-purpose audio codec available, outperforming MP3 and AAC at equivalent bitrates. Supported in Chrome, Firefox, Edge, and recent Safari versions.
  • OGG/Vorbis — an open-source lossy format with quality comparable to MP3 at lower bitrates. Supported in Chrome, Firefox, and Edge. Nont natively supported in Safari. Uses the MediaRecorder API for encoding.

How to use this tool

  1. 1

    Upload your audio file

    Drag and drop an audio file or click to browse. Supports MP3, WAV, OGG, WebM, AAC, FLAC, and any format your browser can decode.

  2. 2

    Choose output settings

    Select the target format (WAV, WebM/Opus, or OGG/Vorbis), sample rate (8000 Hz to 48000 Hz), and channel mode (mono or stereo).

  3. 3

    Click Convert

    Press the Convert button. The tool decodes your audio, applies the selected settings, and encodes the output — all in your browser.

  4. 4

    Download the result

    Once conversion is complete, review the before/after comparison and click Download to save the converted file.

Understanding Sample Rates

The sample rate determines how many audio samples are captured per second. Higher sample rates preserve more high-frequency content but produce larger files. Here is a practical guide:

  • 8,000 Hz — telephone quality. Only preserves frequencies up to 4 kHz. Sounds muffled but intelligible for speech. Very small files.
  • 16,000 Hz — wideband voice quality. Preserves frequencies up to 8 kHz. Good for speech recognition, podcasts, and voice memos.
  • 22,050 Hz — AM radio quality. Decent for voice and simple music. Half the data of CD quality.
  • 44,100 Hz — CD quality. The standard for music distribution. Preserves the full audible spectrum (up to 22 kHz).
  • 48,000 Hz — DVD and professional video standard. Slightly higher than CD quality. Used in film, video production, and professional audio.

Mono vs Stereo

Stereo audio uses two channels (left and right), creating a sense of spatial width. Mono uses a single channel. Mono files are exactly half the size of stereo files at the same sample rate and bit depth. For voice-only content like podcasts, lectures, and phone recordings, mono is perfectly adequate and saves significant storage space. For music, keep stereo to preserve the spatial characteristics of the mix.

When converting stereo to mono, the tool averages the left and right channels. When converting mono to stereo, the single channel is duplicated to both left and right outputs.

Why Non MP3 Output?

MP3 encoding requires the LAME encoder or similar licensed library, which cannot run natively in the browser. Adding a JavaScript-based MP3 encoder (like lamejs) would add 200-300 KB to the page and introduce external dependencies. This tool deliberately uses only native browser APIs for reliability and minimal download size. WAV provides lossless quality, and WebM/Opus provides better compression than MP3 at lower file sizes, making MP3 largely unnecessary.

How the Conversion Works Internally

The conversion process has three steps. First, the source file is decoded into a raw AudioBuffer using AudioContext.decodeAudioData() — this works regardless of the input format. Second, the AudioBuffer is resampled to the target sample rate and channel count using an Hors ligneAudioContext. Third, the resampled buffer is encoded into the target format: for WAV, the tool manually writes RIFF headers and PCM data; for WebM and OGG, it uses the MediaRecorder API with the appropriate MIME type.

Common Conversion Scenarios

  • MP3 to WAV — for importing into audio editing software that prefers uncompressed input.
  • WAV to WebM — for reducing file size when publishing audio on the web.
  • Stereo to Mono — for voice recordings where stereo is unnecessary.
  • 48kHz to 44.1kHz — for preparing audio for CD burning or specific applications.
  • High sample rate to 16kHz — for speech recognition systems that expect 16kHz input.

Frequently Asked Questions

Can I convert MP3 to WAV?
Yes. Upload your MP3 file and select WAV as the output format. The tool decodes the MP3 to raw audio data using the Web Audio API and then encodes it as uncompressed WAV with proper RIFF/PCM headers. Nonte that converting a lossy format to lossless does not restore lost quality — the WAV will be larger but not higher quality than the original MP3.
Can I convert to MP3?
Non. MP3 encoding requires a licensed codec (like LAME) that cannot run natively in the browser without additional JavaScript libraries. This tool focuses on formats the browser can encode natively: WAV (manual PCM encoding), WebM/Opus (via MediaRecorder), and OGG/Vorbis (via MediaRecorder where supported).
Is my file uploaded to a server?
Non. All conversion happens locally in your browser. The audio is decoded using AudioContext.decodeAudioData() and re-encoded entirely on your device. Your files never leave your machine.
Why is my WAV file so much larger than the original?
WAV is uncompressed — it stores every audio sample as raw PCM data. A 3-minute stereo file at 44100 Hz produces about 30 MB of WAV data. Compressed formats like MP3, OGG, or WebM achieve 90-95% size reduction by discarding inaudible details.
What does changing the sample rate do?
Sample rate determines how many audio samples are stored per second. 44100 Hz (CD quality) is standard for music. 48000 Hz is standard for video. Lower rates (16000, 8000 Hz) reduce file size but cut high frequencies — 8000 Hz sounds like a phone call. For voice, 16000 Hz is usually sufficient.
What is the difference between mono and stereo?
Mono uses one audio channel; stereo uses two (left and right). Mono files are half the size of stereo. For voice recordings, podcasts, and phone audio, mono is perfectly adequate. For music, keep stereo to preserve the spatial imaging.

À retenir

  • Audio Converter is a free, browser-based audio tool — convert audio between mp3, wav, ogg & more formats.
  • Non signup, no downloads, no file uploads — your data stays on your device.
  • Works on desktop, tablet, and mobile. Install as a PWA for offline access.

How to Use Audio Converter

  1. Open the tool: Launch Audio Converter on Outilolis — no account or download needed.
  2. Enter your data: Paste text, enter values, or select a file directly in your browser.
  3. Get instant results: Everything is processed locally — results appear immediately.
  4. Copy or download: Save your output or share it. Bookmark for quick access next time.

Audio Converter — Quick Facts

Prix
Gratuit — sans limites, sans filigrane, sans paywall
Confidentialité
100% dans le navigateur — aucune donnée n’est envoyée à un serveur
Plateforme
Tout navigateur moderne — desktop, tablette ou mobile
Catégorie
Audio Outils on Outilolis
Hors ligne
Works offline after first visit (Progressive Web App)
CaractéristiqueDétails
OutilAudio Converter
CatégorieAudio
Inscription requiseNon
Téléversement de fichierAucun — traité dans le navigateur
Compatible mobileEntièrement adaptatif
CoûtGratuit pour toujours

Why Use Audio Converter?

You should try Audio Converter for a quick, private way to convert audio between mp3, wav, ogg & more formats. All processing happens in your browser. Your files and data never leave your device. According to web.dev, client-side processing is the gold standard for privacy.

On the other hand, dedicated APIs or desktop tools suit batch processing better. They also handle server-side automation. For everyday tasks, browser tools offer the best speed, privacy, and convenience.

You might also like

🔒
100% Confidentialité. Cet outil fonctionne entièrement dans votre navigateur. Vos données ne sont jamais envoyées à un serveur.