Connecting to OmniTools before opening this tool…
Only a temporary connection check is sent. Your files and tool inputs stay in your browser.
How Audio Converter & Encoder works
This audio converter decodes a supported local recording and writes a PCM WAV copy. It is useful when an editor or analysis workflow needs uncompressed samples rather than an MP3, AAC or other compressed source. Input support depends on the browser decoder and the actual codec inside the file, so an accepted filename extension is not a promise that every recording will open.
The implementation uses the Web Audio API to decode the complete source into an AudioBuffer. An OfflineAudioContext renders that buffer at the chosen sample rate, and the WAV writer stores 16-bit PCM samples with a RIFF/WAVE header. These operations run on your device. The website connection check and application downloads do not include your audio file. Long recordings can use considerably more memory after decoding than their compressed input size suggests.
WAV is the implemented output format. This view does not contain MP3, OGG, AAC or FLAC encoders, so those formats must not be promised as output merely because the browser can decode them as input. Converting a lossy recording to PCM improves compatibility with some workflows but cannot restore removed detail. Keep the source file and listen to the exported result before discarding any intermediate version.
How to use Audio Converter & Encoder
1. Choose a supported recording
Open one audio file from your device. Wait for decoding and inspect its reported duration. If it fails, confirm the source plays correctly and try a supported source format; changing the extension alone does not change its codec.
2. Choose the destination sample rate
Select a rate required by the receiving editor or workflow. A 48,000 Hz setting is common in video work, while 44,100 Hz is common for music. Increasing the rate is not a way to recover missing source quality.
3. Render the WAV copy
Start conversion and wait for the local render to finish. Keep the tab open and avoid loading several long recordings simultaneously on a phone. The renderer needs memory for both the decoded source and the output buffer.
4. Download and listen
Save the WAV file and open it in the intended application. Compare its duration, audible beginning and ending, and channel behavior with the original. Keep the original if another export format or a different conversion setting may be needed.
Key features and technical specifications
PCM WAV output
The exported container holds 16-bit uncompressed samples. Its MIME type and filename identify WAV; assigning another extension would not create another codec.
Local resampling
OfflineAudioContext renders the selected sample rate without uploading the recording. Rendering speed and maximum practical duration depend on the browser and available memory.
Source playback
Use the player to check the loaded recording before conversion. For verification of the generated file, listen to that downloaded file in its destination player.
Sample rate is not the same as audio quality
Converting a compressed MP3 into WAV makes decoded samples available to other tools, but does not restore information removed during MP3 encoding. A higher sample rate alone cannot improve that source. Choose the rate required by your next editor, and compare duration and channel behavior after export.
Preparing a clip for an editor
Create a WAV asset when another application needs PCM audio. Check the editor’s sample-rate requirements first to avoid unnecessary repeated resampling.
Speech and sound analysis
Prepare supported recordings for workflows that accept WAV. Conversion changes the representation; transcription, denoising and normalization remain separate processing steps.
Frequently asked questions
Can this tool export WAV to MP3?
No. The current encoder writes PCM WAV only. MP3 input may decode successfully, but encoding a new MP3 requires an MP3 encoder that is not included in this view.
Why is the WAV larger than my MP3?
PCM stores samples without perceptual compression. Approximate audio data size is seconds × sample rate × channels × two bytes for 16-bit output, plus the container header.
Does the bitrate setting control PCM size?
A compressed-audio bitrate target does not apply to this WAV writer. PCM data rate follows sample rate, channel count and bit depth; changing a label cannot change the underlying encoding.
Can I convert a phone voice memo?
Try a memo whose codec the browser can decode. M4A and similar extensions identify containers that can hold different codecs, so compatibility varies. The original memo remains on your device.
Will conversion remove background noise?
No. This workflow decodes and resamples; it does not separate speech, suppress noise or restore clipped samples. Use a suitable audio editor for those tasks and compare its result with the source.
Do I need an internet connection, and are my inputs uploaded?
An internet connection is required to open tools and refresh a temporary session. Processing stays on your device; the handshake sends a random challenge, not files or text inputs. Libraries, fonts or models may download. Local processing cannot remove risks from an untrusted device or extension.