# audioeditor.org > A free, browser-based audio editor and a suite of ~40 single-purpose audio tools. All processing runs locally in the browser using the Web Audio API, WebAssembly (FFmpeg.wasm), and Mediabunny — audio files never leave the user's device. No signup, no upload, no cost. audioeditor.org is built with Nuxt 3 and Vue 3, and is fully internationalized across 10 locales (en, zh-hans, zh-hant, ja, ko, ru, de, fr, es, pt-BR). English is the default and is served at the root path; every other locale is served under a `//` prefix (e.g. `/zh-hans/tools/trimmer`). The site uses the `prefix_except_default` i18n strategy. The codebase is a pnpm monorepo. Reusable audio processing lives in workspace packages under `packages/`: `@audiotools/core` (decode/encode/trim/merge/resample via Mediabunny), `@audiotools/effects` (DSP processors), and per-tool packages for trimmer, merger, converter, splitter, vocal-remover, recorder, visualizer, and video-to-mp3. Each tool page is an independent Vue page under `pages/tools/` with its own module, making the tools unit-testable in isolation. Wavesurfer.js powers waveform visualization. Privacy is a core feature: because every tool processes audio in-browser, no file is ever uploaded to a server. The site is free with no account required. The full multi-track editor at `/editor` is currently under construction and redirects visitors to the tools directory. ## Pages - [Home](https://audioeditor.org/): Landing page — tool directory, trust messaging, and feature overview - [Tools Directory](https://audioeditor.org/tools): Index of all available audio tools with descriptions - [Pricing](https://audioeditor.org/pricing): Free-tier pricing information - [Blog](https://audioeditor.org/blog): Articles and tutorials about audio editing - [Contact](https://audioeditor.org/contact): Contact form - [Privacy Policy](https://audioeditor.org/privacy): Data privacy and file-handling policies - [Terms of Service](https://audioeditor.org/terms): Usage terms - [Cookie Policy](https://audioeditor.org/cookies): Cookie usage information ## Audio Tools - [Audio Trimmer](https://audioeditor.org/tools/trimmer): Cut and trim audio to a specific segment - [Audio Merger](https://audioeditor.org/tools/merger): Combine multiple audio files into one - [Format Converter](https://audioeditor.org/tools/converter): Convert between MP3, WAV, FLAC, OGG, M4A and more - [Audio Splitter](https://audioeditor.org/tools/splitter): Split audio into multiple segments - [Vocal Remover](https://audioeditor.org/tools/remover): Remove or isolate vocals from a song - [Voice Recorder](https://audioeditor.org/tools/recorder): Record audio from the microphone - [Volume Changer](https://audioeditor.org/tools/volume-changer): Adjust audio volume levels - [Speed Changer](https://audioeditor.org/tools/speed-changer): Change playback speed - [Pitch Changer](https://audioeditor.org/tools/pitch-changer): Change pitch without altering speed - [Reverse Audio](https://audioeditor.org/tools/reverse-audio): Reverse audio playback - [Fade Audio](https://audioeditor.org/tools/fade-audio): Add fade-in and fade-out effects - [Audio Normalizer](https://audioeditor.org/tools/audio-normalizer): Normalize audio levels - [Bass Booster](https://audioeditor.org/tools/bass-booster): Enhance low-frequency content - [Treble Booster](https://audioeditor.org/tools/treble-booster): Enhance high-frequency content - [Echo](https://audioeditor.org/tools/echo-audio): Add echo and delay effects - [Noise Reducer](https://audioeditor.org/tools/noise-reducer): Remove background noise from recordings - [Silence Trimmer](https://audioeditor.org/tools/silence-trimmer): Automatically detect and remove silence - [Stereo Balance](https://audioeditor.org/tools/stereo-balance): Adjust left-right stereo balance - [Stereo Widener](https://audioeditor.org/tools/stereo-widener): Widen the stereo image - [Low Pass Filter](https://audioeditor.org/tools/low-pass-filter): Remove frequencies above a cutoff - [High Pass Filter](https://audioeditor.org/tools/high-pass-filter): Remove frequencies below a cutoff - [Audio Compressor](https://audioeditor.org/tools/audio-compressor): Reduce dynamic range - [Audio Visualizer Video](https://audioeditor.org/tools/audio-visualizer-video): Generate an audio visualization video ## Source Code - [GitHub Repository](https://github.com/airyland/audioeditor-org): Full source code, issues, and contributions - [Expanded Context](https://audioeditor.org/llms-full.txt): Complete, detailed site description for LLMs ## Optional - [Product Definition](https://github.com/airyland/audioeditor-org/blob/main/PRODUCT.md): Product vision, target users, and design principles - [Implementation Guide](https://github.com/airyland/audioeditor-org/blob/main/IMPLEMENTATION_GUIDE.md): Technical implementation details and architecture - [Tool Roadmap](https://github.com/airyland/audioeditor-org/blob/main/docs/tool-roadmap.md): Planned audio tools and release schedule - [Sitemap](https://audioeditor.org/sitemap.xml): Machine-readable list of all indexed pages